Changes

Jump to navigation Jump to search
745 bytes added ,  20:42, 5 November 2008
coming back to one-column in itemizations
Also, is it possible to insert manually a column break in multicolumn itemizations? (This is needed e.g. when some of the items are taller than the other (math formulae!) and I get e.g. 3+1 items in two columns instead of 2+2)
 
And another problem: how to "come back" to one-column? I mean, when I have two-column itemizations throughout the document and I want to have ''one'' one-column one (what a syntax;)!), how can I do it? This won't work (neither in MkII nor in MkIV):
<texcode>
\setupitemize[1][n,intro]
\setupitemize[2][a,paragraph,intro,columns,two][stopper=)]
 
\defineitemgroup[onecolumnitemize]
\setuponecolumnitemize[2][a,paragraph,intro][stopper=:]
 
\starttext
\startitemize
\item Item one
\item Sub-itemize:
\startitemize
\item sub-one
\item sub-two
\item sub-three
\item sub-four
\stopitemize
\item Sub-itemize with one column:
\startonecolumnitemize
\item A
\item B
\item C
\stoponecolumnitemize
\stopitemize
\stoptext
</texcode>
27

edits

Navigation menu