From: Fred Drake Date: Sat, 25 Apr 1998 04:11:27 +0000 (+0000) Subject: Paper size / font size configuration file. X-Git-Tag: v1.5.2a1~829 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4929a794edba7e47a71c27a67e00c47d468a99b;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/texinputs/pypaper.sty b/Doc/texinputs/pypaper.sty new file mode 100644 index 000000000000..5a61c87d75f8 --- /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}