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
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
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
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
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
>
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