ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Idris Samawi Hamid ادريس سماوي حامد" <ishamid@colostate.edu>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: indentnext=auto
Date: Tue, 17 Mar 2015 18:21:25 -0600	[thread overview]
Message-ID: <op.xvn29zvifkrasx@ishamid-pc> (raw)
In-Reply-To: <284E8324-2101-4F2B-BB1D-48BA5A579B40@gmail.com>

On Tue, 17 Mar 2015 15:04:32 -0600, Wolfgang Schuster  
<schuster.wolfgang@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
___________________________________________________________________________________

      parent reply	other threads:[~2015-03-18  0:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-17 20:30 indentnext=auto Idris Samawi Hamid ادريس سماوي حامد
2015-03-17 21:04 ` indentnext=auto Wolfgang Schuster
2015-03-17 23:50   ` indentnext=auto Idris Samawi Hamid ادريس سماوي حامد
2015-03-18  0:21   ` Idris Samawi Hamid ادريس سماوي حامد [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=op.xvn29zvifkrasx@ishamid-pc \
    --to=ishamid@colostate.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).