1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 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