Johan Sandblom wrote:
If the following is run with newtexexec, the text background on the first page is black. On live.contextgarden.net it works ok. Another candidate for the test suite?
sure
\setupcolors[state=start] \definecolor[red][r=1] \definecolor[trwhite][s=1, t=.5, a=1] \setupbackgrounds[state=repeat] \defineoverlay[pagebg][\useMPgraphic{pagebg}] \setupbackgrounds[page][background=pagebg] \startuseMPgraphic{pagebg} StartPage ; fill Page withcolor \MPcolor{red} ; fill Field[Text][Text] withcolor \MPcolor{trwhite} ; StopPage ; \stopuseMPgraphic
\starttext
\dorecurse{10}{\input tufte}
\stoptext
works ok here both newtexexec test newtexexec --automp test ----------------------------------------------------------------- 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 -----------------------------------------------------------------