8 Feb
2008
8 Feb
'08
7:11 a.m.
I defined a startstop block. However, the text that follows the block I don't want to be indented. <Code> \definestartstop[Center][ before={\startalignment[center]}, after={\stopalignment\noindent} ] \starttext \startCenter This is some text! \stopCenter I don't want this paragraph indent; however, it ends up being indented. \stopText <\Code> However, the text that follows the block is indented. How to I declare a \noindent within the startstop block definition that will work when the block is exited? Thanks, Bart