notnow-columns-and-notes.tex /size: 574 b    last modification: 2021-10-28 13:50
1% language=us runpath=texruns:manuals/notnow
2
3\usemodule[art-01]
4
5\starttext
6
7  \samplefile{tufte}
8  \footnote{\samplefile{tufte}}
9
10  \startitemize[packed,columns]
11    \startitem one   \stopitem
12    \startitem two   \stopitem
13    \startitem three \footnote{A note (three).}
14                     \stopitem
15    \startitem four  \stopitem
16    \startitem five  \stopitem
17    \startitem six   \stopitem
18    \startitem seven \stopitem
19    \startitem eight \stopitem
20  \stopitemize
21
22  \dorecurse {10} {
23    \samplefile{ward}
24    \footnote{Another note #1!}
25    \par
26  }
27
28\stoptext
29