Am 09.09.2010 um 13:45 schrieb Cecil Westerhof:

2010/9/7 Wolfgang Schuster <schuster.wolfgang@googlemail.com>
  \startitemize[packed,intro,joinedup,columns,three][margin=2.5em,symbol=checkbox,width=1.5em,distance=.5em]}

To put  in columns only columns,two until columns,five can be used? I am trying to get more, but do not succeed.


Use the “n” key

\startitemize[columns][n=<number>]

or \startcolumns without the “columns” keyword in itemize

\startcolumns[n=<number>]
\startitemize
...
\stopitemize
\stopcolumns

Wolfgang