On Tue, 17 Mar 2015 15:04:32 -0600, Wolfgang Schuster <schuster.wolfg...@gmail.com> wrote:

\startsetups[paragraph:noindent]
        \setupindenting[no]
\stopsetups
\defineparagraph[noindent][setups=paragraph:noindent]
\setupindenting[yes,big]
\starttext
\startparagraph
\input ward
\stopparagraph
\startparagraph[noindent]
\input ward
\stopparagraph
\startparagraph
\input ward
\stopparagraph
\stoptext

The opposite scenario doesn't work, viz.

==========
% setup paragraph indents
\startsetups[paragraph:indent]
        \setupindenting[big,yes]
\stopsetups
\defineparagraph[indent][setups=paragraph:indent]
==========

But this appears to work:

==========
% setup paragraph indents
\startsetups[paragraph:indent]
        \indentation
\stopsetups
\defineparagraph[indent][setups=paragraph:indent]
==========

So there is significant difference in the \setupindenting[yes] case. For consistency we may as well go with

=================
\startsetups[paragraph:indent]
        \indentation
\stopsetups
\defineparagraph[indent][setups=paragraph:indent]
\startsetups[paragraph:noindent]
        \noindentation
\stopsetups
\defineparagraph[noindent][setups=paragraph:noindent]
=================

This entire approach is better and wiser than indentnext=auto anyway. Thanks again, Wolfgang, and

Best wishes
Idris
--
Idris Samawi Hamid
Professor of Philosophy
Colorado State University
Fort Collins, CO 80523
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to