diff options
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/double.tex')
-rw-r--r-- | Master/texmf-dist/source/eplain/base/test/double.tex | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/double.tex b/Master/texmf-dist/source/eplain/base/test/double.tex new file mode 100644 index 00000000000..aca6d6bb3e4 --- /dev/null +++ b/Master/texmf-dist/source/eplain/base/test/double.tex @@ -0,0 +1,24 @@ +% This file is public domain. +% +\ifx\undefined\eplain \input eplain \fi + +%\catcode`@ = 11 +%\input gcol +%\catcode`@ = 12 + +Here is a single-column line of text. +%\vskip 6in +%And another one. + +\doublecolumns +\newcount \xxx +\xxx=0 +\par +\baselineskip = 2.5\baselineskip +\loop + \hbox{Line \the\xxx.} + \ifnum \xxx < 3 + \advance \xxx by 1 +\repeat + +\bye |