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
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
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