At 2018-04-27T02:16:12+05:30, N. Raghavendra wrote:
Is it possible to use the continue option for second level itemizations? I am unable to make it work.
I thought
http://wiki.contextgarden.net/Command/head#Example
looked like a solution, but it too doesn't work.
------------------------------------------------------------
\starttext
\startitemize[packed][headstyle=bold]
\head Birds
What is water? This is a difficult question to answer,
because water is impossible to define. One could ask
the same question about birds. What {\em are} birds?
We just don't know.
\startitemize[a]
\item Toucan
\item Quetzal
\item Cassowary
\stopitemize
\head Mammals \par
\startitemize[continue]
\item Anteater
\item Sloth
\item Capybara
\stopitemize
\stopitemize
\stoptext
------------------------------------------------------------
produces
• Birds
What is water? This is a difficult question to answer, because water is
impossible to define. One could ask the same question about birds. What
are birds? We just don’t know.
a. Toucan
b. Quetzal
c. Cassowary
• Mammals
a. Anteater
b. Sloth
c. Capybara
which is not the output shown in that Wiki page.
Raghu.
--
N. Raghavendra