14 May
2016
14 May
'16
8 p.m.
Meer, Hans van der mailto:H.vanderMeer@uva.nl 14. Mai 2016 um 17:55 I like to execute this statement \definebodyfontenvironment[somevalue] in order to avoid lots of error messages as such: fonts > bodyfont '8.0pt' is defined (can better be done global
Is this definebodyfontenvironment macro fully executed each time it is called or does ConTeXt remember and execute it once only? Just put it at the begin of the document.
\definebodyfontenvironment[18pt] \starttext \dorecurse{10} {\begingroup \switchtobodyfont[18pt] \endgroup} \stoptext Wolfgang