On 9/7/06, Peter Rolf wrote:
Mojca Miklavec wrote:
Have you tried \setupbackgrounds[paper][background=...]?
I didn't know about that before. Now I tried it, but it had no effect.
mhh, works here (but maybe not in your example?)
\setupoutput[pdftex] \setupcolors[state=start]
\defineoverlay[test][{\bgroup\color[red]\blackrule[height=\paperheight,width=\paperwidth]\egroup}] \setupbackgrounds[paper][background=test]
\starttext \null \stoptext
Your example works, but the following doesn't: \setupcolors[state=start] \defineoverlay[test][{\bgroup\color[red]\blackrule[height=\paperheight,width=\paperwidth]\egroup}] \setupbackgrounds[paper][background=test] % or: \setupbackgrounds[paper][background=color,backgroundcolor=red] \setuppapersize [XY][A4,landscape] \setuppaper [nx=3,ny=1] \setuparranging [XY] \starttext \null \stoptext Mojca