[NTG-context] \setupitemgroup...
Willi Egger
context at boede.nl
Wed Oct 7 10:26:35 CEST 2015
Hi all,
I tried to setup itemization on three levels. However I do not get the desired result. The setup does not make level one numbered, level two a-b-c and level three with center-dot.
What am I missing?
Kind regards
Willi
\setupitemgroup
[itemize]
[1]
[packed]
[n,after=]
\setupitemgroup
[itemize]
[2]
[packed]
[a,after=]
\setupitemgroup
[itemize]
[3]
[packed,after=]
[1]
\starttext
\startitemize
\startitem
Level 1
\startitemize
Level 2
\stopitemize
\startitemize
Level 2
\startitemize
\startitem
Level 3
\stopitem
\startitem
Level 3
\stopitem
\stopitemize
\stopitemize
\stopitem
\startitem
Level 1
\stopitem
\stopitemize
More text \dots
\stoptext
More information about the ntg-context
mailing list