ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Help --- Arithmetic Overflow: Weird error
@ 2007-01-04  0:08 David Arnold
       [not found] ` <6faad9f00701031734x4bc9cacbn2e7f82ad32c1c62b@mail.gmail.com>
  0 siblings, 1 reply; 8+ messages in thread
From: David Arnold @ 2007-01-04  0:08 UTC (permalink / raw)


All,

Anyone see what I am doing wrong here?

\setupcolors[state=start]

\definecolor[gridlines][s=0.7]

\startMPinclusions

color mygridcolor; mygridcolor=\MPcolor{gridlines};

\stopMPinclusions

\starttext

\startbuffer[one]

% initialize scale
numeric u; 10u=4cm;

% draw grid
for k=-5u step 1u until 5u:
     draw (-5u,k)--(5u,k) withcolor mygridcolor;
     draw (k,-5u)--(k,5u) withcolor mygridcolor;
endfor;

% draw axes
drawdblarrow (-5.2u,0)--(5.2u,0);
drawdblarrow (0,-5.2u)--(0,5.2u);

% label axes
label.rt(btex $\tfx x$ etex, (5.2u,0));
label.top(btex $\tfx y$ etex, (0,5.2.u));
label.bot(btex $\tfx 5$ etex, (5u,0));
label.lft(btex $\tfx 5$ etex, (0,5u));

%draw the given line and the parallel line
drawdblarrow (-5u,-4.5u)--(5u,0.5u) withcolor blue;
label.bot(btex $\tfx x-2y=4$ etex, (-5u,-4.5u));

%pairs
pair Q, R;
R:=(4u,0u);
Q:=(0u,-2u);

%labels
dotlabel.lrt(btex $\tfx R(4,0)$ etex, R);
dotlabel.lrt(btex $\tfx Q(0,-2)$ etex, Q);

\stopbuffer

\startbuffer[two]

% initialize scale
numeric u; 10u=4cm;

% draw grid
for k=-5u step 1u until 5u:
     draw (-5u,k)--(5u,k) withcolor mygridcolor;
     draw (k,-5u)--(k,5u) withcolor mygridcolor;
endfor;

% draw axes
drawdblarrow (-5.2u,0)--(5.2u,0);
drawdblarrow (0,-5.2u)--(0,5.2u);

% label axes
label.rt(btex $\tfx x$ etex, (5.2u,0));
label.top(btex $\tfx y$ etex, (0,5.2.u));
label.bot(btex $\tfx 5$ etex, (5u,0));
label.lft(btex $\tfx 5$ etex, (0,5u));

%draw the given line and the parallel line
drawdblarrow (-5u,-4.5u)--(5u,0.5u) withcolor blue;
label.bot(btex $\tfx x-2y=4$ etex, (-5u,-4.5u));
drawdblarrow (-4u,5u)--(1u,-5u) withcolor blue;

%pairs
pair P, Q, R;
P:=(-3u,3u);
Q:=(-3u,1u);
R:=(-2u,1u);
draw P--Q--R withpen pencircle scaled 1pt withcolor red;
label.lft(btex $\tfx \Delta y=-2$ etex, 0.5[P,Q]);
label.bot(btex $\tfx \Delta x=1$ etex, 0.5[Q,R]);

%labels
dotlabel.urt(btex $\tfx (-3,3)$ etex, P);

\stopbuffer

\startbuffer[combined]
   \startcombination[2*1]
     {\processMPbuffer[one]}{(a)}
     {\processMPbuffer[two]}{(b)}
   \stopcombination
\stopbuffer

\startlinecorrection[blank]
\midaligned{\getbuffer[combined]}
\stoplinecorrection

%\startlinecorrection[blank]
%\midaligned{\processMPbuffer[two]}
%\stoplinecorrection

\stoptext

I am getting this error:

! Arithmetic overflow.
<recently read> \@@raggedskipb

\setraggedness ...e \@@raggedskipa \@@raggedskipb
                                                   \hyphenpenalty  
\@@raggedsk...

\raggedcenter ->\setraggedness \middleraggedness
                                                  \setraggedskips 2 
\middlerag...

\@@align@@middle ...gedcenter \else \raggedcenter
                                                   \fi \fi
\next2 #1,->\dodosetupalign {#1}
                                 \doprocesscommaitem
\doprocesscommalist ...item \gobbleoneargument #1,
                                                   ]\relax \global  
\advance \...
...
l.3     {\processMPbuffer[two]}{(
                                  b)}
?

It doesn't seem to be the Metapost code, because if you uncomment and  
comment the last few lines like this:

%\startbuffer[combined]
%  \startcombination[2*1]
%    {\processMPbuffer[one]}{(a)}
%    {\processMPbuffer[two]}{(b)}
%  \stopcombination
%\stopbuffer
%
%\startlinecorrection[blank]
%\midaligned{\getbuffer[combined]}
%\stoplinecorrection

\startlinecorrection[blank]
\midaligned{\processMPbuffer[two]}
\stoplinecorrection


It compiles fine. So does this:

I'm stymied.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Help --- Arithmetic Overflow: Weird error
       [not found] ` <6faad9f00701031734x4bc9cacbn2e7f82ad32c1c62b@mail.gmail.com>
