summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/columnsets/columnsets/columnsets-204.tex
blob: d390f468e962bc91a65418d1ed65cd58679a8dfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
% content=tex
%
% copyright=pragma-ade readme=readme.pdf licence=cc-by-nc-sa

\usemodule[oldfun]

\environment columnsets-000

\definecolumnset[example][n=4,page=left]

\definecolumnsetarea
  [title]
  [x=1,y=1,nx=8,ny=8,
   background=contrast,
   color=white,
   align={lohi,right},
   state=start]

\setupcolumnsetareatext
  [title]
  [\setups{the title}]

\startsetups[the title]

  \GapText
    {\dimexpr\makeupwidth+\backspace\relax}
    {6pt}
    {RegularBold*default} {sa 4}
    {A Title Spanni\+ng 2 Pages}

\stopsetups

\starttext

\startcolumnset[example]

  \dorecurse{30}{\fakewords{50}{100}\par}

\stopcolumnset

\stoptext