]> granicus.if.org Git - python/commitdiff
Paper size / font size configuration file.
authorFred Drake <fdrake@acm.org>
Sat, 25 Apr 1998 04:11:27 +0000 (04:11 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 25 Apr 1998 04:11:27 +0000 (04:11 +0000)
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 [new file with mode: 0644]

diff --git a/Doc/texinputs/pypaper.sty b/Doc/texinputs/pypaper.sty
new file mode 100644 (file)
index 0000000..5a61c87
--- /dev/null
@@ -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}