pause special
[Space]キーで紙面を覆う cover sheet が順にはずされていきますが、その位置は \special{pause} のある場所で決まります(DVIファイルでの出現順)。\special{pause 0} があれば、そのページから cover sheet がはずされます。
\special{pause} は、TeXの中で以下のようにして使うと便利です。
% Keep the page size
\special{dviout `keep y}
% Screen 800 x 600: draw off, white screen
% bottom cover sheet On for Pause
% Presentation mode; wait
% draw on, Fit screen
\special{dviout -y=SVGAP !AN0N5NP!p;!bdf}
...
\special{pause}% the place to pause
...
\special{pause}% the place to pause
...
上記では、dviファイルを最初のページから表示すると、プレゼンテーション・モードに移行し、[Space]キーを押していくと、\special{pause}の位置まで順に表示されていきます。TeX での用紙サイズは、8 inch x 6 inch などが適当でしょう。