On 14 May 2016, at 20:00, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:
___________________________________________________________________________________Just put it at the begin of the document.14. Mai 2016 um 17:55I 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?
\definebodyfontenvironment[18pt]
\starttext
\dorecurse{10}
{\begingroup
\switchtobodyfont[18pt]
\endgroup}
\stoptext
Wolfgang