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? \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 -- Johan Sandblom N8, MRC, Karolinska sjh t +46851776108 17176 Stockholm m +46735521477 Sweden "What is wanted is not the will to believe, but the will to find out, which is the exact opposite" - Bertrand Russell
Johan Sandblom wrote:
If the following is run with newtexexec, the text background on the first page is black.
I _do_ get a nice pinkish background on both pages when I don't use runtime graphics. Diagnosis: It looks like the specials get lost somehow in the runtime version. This file is certainly a good test case. Greetings, Taco
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 -----------------------------------------------------------------
Taco Hoekwater wrote:
Hans Hagen wrote:
works ok here both
Have you changed any of the memory values in texmf.cnf recently? (I suddenly remember I have)
I regenerated the formats with texmfstart newtexexec --make --all and after that, the problem was gone. Probably because texexec and newtexexec read different variables from texmf.cnf. Cheers, Taco
Yes, I have increased the save size from 5000 to 15000 for a document
with random backgrounds.
Johan
2006/4/10, Taco Hoekwater
Hans Hagen wrote:
works ok here both
Hi Johan,
Have you changed any of the memory values in texmf.cnf recently? (I suddenly remember I have)
Cheers, Taco
-- Johan Sandblom N8, MRC, Karolinska sjh t +46851776108 17176 Stockholm m +46735521477 Sweden "What is wanted is not the will to believe, but the will to find out, which is the exact opposite" - Bertrand Russell
participants (3)
-
Hans Hagen
-
Johan Sandblom
-
Taco Hoekwater