Problem with Context ver: 2006.09.11 14:37 MK II fmt: 2006.9.12 int: english/english
When I compile my documents with the new version of Context (beta) I get the following error (see below) with some of my metapost code which uses \sometxt. Does anybody knows how to fix this ? Thanks Wim
texmfstart texexec --autopdf --pdf cart.tex TeXExec | processing document 'cart.tex' TeXExec | no ctx file found TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | writing option file cart.top TeXExec | using randomseed 1247 TeXExec | tex engine: pdfetex TeXExec | tex format: cont-en TeXExec | progname: context This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c 7.5.5) \write18 enabled. (f:\context\usr\local\context\tex\texmf-local/web2c/natural.tcx) entering extended mode (./cart.tex
ConTeXt ver: 2006.09.11 14:37 MK II fmt: 2006.9.12 int: english/english ... color : currentcolor (def) is not defined savetxt(1,64.06398pt,7.43599pt,0.15399pt) shifted (0,-0.15399pt); ! TeX capacity exceeded, sorry [input stack size=10000]. \@xob@cart-mpgraph ->\@xob@cart-mpgraph ,1 \@xob@cart-mpgraph ->\@xob@cart-mpgraph ,1 \@xob@cart-mpgraph ->\@xob@cart-mpgraph ,1 \@xob@cart-mpgraph ->\@xob@cart-mpgraph ,1 \@xob@cart-mpgraph ->\@xob@cart-mpgraph ,1 \@xob@cart-mpgraph ->\@xob@cart-mpgraph ,1 ...
WN wrote:
When I compile my documents with the new version of Context (beta) I get the following error (see below) with some of my metapost code which uses \sometxt.
Does anybody knows how to fix this ?
can you make a small test file? Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans, Here is the minimal test file with the log, a bit strange that the exit code is 0 Btw when I use only 1 \sometxt instead of the 2, the document compiles without errors and Context says it produced 1 page which it did, but the page does not contain any graphics. Another important thing, how can I make sure, when I update or download Context , it's a stable version instead of a beta ? Looking at the entries on the mailinglist related to the ''beta'' release, I wonder if I have to use version control instead so I can always revert back to the release which worked. Or will the version control be built into the Context system instead, just wondering ? Wim \starttext Minimal testfile \startMPcode numeric u; picture pic; u := 1cm; pic := \sometxt{versnelde klok}; pic := pic shifted (2u,2u); draw pic; pic := \sometxt{rechtlijnig bewegende klok}; pic := pic shifted (2u,3u); draw pic; \stopMPcode \stoptext
texmfstart texexec --autopdf --pdf testmp.tex TeXExec | processing document 'testmp.tex' TeXExec | no ctx file found TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | writing option file testmp.top TeXExec | using randomseed 753 TeXExec | tex engine: pdfetex TeXExec | tex format: cont-en TeXExec | progname: context This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c 7.5.5) \write18 enabled. (f:\context\usr\local\context\tex\texmf-local/web2c/natural.tcx) entering extended mode (./testmp.tex
ConTeXt ver: 2006.09.11 14:37 MK II fmt: 2006.9.12 int: english/english
language : language en is active
30->2:3 es->ec:ec->31->2:3 ca->ec:ec->32->2:3 la->ec:ec->33->2:3 ro->ec:ec->34 ->2:3 tr->ec:ec->35->2:3 fi->ec:ec->37->2:3 hu->ec:ec->38->2:3 loaded specials : tex,postscript,rokicki loaded system : testmp.top loaded (./testmp.top specials : loading definition file tpd (f:\context\usr\local\context\tex\texmf-local/tex/context/base/spec-tpd.tex specials : loading definition file fdf (f:\context\usr\local\context\tex\texmf-local/tex/context/base/spec-fdf.tex) specials : fdf loaded ) specials : fdf,tpd loaded ) systems : system commands are enabled (./testmp.tuo) (./testmp.tuo) (./testmp.tuo) (./testmp.tuo) (./testmp.tuo) (./testmp.tuo) (./testmp.tuo) (./testmp.tuo) (./testmp.tuo) (./testmp.tuo) (f:\context\usr\local\context\tex\texmf-local/tex/context/base/sort-def.tex) (f:\context\usr\local\context\tex\texmf-local/tex/context/base/sort-lan.tex) (./testmp.tuo) (./testmp.tuo) systems : begin file testmp at line 1
color : currentcolor (def) is not defined savetxt(1,72.52364pt,8.26648pt,0.0pt) shifted (0,-0.0pt); savetxt(2,135.12482pt,8.26648pt,2.33331pt) shifted (0,-2.33331pt); ! TeX capacity exceeded, sorry [input stack size=10000]. \@xob@testmp-mpgraph ->\@xob@testmp-mpgraph ,1 \@xob@testmp-mpgraph ->\@xob@testmp-mpgraph ,1 \@xob@testmp-mpgraph ->\@xob@testmp-mpgraph ,1 \@xob@testmp-mpgraph ->\@xob@testmp-mpgraph ,1 \@xob@testmp-mpgraph ->\@xob@testmp-mpgraph ,1 \@xob@testmp-mpgraph ->\@xob@testmp-mpgraph ,1 ... l.16 \stopMPcode
No pages of output. Transcript written on testmp.log. TeXExec | runtime: 1.912
Exit code: 0
pragma@wxs.nl wrote:
WN wrote:
When I compile my documents with the new version of Context (beta) I get the following error (see below) with some of my metapost code which uses \sometxt.
Does anybody knows how to fix this ?
can you make a small test file?
Hans
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
WN wrote:
Another important thing, how can I make sure, when I update or download Context , it's a stable version instead of a beta ? Looking at the entries on the mailinglist related to the ''beta'' release, I wonder if I have to use version control instead so I can always revert back to the release which worked. Or will the version control be built into the Context system instead, just wondering ?
if you're not afraid for testing, take the beta (depends on if you asked for new features as well) otherwise take the current especially the current beta's are real beta's because i'm shuffling some code around (mk iv preparations)
savetxt(1,72.52364pt,8.26648pt,0.0pt) shifted (0,-0.0pt); savetxt(2,135.12482pt,8.26648pt,2.33331pt) shifted (0,-2.33331pt); ! TeX capacity exceeded, sorry [input stack size=10000]. \@xob@testmp-mpgraph ->\@xob@testmp-mpgraph
strange indeed Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
WN