Hello All!
A while ago Hans introduced 'repeat' option for \startitemize to make
nested items. I've decided to give it a try:
\startitemize[repeat]
\item item1
\startitemize
\item item1.1
\item item1.2
\item item1.3
\stopitemize
\item
\startitemize
\item item2.1
\item item2.2
\item item2.3
\item item2.4
\stopitemize
\stopitemize
gives:
1. item1
1. item1.1
2.2. item1.2
3.3. item1.3
2.1. item2.1
2.2. item2.2
3.3. item2.3
4.4. item2.4
should:
1. item1
1.1. item1.1
1.2. item1.2
1.3. item1.3
2.1. item2.1
2.2. item2.2
2.3. item2.3
2.4. item2.4
From my observations of mysterious box manipulations in core-itm I
think that fix for repeating first digit can be as simple as removing
one of these \plusone's somewhere. But it is possible to make both 1.1
and 2.1 work as in my example?
And it seems that space after dot in nested lists is slightly bigger. Is
this intentional?
--
Radhelorn