Am 15.04.2011 um 14:11 schrieb Cecil Westerhof:

> With the following code:
> \setupindenting[yes,medium,next]
> 
> \starttext
> 
> \input knuth
> 
> \blank
> 
> \input knuth
> 
> \stoptext
> 
> When using texexec (MKII) the paragraph after the \blank is not
> indented. When using context (MKIV) it is. Why this difference?


And you think it’s better to let \blank behave different dependent
on the indenting settings?

% engine=pdftex

\starttext

\setupindenting[yes,medium,first]

\input knuth

\blank

\input knuth

\page

\setupindenting[yes,medium,next]

\input knuth

\blank

\input knuth

\stoptext

To control whether the next paragraph is indented or not should
better be controlled with by \setupblank and not from \setupindenting.

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to