summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/columnsets/columnsets-101.tex
blob: 29084e3038393f901b6233a2ade3d223eb1846f6 (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
\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