@ 2007-01-04  1:37   ` David Arnold
       [not found]     ` <6faad9f00701031745r5c7c3a61o3db50cb65f8912b5@mail.gmail.com>
  0 siblings, 1 reply; 8+ messages in thread
From: David Arnold @ 2007-01-04  1:37 UTC (permalink / raw)
  Cc: Context Mailing List List

Mojca,

Does the code I sent crash on your system with an overflow error?

On Jan 3, 2007, at 5:34 PM, Mojca Miklavec wrote:

> Btw: use
>     \sometxt{$\tfx x-2y=4$}
> instead of
>     btex $\tfx x-2y=4$ etex
>
> It's much more efficient.
>
> Mojca

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Help --- Arithmetic Overflow: Weird error
       [not found]     ` <6faad9f00701031745r5c7c3a61o3db50cb65f8912b5@mail.gmail.com>
@ 2007-01-04  1:46       ` David Arnold
       [not found]         ` <6faad9f00701031801i6d7535efp484dbf9cd13d1888@mail.gmail.com>
  0 siblings, 1 reply; 8+ messages in thread
From: David Arnold @ 2007-01-04  1:46 UTC (permalink / raw)
  Cc: Context Mailing List List

Mojca,

Mac OS X 10.4.8.

Gerben's GWTeX.

LinearFunctions $ texmfstart texexec --version
TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD


On Jan 3, 2007, at 5:45 PM, Mojca Miklavec wrote:

> <david.pdf>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Help --- Arithmetic Overflow: Weird error
       [not found]         ` <6faad9f00701031801i6d7535efp484dbf9cd13d1888@mail.gmail.com>
