Am 12.12.2009 um 02:22 schrieb Curiouslearn:

> I suppose you can think of 'margin=dimension' option as increasing the
> margin by the specified dimension for the list. It works without any
> problems for a list that is not nested within another list. However,
> with nesting, as in the example I emailed, it does not work.
> 
> I tried the 'width' command but that does not do what I want. It
> inserts the space between the item symbol and the item text. I want
> the space before item symbol.

You can change the margin only on the first level.

\starttext
\startitemize
\item item 1
  \startitemize[a][stopper=)]
  \item item 1a
  \item item 1b
  \stopitemize
\item item 2
  \startitemize[a][stopper=),width=3cm,left={\hspace[normal]}]
  \item item 2a
  \item item 2b
  \stopitemize
\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
___________________________________________________________________________________

Reply via email to