Am 31.08.2010 um 09:47 schrieb Taco Hoekwater:
On 08/31/2010 09:31 AM, Xan wrote:
Al 30/08/10 15:55, En/na Taco Hoekwater ha escrit:
On 08/28/2010 09:31 PM, Xan wrote:
- right indentation of items: in context items start at the same point. In LaTeX is the item text itself who starts at the same point, not the romans.
I do not understand this sentence. Does this do what you want?
Easy: in ConTeXt
(i) bla bla bla (ii) bla bla bla (iii) bla bla bla (iv) bla bla bla
in LaTeX
(i) bla bla bla (ii) bla bla bla (iii) bla bla bla (iv) bla bla bla
Context aligns text and LaTeX right-aligns the numbers (markers)
Wolfgang? I know how to code this in plain style, but is there a nicer way?
\defineitemgroup[enumerate] \setupitemgroup[enumerate][each][romannumerals][width=1cm,distance=1em,itemalign=flushright,left=(,right=),stopper=] %\setupitemgroup[enumerate][each][romannumerals,fit][distance=1em,itemalign=flushright,left=(,right=),stopper=] \starttext \startenumerate \item one \item two \item \input ward \stopenumerate \stoptext Wolfgang