15 Apr
2011
15 Apr
'11
1:17 p.m.
Am 15.04.2011 um 15:05 schrieb Markus Finke:
Hello,
how can I change the green frame in \showframe[margin] on black?
I need more contrast on the paper and there is no option to print all color in black with Adobe Reader on Kubuntu.
Use \setupbackgrounds and not \showframe. \setuppapersize[A5][A4] \setupbackgrounds[text][leftmargin][frame=on] \setupbackgrounds[page][frame=on] \setuplayout[location=middle] \starttext \input knuth \stoptext Wolfgang