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