1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
\input colordvi
\magnification=\magstep4
%\font\ss=rphvr at 10pt
%\font\ss=cmss10 scaled 1100
\ss
\parindent=0pt
\special{! /landplus90 true store}
\special{papersize=11in,8.5in}
\hsize=9 true in
\vsize=6.5 true in
% for a bulleted item
\def \gli {\par\hskip .4in \Green{$\bullet$}\hskip .1 in \textBlack}
\def \rli {\par\hskip .4in \Red{$\bullet$}\hskip .1 in \textBlack}
\def \bli {\par\hskip .4in \Blue{$\bullet$}\hskip .1 in \textBlack}
\def \topic #1{\par\textRed\centerline {#1}\textBlack}
\def \nextslide{\medskip\eject}
\def \tit{A simple multipage file}
\topic{\tit: page 1/3}
\gli a green bullet
\rli a red bullet
\bli a blue bullet
\nextslide
\topic{\tit: page 2/3}
an empty page
\nextslide
\topic{\tit: page 3/3}
an empty page, again
\nextslide
\bye
|