@ 2007-01-04  2:10           ` David Arnold
  2007-01-04  2:41             ` Mojca Miklavec
  2007-01-04 10:36             ` Rolf Marvin Bøe Lindgren
  0 siblings, 2 replies; 8+ messages in thread
From: David Arnold @ 2007-01-04  2:10 UTC (permalink / raw)
  Cc: Context Mailing List List

[-- Attachment #1: Type: text/plain, Size: 1067 bytes --]

Mojca,

Attached.

Meanwhile, I guess I should try to update my Context and see if that  
makes a difference. I found that I needed to update my installer and  
now I am realizing that I am a bit behind the times.

In trying Context Updater in the update i-installer, I get this message:

"You are now installing in the location for de deprecated gwTeX  
2003-2005 i-Package in part based on teTeX. This is probably not what  
you want. I suggest you make sure you have the gwTeX i-Package based  
on TeX Live installed. Then the best thing is to reset this i-Package  
to its default package properties. It will then pick up the new  
default location.

Looks like it wants me to install the latest tex.

Any advice?

On Jan 3, 2007, at 6:01 PM, Mojca Miklavec wrote:

> On 1/4/07, David Arnold <dwarnold45@cox.net> wrote:
>> Mojca,
>>
>> Mac OS X 10.4.8.
>>
>> Gerben's GWTeX.
>>
>> LinearFunctions $ texmfstart texexec --version
>> TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD
>
> (I also use gwTeX here.)
>
> Can you send me complete file+logs?
>
> Mojca

[-- Attachment #2: junk.tex --]
[-- Type: application/octet-stream, Size: 2091 bytes --]

\setupcolors[state=start]

\definecolor[gridlines][s=0.7]

\startMPinclusions

color mygridcolor; mygridcolor=\MPcolor{gridlines};

\stopMPinclusions

\starttext

\startbuffer[one]

% initialize scale
numeric u; 10u=4cm;

% draw grid
for k=-5u step 1u until 5u:
    draw (-5u,k)--(5u,k) withcolor mygridcolor;
    draw (k,-5u)--(k,5u) withcolor mygridcolor;
endfor;

% draw axes
drawdblarrow (-5.2u,0)--(5.2u,0);
drawdblarrow (0,-5.2u)--(0,5.2u);

% label axes
label.rt(btex $\tfx x$ etex, (5.2u,0));
label.top(btex $\tfx y$ etex, (0,5.2.u));
label.bot(btex $\tfx 5$ etex, (5u,0));
label.lft(btex $\tfx 5$ etex, (0,5u));

%draw the given line and the parallel line
drawdblarrow (-5u,-4.5u)--(5u,0.5u) withcolor blue;
label.bot(btex $\tfx x-2y=4$ etex, (-5u,-4.5u));

%pairs
pair Q, R;
R:=(4u,0u);
Q:=(0u,-2u);

%labels
dotlabel.lrt(btex $\tfx R(4,0)$ etex, R);
dotlabel.lrt(btex $\tfx Q(0,-2)$ etex, Q);

\stopbuffer

\startbuffer[two]

% initialize scale
numeric u; 10u=4cm;

% draw grid
for k=-5u step 1u until 5u:
    draw (-5u,k)--(5u,k) withcolor mygridcolor;
    draw (k,-5u)--(k,5u) withcolor mygridcolor;
endfor;

% draw axes
drawdblarrow (-5.2u,0)--(5.2u,0);
drawdblarrow (0,-5.2u)--(0,5.2u);

% label axes
label.rt(btex $\tfx x$ etex, (5.2u,0));
label.top(btex $\tfx y$ etex, (0,5.2.u));
label.bot(btex $\tfx 5$ etex, (5u,0));
label.lft(btex $\tfx 5$ etex, (0,5u));

%draw the given line and the parallel line
drawdblarrow (-5u,-4.5u)--(5u,0.5u) withcolor blue;
label.bot(btex $\tfx x-2y=4$ etex, (-5u,-4.5u));
drawdblarrow (-4u,5u)--(1u,-5u) withcolor blue;

%pairs
pair P, Q, R;
P:=(-3u,3u);
Q:=(-3u,1u);
R:=(-2u,1u);
draw P--Q--R withpen pencircle scaled 1pt withcolor red;
label.lft(btex $\tfx \Delta y=-2$ etex, 0.5[P,Q]);
label.bot(btex $\tfx \Delta x=1$ etex, 0.5[Q,R]);

%labels
dotlabel.urt(btex $\tfx (-3,3)$ etex, P);

\stopbuffer

\startbuffer[combined]
  \startcombination[2*1]
    {\processMPbuffer[one]}{(a)}
    {\processMPbuffer[two]}{(b)}
  \stopcombination
\stopbuffer

\startlinecorrection[blank]
\midaligned{\getbuffer[combined]}
\stoplinecorrection

\stoptext

[-- Attachment #3: junk.log --]
[-- Type: application/octet-stream, Size: 6853 bytes --]

This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5) (format=cont-en 2006.8.10)  3 JAN 2007 18:08
entering extended mode
 (/usr/local/teTeX/share/texmf.local/web2c/natural.tcx)
**junk.tex emergencyend
(./junk.tex

ConTeXt  ver: 2006.08.08 21:51  fmt: 2006.8.10  int: english  mes: english

language        : language en is active
<protectionstate 0>
system          : cont-new loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex
color           : palette rollover is available
)
system          : cont-old loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-old.tex
loading         : Context Old Macros
)
system          : cont-fil loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-fil.tex
loading         : Context File Synonyms
)
system          : cont-sys.rme loaded
(/usr/local/teTeX/share/texmf.local/tex/context/user/cont-sys.rme
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-syn.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-enc.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-siz.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-map.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-spe.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex))
bodyfont        : 12pt rm is loaded
language        : patterns en->ec:ec->1->2:3 uk->ec:ec->2->2:3 de->texnansi:tex
nansi->3->2:3 de->ec:ec->4->2:3 fr->texnansi:texnansi->5->2:3 fr->ec:ec->6->2:3
 es->ec:ec->7->2:3 pt->texnansi:texnansi->8->2:3 pt->ec:ec->9->2:3 it->texnansi
:texnansi->10->2:3 it->ec:ec->11->2:3 nl->texnansi:texnansi->12->2:3 nl->ec:ec-
>13->2:3 cz->il2:il2->14->2:3 cz->ec:ec->15->2:3 sk->il2:il2->16->2:3 sk->ec:ec
->17->2:3 pl->pl0:pl0->18->2:3 pl->ec:ec->19->2:3 pl->qx:qx->20->2:3 loaded
specials        : tex,postscript,rokicki loaded
\openout2 = `junk.tui'.

