15 Jul
2011
15 Jul
'11
2:44 p.m.
Am 15.07.2011 um 14:28 schrieb Wolfgang Schuster:
Am 15.07.2011 um 13:43 schrieb Andreas Harder:
If I'm getting you right, this should work?
\startbuffer \setupbodyfont[modern] \setupblank[medium] \showframe \stopbuffer
\getbuffer % \setupblank[medium] not applied \starttext % \getbuffer % \setupblank[medium] applied
\dorecurse{17}{\dorecurse{35}{test }\par\blank} \stoptext
No, there are a few settings which can only be set *after* \starttext because ConTeXt resets them at this point.
Okay, so I will stick to that. Thanks! Andreas