Hi Wolfgang and Willi, Indeed the observation made by Wolfgang is correct, but even upon following those instructions, somehow the level 2 does not work as expected: Best regards: OK PS: Please see the example below: \setupitemgroup [itemize] [1] [packed,n] [after=] \setupitemgroup [itemize] [2] [packed,a] [after=] \setupitemgroup [itemize] [3] [packed,r] [after=] \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
On 07 Oct 2015, at 10:53, Wolfgang Schuster
wrote: 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 ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________