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

\environment columnsets-000

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

\starttext

\startbuffer
\fakewords{100}{200}
\placefigure
  {}
  {\externalfigure[placeholder][width=\columnsetspanwidth{1}]}
\fakewords{100}{200}
\placefigure
  {}
  {\externalfigure[placeholder][width=\columnsetspanwidth{2}]}
\fakewords{100}{200}
\stopbuffer

\startcolumnset[example]

  \dorecurse {5}{\getbuffer}
  \dorecurse{10}{\fakewords{100}{200}\par}

\stopcolumnset

\stoptext