Re: [NTG-context] Indent after \startline[…]

2009-12-16 Thread Andreas Harder
Am 16.12.2009 um 18:40 schrieb Wolfgang Schuster: > > Am 16.12.2009 um 11:43 schrieb Andreas Harder: > >> Hi all, >> >> how can I prevent the indent after a \startline[…]-construct. Here is an >> example: >> >> \setupindenting[medium,next,yes

Re: [NTG-context] Indent after \startline[…]

2009-12-16 Thread Wolfgang Schuster
Am 16.12.2009 um 11:43 schrieb Andreas Harder: > Hi all, > > how can I prevent the indent after a \startline[…]-construct. Here is an > example: > > \setupindenting[medium,next,yes] > > \def\NoIndent{\noindentation{\red\bf Indent?}\enspace} > > \startbuffer

[NTG-context] Indent after \startline[… ]

2009-12-16 Thread Andreas Harder
Hi all, how can I prevent the indent after a \startline[…]-construct. Here is an example: \setupindenting[medium,next,yes] \def\NoIndent{\noindentation{\red\bf Indent?}\enspace} \startbuffer \dorecurse{3}{\dorecurse{10}{some text, } \par } \stopbuffer \starttext \showframe \getbuffer