7 Oct
2015
7 Oct
'15
8:53 a.m.
Willi Egger mailto:context@boede.nl 7. Oktober 2015 um 10:26 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=] You have keywords and assignments in the same argument which is not supported by context. Change your \setupitemgroup settings to
\setupitemgroup [itemize] [1] [packed,n] [before=] and it works. Wolfgang