system          : junk.top loaded
(./junk.top
specials        : loading definition file tpd
(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-tpd.tex
specials        : loading definition file fdf
(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-fdf.tex)
specials        : fdf loaded
)
specials        : fdf,tpd loaded
)
\openout0 = `junk-mpgraph.mp'.

\openout0 = `mpgraph.mp'.


systems         : system commands are disabled
color           : mpcmyk color space is supported
color           : mpspot color space is supported
color           : system rgb is global activated
(/usr/local/teTeX/share/texmf.local/tex/context/base/sort-def.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/sort-lan.tex)
systems         : begin file junk at line 11
<junk-one.tmp>
\openout4 = `junk-one.tmp'.

 <junk-two.tmp>
\openout4 = `junk-two.tmp'.

 <junk-combined.tmp>
\openout4 = `junk-combined.tmp'.

 (./junk-combined.tmp
color           : currentcolor (def) is not defined 
\openout6 = `junk-mpgraph.mp'.

\openout5 = `junk-mpgraph.mpb'.

[MP to PDF] (./junk-mpgraph.1)
color           : currentcolor (def) is not defined 
[MP junk-mpgraph.2]
! Arithmetic overflow.
<recently read> \@@raggedskipb 
                               
\setraggedness ...e \@@raggedskipa \@@raggedskipb 
                                                  \hyphenpenalty \@@raggedsk...

\raggedcenter ->\setraggedness \middleraggedness 
                                                 \setraggedskips 2\middlerag...

\@@align@@middle ...gedcenter \else \raggedcenter 
                                                  \fi \fi 
\next2 #1,->\dodosetupalign {#1}
                                \doprocesscommaitem 
\doprocesscommalist ...item \gobbleoneargument #1,
                                                  ]\relax \global \advance \...
...
l.3     {\processMPbuffer[two]}{(
                                 b)}
? s
OK, entering \scrollmode...

Overfull \hbox (15.66666pt too wide) in paragraph at lines 3--3
[][] \*12ptrmtfrm* (b) []

\hbox(10.41603+4.05064)x0.0
.\hbox(0.0+0.0)x0.0
.\hbox(10.41603+4.05064)x0.0
..\rule(10.41603+4.05064)x0.0
..\glue 0.0 plus 1.0fil minus 1.0fil
.\penalty 10000
.\glue 0.0
.\*12ptrmtfrm* (
.etc.

)
fonts           : resetting map file list
fonts           : using map file: texnansi-public-lm
fonts           : using map file: original-base
fonts           : using map file: ec-public-lm
fonts           : using map file: ec-base
fonts           : using map file: 8r-base
fonts           : using map file: t5-base
fonts           : using map file: original-ams-base
fonts           : using map file: original-ams-euler
fonts           : using map file: original-public-lm
(/usr/local/teTeX/share/texmf.local/tex/context/base/pdfr-ec.tex) [1.1{/usr/loc
al/teTeX/share/texmf.local/fonts/map/pdftex/context/original-empty.map}{/usr/lo
cal/teTeX/share/texmf.local/fonts/map/pdftex/context/texnansi-public-lm.map}{/u
sr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/original-base.map}{/u
sr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/ec-public-lm.map}{/us
r/local/teTeX/share/texmf.local/fonts/map/pdftex/context/ec-base.map}{/usr/loca
l/teTeX/share/texmf.local/fonts/map/pdftex/context/8r-base.map}{/usr/local/teTe
X/share/texmf.local/fonts/map/pdftex/context/t5-base.map}{/usr/local/teTeX/shar
e/texmf.local/fonts/map/pdftex/context/original-ams-base.map}{/usr/local/teTeX/
share/texmf.local/fonts/map/pdftex/context/original-ams-euler.map}{/usr/local/t
eTeX/share/texmf.local/fonts/map/pdftex/context/original-public-lm.map}]
systems         : end file junk at line 100
[flush and process junk-mpgraph.mp afterwards]
system          : cont-err loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-err.tex

> User file 'cont-sys.tex' not found, 'cont-sys.rme' has been used instead. <

) ) 
Here is how much of TeX's memory you used:
 1275 strings out of 58329
 22451 string characters out of 554330
 4604588 words of memory out of 6044138
 40301 multiletter control sequences out of 10000+50000
 75930 words of font info for 40 fonts, out of 2000000 for 2000
 192 hyphenation exceptions out of 5000
 51i,18n,51p,257b,529s stack positions out of 5000i,500n,6000p,200000b,40000s
PDF statistics:
 17 PDF objects out of 300000
 0 named destinations out of 131072
 5 words of extra memory for PDF output out of 10000
</usr/local/teTeX/share/texmf.tetex/fonts/type1/bluesky/cm/cmsy9.pfb>{/usr/l
ocal/teTeX/share/texmf.tetex/fonts/enc/dvips/lm/lm-rep-cmrm.enc}</usr/local/teT
eX/share/texmf.tetex/fonts/type1/public/lm/lmr9.pfb></usr/local/teTeX/share/tex
mf.tetex/fonts/type1/bluesky/cm/cmmi9.pfb>{/usr/local/teTeX/share/texmf.tetex/f
onts/enc/dvips/lm/lm-ec.enc}</usr/local/teTeX/share/texmf.tetex/fonts/type1/pub
lic/lm/lmr12.pfb>
Output written on junk.pdf (1 page, 47408 bytes).

[-- Attachment #4: Type: text/plain, Size: 1 bytes --]



[-- Attachment #5: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Help --- Arithmetic Overflow: Weird error
  2007-01-04  2:10           ` David Arnold
