columnsets-204.tex /size: 570 b    last modification: 2023-12-21 09:43
1\usemodule[oldfun] % really ?
2
3\environment columnsets-000
4
5\definecolumnset[example][n=4,page=left]
6
7\definecolumnsetarea
8  [title]
9  [x=1,y=1,nx=8,ny=8,
10   background=contrast,
11   color=white,
12   align={lohi,right},
13   state=start]
14
15\setupcolumnsetareatext
16  [title]
17  [\setups{the title}]
18
19\startsetups[the title]
20
21  \GapText
22    {\dimexpr\makeupwidth+\backspace\relax}
23    {6pt}
24    {RegularBold*default} {sa 4}
25    {A Title Spanni\+ng 2 Pages}
26
27\stopsetups
28
29\starttext
30
31\startcolumnset[example]
32
33  \dorecurse{30}{\fakewords{50}{100}\par}
34
35\stopcolumnset
36
37\stoptext
38