Paper size / font size configuration file.

This is separated so I can build A4 and US Letter sizes without having to
edit files.

Anyone who downloads the source package can also simply edit this file,
which is a lot shorter than the manual.cls file, and easier to find the
appropriate line.
This commit is contained in:
Fred Drake 1998-04-25 04:11:27 +00:00
parent 8805354bbc
commit b4929a794e

View file

@ -0,0 +1,6 @@
%
% Change this to say a4paper instead of letterpaper if you want A4. These
% are the latex defaults.
%
\newcommand{\py@paper}{letterpaper}
\newcommand{\py@ptsize}{10pt}