diff options
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/colfootn.tex')
-rw-r--r-- | Master/texmf-dist/source/eplain/base/test/colfootn.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/colfootn.tex b/Master/texmf-dist/source/eplain/base/test/colfootn.tex new file mode 100644 index 00000000000..942f71f50b3 --- /dev/null +++ b/Master/texmf-dist/source/eplain/base/test/colfootn.tex @@ -0,0 +1,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 |