From b4929a794edba7e47a71c27a67e00c47d468a99b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 25 Apr 1998 04:11:27 +0000 Subject: 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. --- Doc/texinputs/pypaper.sty | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Doc/texinputs/pypaper.sty diff --git a/Doc/texinputs/pypaper.sty b/Doc/texinputs/pypaper.sty new file mode 100644 index 0000000..5a61c87 --- /dev/null +++ b/Doc/texinputs/pypaper.sty @@ -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} -- cgit v0.12