summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/colfootn.tex
blob: 942f71f50b31cc285b04053384c56ce607bacb7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% This file is public domain.
%
\input eplain

\loggingall

\vsize = 6\baselineskip
\doublecolumns

\leftline{1\footnote\dag{A footnote that is longer than the column
width. Much much longer longer.}}
\count255 = 2
\loop
  \leftline{\number\count255}
  \advance\count255 by 1
\ifnum\count255 < 14 \repeat

\bye