summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/column3.tex
blob: 01788bd30641cce51730fdb666a23d31ba4f95f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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