pagecolumns-004.tex /size: 730 b    last modification: 2023-12-21 09:43
1\environment pagecolumns-000
2
3\definepagecolumns
4  [example]
5  [n=3,
6   distance=\emwidth]
7
8\setupbackgrounds
9  [text]
10  [background=color,
11   backgroundcolor=color-1]
12
13\starttext
14
15\startpagecolumns[example]
16
17\dorecurse {7} {
18
19  \startplacefigure[location={top,none}]
20    \framed
21      [width=1cm,
22       height=1cm,
23       frame=off,
24       background=color,
25       backgroundcolor=color-2]
26      {A.#1}
27  \stopplacefigure
28
29  \startplacefigure[location={left,none}]
30    \framed
31      [width=1cm,
32       height=1cm,
33       frame=off,
34       background=color,
35       backgroundcolor=color-2]
36      {A.#1}
37  \stopplacefigure
38
39  \samplefile{tufte}
40  \footnote{foo #1.1}
41  \footnote{foo #1.2}
42
43  \par
44}
45
46\stoppagecolumns
47
48\stoptext
49
50
51