ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* indentnext=no and \item
@ 2014-10-19 19:10 Pablo Rodriguez
  2014-10-19 19:49 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez @ 2014-10-19 19:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I have the following sample:

    \setupindenting[medium, always]
    \starttext
    \startitemize[a, indentnext=no]
    \item This is not indented.

    This shouldn’t be indented, but it is.
    \stopitemize
    \stoptext

How can I get that the paragraphs other than the first in the item don’t
get indented?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: indentnext=no and \item
  2014-10-19 19:10 indentnext=no and \item Pablo Rodriguez
@ 2014-10-19 19:49 ` Wolfgang Schuster
  2014-10-19 20:12   ` Pablo Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2014-10-19 19:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> Am 19.10.2014 um 21:10 schrieb Pablo Rodriguez <oinos@gmx.es>:
> 
> Dear list,
> 
> I have the following sample:
> 
>    \setupindenting[medium, always]
>    \starttext
>    \startitemize[a, indentnext=no]
>    \item This is not indented.
> 
>    This shouldn’t be indented, but it is.
>    \stopitemize
>    \stoptext
> 
> How can I get that the paragraphs other than the first in the item don’t
> get indented?
> 
> Many thanks for your help,

1. You can’t put a keyword (the “a” option) and a assignment (indentnext=no) into the same argument of a command.

2. The indent next option controls whether the paragraph after the environment is indented or not but what you need is the indenting key.

3. You have to use \startitemize[a][indenting=no] in your document.

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: indentnext=no and \item
  2014-10-19 19:49 ` Wolfgang Schuster
@ 2014-10-19 20:12   ` Pablo Rodriguez
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodriguez @ 2014-10-19 20:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 10/19/2014 09:49 PM, Wolfgang Schuster wrote:
>>[...]
>>    \setupindenting[medium, always]
>>    \starttext
>>    \startitemize[a, indentnext=no]
>>    \item This is not indented.
>>
>>    This shouldn’t be indented, but it is.
>>    \stopitemize
>>    \stoptext
>> [...]
> 1. You can’t put a keyword (the “a” option) and a assignment
> (indentnext=no) into the same argument of a command.
> 
> 2. The indent next option controls whether the paragraph after the
> environment is indented or not but what you need is the indenting key.
> 
> 3. You have to use \startitemize[a][indenting=no] in your document.

Many thanks for your fast reply and you excellent explanation, Wolfgang.


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-19 20:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-19 19:10 indentnext=no and \item Pablo Rodriguez
2014-10-19 19:49 ` Wolfgang Schuster
2014-10-19 20:12   ` Pablo Rodriguez

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).