diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-25 04:11:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-25 04:11:27 (GMT) |
commit | b4929a794edba7e47a71c27a67e00c47d468a99b (patch) | |
tree | 85b73348155b143c732b03f0cd8fd5d7a42918e7 /Doc/texinputs | |
parent | 8805354bbc9a829f416ae99a51139a9f13a79247 (diff) | |
download | cpython-b4929a794edba7e47a71c27a67e00c47d468a99b.zip cpython-b4929a794edba7e47a71c27a67e00c47d468a99b.tar.gz cpython-b4929a794edba7e47a71c27a67e00c47d468a99b.tar.bz2 |
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.
Diffstat (limited to 'Doc/texinputs')
-rw-r--r-- | Doc/texinputs/pypaper.sty | 6 |
1 files changed, 6 insertions, 0 deletions
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} |