[EMAIL PROTECTED] wrote:
> Hi,
> 
> Sorry to bother you with this question again, but I didn't get any definitive
> answer in the previous discussion: wouldn't it be useful to have a new option 
> in
> \setupindenting that indents EVERY paragraph? I mean even after floats,
> formulae, heads, etc.
>

This is a french typographical tradition thing, isn't it?

> It would be easier than to set every 'indentnext' option to 'yes'. My first
> thought was that it should be the role of the 'always' option. Is it silly?

In fact there is a common entry point for indentnext already, and
redefining that woudl do what you want, I believe:

\def\checknextindentation[#1]% original
   {\processaction
      [#1]
      [yes=>\doindentation,
       no=>\noindentation,
       auto=>\autoindentation]}

\def\checknextindentation[#1]{\doindentation} % redefined

Hooking into \setupindenting may not be the best idea, because of
backward compatibility. If Hans not feel like adding an extra
inferface, my next proposal would be to add this redefined command
to the t-french module on the garden

   http://modules.contextgarden.net/t-french

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
___________________________________________________________________________________

Reply via email to