11 Dec
2010
11 Dec
'10
6:24 p.m.
Am 11.12.2010 um 17:14 schrieb Jan-Erik Hägglöf:
None of the above setting worked for me. Even tried
\startitemize[columns,2*broad][inbetween={\blank[1cm]}]
With the „columns“ keyword you get also packed items, to unset this setting add „unpacked“ to your setup: \startitemize[columns,unpacked,2*broad][inbetween={\blank[1cm]}] Please make complete examples next time which can be used without adding extra lines, e.g. this is what i used for your problem: \starttext \startitemize[columns,unpacked][inbetween={\blank[2*big]}] \dorecurse{4}{\item text} \stopitemize \stoptext Wolfgang