[NTG-context] startenumerate in romans a la LaTeX
Taco Hoekwater
taco at elvenkind.com
Mon Aug 30 15:55:49 CEST 2010
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?
\defineitemgroup[enumerate]
\setupenumerate[1][romannumerals]
\setupenumerate[1][width=1cm,stopper=,left=(,right=)]
\starttext
\startenumerate
\item A
\item B
\item C
\stopenumerate
\stoptext
More information about the ntg-context
mailing list