summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/column3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/column3.tex')
-rw-r--r--Master/texmf-dist/source/eplain/base/test/column3.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/column3.tex b/Master/texmf-dist/source/eplain/base/test/column3.tex
new file mode 100644
index 00000000000..01788bd3064
--- /dev/null
+++ b/Master/texmf-dist/source/eplain/base/test/column3.tex
@@ -0,0 +1,23 @@
+% This file is public domain.
+%
+\ifx\undefined\eplain \input eplain \fi
+
+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
+
+\singlecolumn
+Another single-column line of text.
+
+\bye