Hello all (esp. the ConTeXt-Developers), some time ago I sent the following email to this list and got no reply so I'm resending it. Is there any possibility that this feature will be part of the next/one of the next ConTeXt-versions? Frank
Dear all, I have a manuscript with long nested numbered enumerations and I want the numbers of all levels to be printed automatically like:
1. one 1.1 one-one 1.2 one-two 2. two 2.1 two-one 2.2.1 two-two-one ...
Using the following prints only the current level's number, not all levels:
\startitemize[n,packed] \item \item \startitemize[m,packed] \item \item \stopitemize \item \item \stopitemize
For Latex there is the package paralist.sty for doing the desired numbering, how can this be done with ConTeXt?
Frank