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
<protectionstate 0>
system          : cont-new loaded
(f:\context\usr\local\context\tex\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
(f:\context\usr\local\context\tex\texmf-local/tex/context/base/cont-old.tex
loading         : Context Old Macros
)
system          : cont-fil loaded
(f:\context\usr\local\context\tex\texmf-local/tex/context/base/cont-fil.tex
loading         : Context File Synonyms
)
system          : cont-sys loaded
(f:\context\usr\local\context\tex\texmf-local/tex/context/user/cont-sys.tex)
bodyfont        : 12pt rm is loaded
language        : patterns nl->texnansi:texnansi->1->2:3 
nl->ec:ec->2->2:3 fr->
texnansi:texnansi->3->2:3 fr->ec:ec->4->2:3 
de->texnansi:texnansi->5->2:3 de->e
c:ec->6->2:3 it->texnansi:texnansi->7->2:3 it->ec:ec->8->2:3 
pt->texnansi:texna
nsi->9->2:3 pt->ec:ec->10->2:3 hr->ec:ec->11->2:3 pl->pl0:pl0->12->2:3 
pl->ec:e
c->13->2:3 pl->qx:qx->14->2:3 cz->il2:il2->15->2:3 cz->ec:ec->16->2:3 
sk->il2:i
l2->17->2:3 sk->ec:ec->18->2:3 sl->ec:ec->19->2:3 ru->t2a:t2a->21->2:3 
en->ec:e
c->22->2:3 uk->ec:ec->23->2:3 us->ec:ec->24->2:3 agr->agr:agr->25->2:3 
da->ec:e
c->26->2:3 sv->ec:ec->27->2:3 af->ec:ec->28->2:3 no->ec:ec->29->2:3 
deo->ec:ec-
 >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].
[EMAIL PROTECTED]@testmp-mpgraph ->[EMAIL PROTECTED]@testmp-mpgraph
                                            ,1
[EMAIL PROTECTED]@testmp-mpgraph ->[EMAIL PROTECTED]@testmp-mpgraph
                                            ,1
[EMAIL PROTECTED]@testmp-mpgraph ->[EMAIL PROTECTED]@testmp-mpgraph
                                            ,1
[EMAIL PROTECTED]@testmp-mpgraph ->[EMAIL PROTECTED]@testmp-mpgraph
                                            ,1
[EMAIL PROTECTED]@testmp-mpgraph ->[EMAIL PROTECTED]@testmp-mpgraph
                                            ,1
[EMAIL PROTECTED]@testmp-mpgraph ->[EMAIL PROTECTED]@testmp-mpgraph
                                            ,1
...
l.16 \stopMPcode
               
No pages of output.
Transcript written on testmp.log.
TeXExec | runtime: 1.912
 >Exit code: 0


[EMAIL PROTECTED] 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
>   

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

Reply via email to