summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/double.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/double.tex')
-rw-r--r--Master/texmf-dist/source/eplain/base/test/double.tex24
1 files changed, 0 insertions, 24 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/double.tex b/Master/texmf-dist/source/eplain/base/test/double.tex
deleted file mode 100644
index aca6d6bb3e4..00000000000
--- a/Master/texmf-dist/source/eplain/base/test/double.tex
+++ /dev/null
@@ -1,24 +0,0 @@
-% 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