Thanks Wolfgang and Luigi. Luigi's solution worked well.
Unfortunately, left={hspace[normal]} did not give the desired outcome.
The item symbols were still at their original location.
I have a follow up question. Based on your solution I also tried
left=\hskip 2.10em, which works too? Is there a reason why \kern is
better than \hskip?
Thanks.
On Sat, Dec 12, 2009 at 1:37 AM, luigi scarso
On Tue, Dec 8, 2009 at 4:11 PM, Curiouslearn
wrote: Can someone please explain why the margin command does not work in this example? What can I do to obtain the margin.
Thanks.
\setuppapersize[letter][letter] \starttext
\input tufte
\startitemize \item This is the first item of outer list. \startitemize[a][stopper=)] \item Context is great. The more I use it the more I love it. \item Hope it continues to develop further. \stopitemize \item This is the second item of outer list. Margin command does not work below. \startitemize[a][stopper=),margin=2in] \item Context is great. The more I use it the more I love it. \item Hope it continues to develop further. \stopitemize \stopitemize
\input tufte
\stoptext ___________________________________________________________________________________ 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 ___________________________________________________________________________________
As wolfgang already wrote
\setuppapersize[letter][letter] \setupitemize[2][stopper={:},left={\kern2.10em},width=\dimexpr 2.10em+1em\relax] \starttext \input tufte \startitemize \item This is the first item of outer list. \startitemize[a] \item Context is great. The more I use it the more it \item Hope it continues to develop further. \stopitemize \item This is the second item of outer list. Margin command does not work below. \startitemize[a] \item Context is great. The more I use it the more I love it. \item Hope it continues to develop further. \stopitemize \stopitemize \input tufte \stoptext
-- 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 ___________________________________________________________________________________