summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/columnsets/columnsets-005.tex
blob: f1d970d9ea605609d5251b2aabba312fe4d5de59 (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
% content=tex
%
% copyright=pragma-ade readme=readme.pdf licence=cc-by-nc-sa

\environment columnsets-000

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

\definecolumnsetspan[wide][n=2,background=contrast,color=white]

\definecolor[fakerulecolor]

\starttext

\startcolumnset[example]

  \startcolumnsetspan[wide][default=btlr]

    \startsimplecolumns
      \dorecurse{2}{\fakewords{25}{40}\par}
    \stopsimplecolumns

  \stopcolumnsetspan

  \dorecurse{15}{\fakewords{100}{200}\par}

\stopcolumnset

\stoptext