@ 2007-01-04  2:41             ` Mojca Miklavec
       [not found]               ` <37742018-4D97-46D7-B874-B49151AD0EEF@cox.net>
  2007-01-04 10:36             ` Rolf Marvin Bøe Lindgren
  1 sibling, 1 reply; 8+ messages in thread
From: Mojca Miklavec @ 2007-01-04  2:41 UTC (permalink / raw)
  Cc: Context Mailing List List

On 1/4/07, David Arnold wrote:
> Mojca,
>
> Attached.

You've sent one line too few from your log:
[MP to PDF] (./junk-mpgraph.1)
color           : currentcolor (def) is not defined
[MP junk-mpgraph.2]
! Arithmetic overflow.

This implies too old ConTeXt anyway ("ctxtools --contextversion"), I'm
not sure about the metapost (I don't know how old metapost may be for
the latest ConTeXt to work).

> Meanwhile, I guess I should try to update my Context and see if that
> makes a difference. I found that I needed to update my installer and
> now I am realizing that I am a bit behind the times.

Not so much behind the time ... TeXLive hasn't been officially released yet.

> In trying Context Updater in the update i-installer, I get this message:
>
> "You are now installing in the location for de deprecated gwTeX
> 2003-2005 i-Package in part based on teTeX. This is probably not what
> you want. I suggest you make sure you have the gwTeX i-Package based
> on TeX Live installed. Then the best thing is to reset this i-Package
> to its default package properties. It will then pick up the new
> default location.
>
> Looks like it wants me to install the latest tex.
>
> Any advice?

Always update ConTeXt before reporting problems ;)

Now, as a punisment, you're invited to test TeXLive images ;)

----

If you have a broad internet connection and some time available,
"just" uninstall context, uninstall tex, install texlive and then
install context again. "ctxtools --update" might also work, but the
first way is suggested anyway.

Mojca

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Help --- Arithmetic Overflow: Weird error
       [not found]                 ` <6faad9f00701031945i1de26b4el4a315d25c3949382@mail.gmail.com>
@ 2007-01-04  3:52                   ` David Arnold
       [not found]                     ` <6faad9f00701032003i1afe1377p29e78a15b78a9f9a@mail.gmail.com>
  0 siblings, 1 reply; 8+ messages in thread
From: David Arnold @ 2007-01-04  3:52 UTC (permalink / raw)
  Cc: Context Mailing List List

Mojca,

Well, I just finished installing gwtex, the newer version. It is in / 
usr/local/gwTeX.

I am just finishing installing CM Super fonts. I'll then do Freetype,  
libwmf, and ImageMagick and ghostscript.

Then I'll do the contextupdater.

There's something about a preference pane but I haven't found that  
yet. At the moment, from my command line, I am finding the old tex.

darnold $ which pdflatex
/usr/local/teTeX/bin/powerpc-apple-darwin-current/pdflatex

Advice welcome as I proceed.




On Jan 3, 2007, at 7:45 PM, Mojca Miklavec wrote:

