Skip to content

Instantly share code, notes, and snippets.

@hrpunio
Created January 3, 2012 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrpunio/1557215 to your computer and use it in GitHub Desktop.
Save hrpunio/1557215 to your computer and use it in GitHub Desktop.
Printing every paragraph at separate page vertically centered
%% every par is printed at separate page and centered vertically (Plain.tex)
\let \TruePar \par
\def\eject{\TruePar\break}
\def\par{\TruePar \vfill \eject}
\topskip=0pt plus 1fill
Pierwszy akapit i~pierwsza strona
Drugi akapit i~druga strona
Trzeci akapit i~trzecia strona
Czwarty akapit i~czwarta strona
\bye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment