Re: [NTG-context] packed list only if items > 5

2019-11-15 Thread Hans Hagen
On 11/14/2019 9:07 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \starttext \startitemize[\ifnum\currentnofitems>5 packed\fi] \dorecurse{7} {\startitem\currentitemnumber/\currentnofitems\stopitem} \stopitemize \stoptext Is there any way

Re: [NTG-context] packed list only if items > 5

2019-11-14 Thread Tomas Hala
Hi Pablo, I am not sure if the itemize environment can be configured on the fly. The following code should solve your problem: \definecounter[minforpacked] \setcounter[minforpacked][5] \def\mystartitemize#1\stopitemize{% \definecounter[mycounter]