[NTG-context] Columns and itemize not showing up as expected
Norbert Melzer
timmelzer at gmail.com
Sat Mar 21 13:38:45 CET 2015
The MWE at the end of this mail typesets something like this:
* a * e
* b * f
* c
* d
But I'd expect something like this:
* a * d
* b * e
* c * f
How can I get expected output?
```tex
\starttext
\startcolumns[n=2]
\startitemize
\item a
\item b
\item c
\item d
\item e
\item f
\stopitemize
\stopcolumns
\stoptext
```
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.ntg.nl/pipermail/ntg-context/attachments/20150321/3d3d56c6/attachment-0001.html>
More information about the ntg-context
mailing list