> On 1/4/07, David Arnold <dwarnold45@cox.net> wrote:
>> Mojca,
>>
>> What is "ctxtools --contextversion"
>
> It tells you the version of ConTeXt rather than the version of  
> texexec.
>
> Perhaps you need to use
>   texmfstart ctxtools --contextversion
> (before upgrading)
>
> Evn if you uninstall tex.ii2, you can still install it agin if
> something fails. The problem might be that if you don't uninstall
> tex.ii2, context might install under tetex and then you won't be able
> to update context itself (although the version should be OK)
>
> Mojca

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Help --- Arithmetic Overflow: Weird error
       [not found]                         ` <6faad9f00701032019o13b55d5dkc0e639b8211a283a@mail.gmail.com>
@ 2007-01-04  5:26                           ` David Arnold
  0 siblings, 0 replies; 8+ messages in thread
From: David Arnold @ 2007-01-04  5:26 UTC (permalink / raw)
  Cc: Context Mailing List List

Mojca,

Looks like I did it. Thanks for the help. All is well at the moment.


On Jan 3, 2007, at 8:19 PM, Mojca Miklavec wrote:

> On 1/4/07, David Arnold <dwarnold45@cox.net> wrote:
>> OK.
>>
>> I am starting anew. I uninstalled the old.
>>
>> Now, I do have some stuff in ~/Library/texmf, and I am at a point in
>> the installation where I am getting this message:
>>
>> "I found (a) personal configuration file(s) for user(s): David
>> Arnold. These users will not fully use system-wide settings and their
>> TeX configuration is not fully covered by this system-wide
>> configuration phase."
>>
>> I suspect they are related.
>>
>> However, I don't want to just "delete" these as some would be hard to
>> recover. Can I put them in a tmp directory somewhere? And, after the
>> installation completes, is thre a proper new place to move them to?
>
> I did
>  mv texmf texmf2
> You can recover them later if needed by copying single files or
> folders back. In my case there were only format files.
>
> I had to do that because I got "format file mismatch" - there were
> ConTeXt formats in there, but they were older as they should be.
> Probably it would be OK if I just regenerated the formats again. Don't
> bother too much. If something causes you troubles, just rename the
> whole tree.
>
> Mojca

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Help --- Arithmetic Overflow: Weird error
  2007-01-04  2:10           ` David Arnold
  2007-01-04  2:41             ` Mojca Miklavec
@ 2007-01-04 10:36             ` Rolf Marvin Bøe Lindgren
  1 sibling, 0 replies; 8+ messages in thread
From: Rolf Marvin Bøe Lindgren @ 2007-01-04 10:36 UTC (permalink / raw)


On 4. jan. 2007, at 3:10, David Arnold wrote:

> In trying Context Updater in the update i-installer, I get this  
> message:
>
> "You are now installing in the location for de deprecated gwTeX  
> 2003-2005 i-Package in part based on teTeX. This is probably not  
> what you want. I suggest you make sure you have the gwTeX i-Package  
> based on TeX Live installed. Then the best thing is to reset this i- 
> Package to its default package properties. It will then pick up the  
> new default location.
>
> Looks like it wants me to install the latest tex.
>
> Any advice?

I would advice that somebody should pick up the gauntlet and write a  
user-friendly interface to the i-Installer.

-- 
Rolf Lindgren
roffe@extern.uio.no

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-01-04 10:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-04  0:08 Help --- Arithmetic Overflow: Weird error David Arnold
     [not found] ` <6faad9f00701031734x4bc9cacbn2e7f82ad32c1c62b@mail.gmail.com>
2007-01-04  1:37   ` David Arnold
     [not found]     ` <6faad9f00701031745r5c7c3a61o3db50cb65f8912b5@mail.gmail.com>
2007-01-04  1:46       ` David Arnold
     [not found]         ` <6faad9f00701031801i6d7535efp484dbf9cd13d1888@mail.gmail.com>
2007-01-04  2:10           ` David Arnold
2007-01-04  2:41             ` Mojca Miklavec
     [not found]               ` <37742018-4D97-46D7-B874-B49151AD0EEF@cox.net>
     [not found]                 ` <6faad9f00701031945i1de26b4el4a315d25c3949382@mail.gmail.com>
2007-01-04  3:52                   ` David Arnold
     [not found]                     ` <6faad9f00701032003i1afe1377p29e78a15b78a9f9a@mail.gmail.com>
     [not found]                       ` <19E60BD8-EE2D-4CE5-BE98-2F33894D1DAF@cox.net>
     [not found]                         ` <6faad9f00701032019o13b55d5dkc0e639b8211a283a@mail.gmail.com>
2007-01-04  5:26                           ` David Arnold
2007-01-04 10:36             ` Rolf Marvin Bøe Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).