10 Jun
2011
10 Jun
'11
12:12 p.m.
Am 10.06.2011 um 12:07 schrieb Philipp Gesang:
Hi again,
when setting a background layer combined with an early font setup there appears a “0” (ascii 0x30) right after “\starttext”:
·································································
\setupbodyfont[sans] %%% <-- comment this out and the “0” vanishes \definelayer[bg][x=0,y=0,width=\paperwidth,height=\paperheight] %%% <-- or this
“x” and “y” expect a dimension but you assign a number, remove the setting (because both are set to 0pt by default) or change the values to 0pt. Wolfgang