15 Sep
2010
15 Sep
'10
7:21 a.m.
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