Typesetting my songbooklets, I stumbled upon another regression: If a columnset starts below something else (text, image, frame), the second and further columns start at the top of the type area instead of below the upper object. \definecolumnset[drei][n=3] \usemodule[visual] \starttext \framed[width=\textwidth,height=.3\textheight]{\ConTeXt} %\input knuth \startcolumnset[drei] \fakewords{30}{50} \column \fakewords{30}{50} \column \fakewords{30}{50} \stopcolumnset \stoptext Greetlings, Hraban --- https://www.fiee.net http://wiki.contextgarden.net https://www.dreiviertelhaus.de GPG Key ID 1C9B22FD
Henning Hraban Ramm schrieb am 28.10.18 um 20:49:
Typesetting my songbooklets, I stumbled upon another regression:
If a columnset starts below something else (text, image, frame), the second and further columns start at the top of the type area instead of below the upper object.
\definecolumnset[drei][n=3] \usemodule[visual]
\usemodule[old-columnsets]
\starttext
\framed[width=\textwidth,height=.3\textheight]{\ConTeXt}
%\input knuth
\startcolumnset[drei] \fakewords{30}{50} \column \fakewords{30}{50} \column \fakewords{30}{50} \stopcolumnset
\stoptext
Wolfgang
Am 2018-10-28 um 22:07 schrieb Wolfgang Schuster
Henning Hraban Ramm schrieb am 28.10.18 um 20:49:
If a columnset starts below something else (text, image, frame), the second and further columns start at the top of the type area instead of below the upper object.
\definecolumnset[drei][n=3] \usemodule[visual]
\usemodule[old-columnsets]
\starttext
\framed[width=\textwidth,height=.3\textheight]{\ConTeXt}
%\input knuth
\startcolumnset[drei] \fakewords{30}{50} \column \fakewords{30}{50} \column \fakewords{30}{50} \stopcolumnset
\stoptext
Thank you, but it doesn’t help: tex error > tex error on line 12 in file context-tests/columnsettest.tex: ! Missing number, treated as zero <to be read again> \def \syst_helpers_recurse_indeed ...ed_nop \else \def \recurselevel {#1}\innerre... \OTRSETassignwidths ...recurselevel }\c!distance } \ifcase \scratchcounter \e... \OTRSETinitializecolumns ...i \OTRSETassignwidths \global \mofcolumns \pluso... \OTRSETrestart ...sttext \OTRSETinitializecolumns \OTRSETcheckinsert \OTRSET... \dostartcolumnset ...st {#1}}\OTRSETstartnextpage \OTRSETassignwidths \page_... ... l.12 2 \definecolumnset[drei][n=3] 3 \usemodule[old-columnsets] 4 \usemodule[visual] 5 6 \starttext 7 8 %\framed[width=\textwidth,height=.3\textheight]{\fakeword} 9 \input tufte 10 11 \startcolumnset[drei] 12 >> 13 \fakewords{30}{50} 14 15 \column 16 17 \fakewords{30}{50} 18 19 \column 20 21 \fakewords{30}{50} 22 Greetlings, Hraban --- https://www.fiee.net http://wiki.contextgarden.net https://www.dreiviertelhaus.de GPG Key ID 1C9B22FD
participants (2)
-
Henning Hraban Ramm
-
Wolfgang Schuster