Is it possible to use the continue option for second level itemizations?
I am unable to make it work.  For example, the following file

------------------------------------------------------------
\starttext

\startitemize [n]
  \startitem One
    \startitemize [a]
      \startitem A \stopitem
    \stopitemize
  \stopitem
  \startitem Two
    \startitemize [continue]
      \startitem B \stopitem
    \stopitemize
  \stopitem
\stopitemize

\stoptext
------------------------------------------------------------

produces

1. One
a. A
2. Two
a. B

Thanks,
Raghu.

--
N. Raghavendra <ra...@hri.res.in>, http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to