Re: [NTG-context] tekst before \starttext?

2013-04-16 Thread Wolfgang Schuster
Am 16.04.2013 um 19:56 schrieb "Meer, H. van der" : > I thought that typesetting should start after \startext and that anything > before it should be ignored. > That is indeed the case with the following input: > > ABC > \starttext > CONTENT > \stoptext > > But add a \setupbodyfont and suddenl

[NTG-context] tekst before \starttext?

2013-04-16 Thread Meer, H. van der
I thought that typesetting should start after \startext and that anything before it should be ignored. That is indeed the case with the following input: ABC \starttext CONTENT \stoptext But add a \setupbodyfont and suddenly the ABC appears: \setupbodyfont[lmodern] ABC \starttext CONTENT \stopte