24 Sep
2019
24 Sep
'19
6:52 p.m.
Am 2019-09-24 um 15:44 schrieb Procházka Lukáš Ing.
: I need to get columns like this:
| | 1b | | 1a | | +-------------+ | | 2a | 2b | | | | | |
I tried the following:
---- \starttext \startcolumns[n=2] % How to tell that ratio between columns should be 2:1? \input knuth % Be 1a Such a layout is not possible with simple old columns. Try columnsets or page columns (see manuals of the same name). When the text for each column will never go into another column
Henning Hraban Ramm schrieb am 24.09.2019 um 18:47: paragraphs or a table is another way to achieve this layout. Wolfgang