1 May
2005
1 May
'05
9:40 p.m.
Dear all, 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