blob: 24290fc20ddcca3081d100d8b8abcf50c09f5770 (
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
|
% language=us runpath=texruns:manuals/notnow
\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
|