[NTG-context] itemize no indentation from the second line

2010-09-15 Thread Zhaopeng Xing
Dear All,

I am trying to get an itemization like this

(1) This is a test. This is a test. This is a test.
This is a test. This is a test. This is a test.

(2) This is a test. This is a test. This is a test.
This is a test. This is a test. This is a test.

i.e., for each item, there is no indentation from the second line. I tried

\setupitemize[left=(, right=), stopper={}, indentnext=no]

But got no effect. Can anyone help me with it? Thank you.

Regards,
Zhaopeng Xing
China Economic Monitoring and Analysis Center, National Bureau of Statistics
of China
___
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
___


Re: [NTG-context] itemize no indentation from the second line

2010-09-15 Thread luigi scarso
On Mon, Sep 13, 2010 at 3:43 PM, Zhaopeng Xing zpx...@gmail.com wrote:
 Dear All,

 I am trying to get an itemization like this

 (1) This is a test. This is a test. This is a test.
 This is a test. This is a test. This is a test.

 (2) This is a test. This is a test. This is a test.
 This is a test. This is a test. This is a test.

 i.e., for each item, there is no indentation from the second line. I tried

 \setupitemize[left=(, right=), stopper={}, indentnext=no]
Hm I'm not sure to understand what you want
Do you have a simple example ?
-- 
luigi
___
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
___


Re: [NTG-context] itemize no indentation from the second line

2010-09-15 Thread Wolfgang Schuster

Am 13.09.2010 um 15:43 schrieb Zhaopeng Xing:

 Dear All,
 
 I am trying to get an itemization like this
 
 (1) This is a test. This is a test. This is a test. 
 This is a test. This is a test. This is a test. 
 
 (2) This is a test. This is a test. This is a test. 
 This is a test. This is a test. This is a test. 
 
 i.e., for each item, there is no indentation from the second line. I tried 
 
 \setupitemize[left=(, right=), stopper={}, indentnext=no]
 
 But got no effect. Can anyone help me with it? Thank you.

\starttext
\startitemize[n,intext][left=(,right=),stopper=]
\item \input knuth
\item \input ward
\stopitemize
\stoptext

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
___