Can someone please say whether it is possible to do what I am trying
to do below?
Thanks.
On Tue, Dec 8, 2009 at 10:11 AM, Curiouslearn
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