[NTG-context] Problem with Metapost

2024-11-03 Thread Fabrice Couvreur
Hi, I think I have never encountered this problem. Recently, I can no longer have a succession of figures with Metapost; only the first one appears. Thanks. Fabrice \starttext \dorecurse{3}{\startMPcode numeric u; u = 0.5cm; ymax = xmax = 7; xmin = y

Re: [NTG-context] Problem with metapost textbackgrounds on Windows

2009-08-17 Thread Hans Hagen
Thomas Floeren wrote: There seems to be a typo in anch-pgr.mkII which prevents textbackgrounds from working: line 654 '\enableparposition' should probably read '\enableparpositions'. If you copy the following lines into your environment it should work: \def\initializeparbackgrounds {\ifcase

Re: [NTG-context] Problem with metapost textbackgrounds on Windows

2009-08-16 Thread Thomas Floeren
ct: Re: [NTG-context] Problem with metapost textbackgrounds on Windows Thanks, Mojca. Also, a further bit of investigation on Windows shows that building the example (saved in foo.tex) with "context foo.tex" or "texexec --lua foo.tex" produces the results I reported. But, bui

Re: [NTG-context] Problem with metapost textbackgrounds on Windows

2009-08-04 Thread Kevin D. Robbins
Thanks, Mojca. Also, a further bit of investigation on Windows shows that building the example (saved in foo.tex) with "context foo.tex" or "texexec --lua foo.tex" produces the results I reported. But, building without lua using "texexec foo.tex" gives a different error but does produce the expect

Re: [NTG-context] Problem with metapost textbackgrounds on Windows

2009-08-04 Thread Mojca Miklavec
On Tue, Aug 4, 2009 at 19:18, Kevin D. Robbins wrote: > Hello all, > > In the example below, I mean for a gray box with rounded corners to be > placed behind \startC ... \stopC blocks. This example compiles properly on > Linux with the latest ConTeXt beta and LuaTeX synced from the minimals just >

[NTG-context] Problem with metapost textbackgrounds on Windows

2009-08-04 Thread Kevin D. Robbins
Hello all, In the example below, I mean for a gray box with rounded corners to be placed behind \startC ... \stopC blocks. This example compiles properly on Linux with the latest ConTeXt beta and LuaTeX synced from the minimals just minutes ago. On Windows, also updated from minimals this morning