blob: 336c39480d502a29b902b83fb429e396339c9cde (
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
|
\usemodule[art-01]
\starttext
\samplefile{tufte}
\footnote{\samplefile{tufte}}
\startitemize[packed,columns]
\startitem one \stopitem
\startitem two \stopitem
\startitem three \footnote{A note (three).}
\stopitem
\startitem four \stopitem
\startitem five \stopitem
\startitem six \stopitem
\startitem seven \stopitem
\startitem eight \stopitem
\stopitemize
\dorecurse {10} {
\samplefile{ward}
\footnote{Another note #1!}
\par
}
\stoptext
|