Fabrice Couvreur
23. Juli 2016 um 10:28
Hi Wolfgang,
I thought the keyword to correct the problem was but I repeat this otiens

1.
2.a.
2.b

instead of

1.
2.a.
b.

You need todays beta to get the correct output for the following example (the \noitem hasn’t thw right defintion in older versions):

\setupitemgroup
  [itemize]
  [color=darkred,
   distance=\spaceamount,
   option={packed,fit,intext}]

\starttext

\startitemize[n,repeat]

    \item \input tufte

    \noitem \startitemize[a]
        \item \input tufte
        \item \input tufte
    \stopitemize

\stopitemize

\stoptext

Wolfgang