\noindent in startstop block is not working on the text that follows the block
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
Bart C. Wise wrote:
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} ]
You want \noidentation (instead of \noindent). Best wishes, Taco
Thanks Taco! On Friday February 8 2008, Taco Hoekwater wrote:
Bart C. Wise wrote:
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} ]
You want \noidentation (instead of \noindent).
Best wishes, Taco ___________________________________________________________________________ ________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________ ________
participants (3)
-
Bart C. Wise
-
Bart Wise
-
Taco Hoekwater