I have a manuscript with long nested numbered enumerations and I want the numbers of all levels to be printed 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 _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context