[NTG-context] pagebreak after columns
Thomas A. Schmitz
thomas.schmitz at uni-bonn.de
Fri Jan 9 21:29:44 CET 2015
Hi all,
a somewhat belated happy new year to all of you!
I’ve come across what seems to be a very old bug (I have found references to it in the mailing list from about 10 years ago): I get an unwanted page break after every column environment. Here’s an example with two different ones:
\definecolumnset [mine] [n=2,balance=no,distance=1cm]
\definemixedcolumns [mycolumns] [n=2,balance=no,distance=1cm]
\starttext
\input ward
\startcolumnset [mine]
\input ward
\column
\input ward
\stopcolumnset
\input ward
\page
\input ward
\startmycolumns
\input ward
\column
\input ward
\stopmycolumns
\input ward
\stoptext
Is this fixable? Thanks, and all best
Thomas
More information about the ntg-context
mailing list