27 Apr
2009
27 Apr
'09
2:36 a.m.
On Tue, 21 Apr 2009, batela wrote:
I found this bug in ContextMinimals last version \starttext
\startitemize[n] \item first \item second \startitemize[m,repeat] \item second.1, ===================== should be 2.1, but only appears 1. \item second.2 \stopitemize \stopitemize
Hmm... is this supposed to work? It does not work in MkII at all. In MkII, the following works \starttext \startitemize[n,repeat] \item first \item second \startitemize[n] \item second.1 \item second.2 \stopitemize \stopitemize \stoptext but in MkIV, the first level of itemizations are missing. Aditya