diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-25 04:12:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-25 04:12:17 (GMT) |
commit | 724473fbe5e5f40229e888a5f306d2ac5efc96bc (patch) | |
tree | e5a2a6c2065d49724d68fd466513532096afbbbc /Doc/texinputs/manual.cls | |
parent | b4929a794edba7e47a71c27a67e00c47d468a99b (diff) | |
download | cpython-724473fbe5e5f40229e888a5f306d2ac5efc96bc.zip cpython-724473fbe5e5f40229e888a5f306d2ac5efc96bc.tar.gz cpython-724473fbe5e5f40229e888a5f306d2ac5efc96bc.tar.bz2 |
Load the options from the pypaper.sty file before setting up the "base class"
for the manual documents.
Diffstat (limited to 'Doc/texinputs/manual.cls')
-rw-r--r-- | Doc/texinputs/manual.cls | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/texinputs/manual.cls b/Doc/texinputs/manual.cls index c529e5b..a6ee30e 100644 --- a/Doc/texinputs/manual.cls +++ b/Doc/texinputs/manual.cls @@ -6,11 +6,12 @@ \ProvidesClass{manual} [1998/03/03 Document class (Python manual)] +\RequirePackage{pypaper} -% Change the options here to get a different set of basic options, This -% is where to add things like "a4paper" or "10pt". +% Change the options here to get a different set of basic options, but only +% if you have to. Paper and font size should be adjusted in pypaper.sty. % -\LoadClass[twoside,openright]{report} +\LoadClass[\py@paper,\py@ptsize,twoside,openright]{report} % Optional packages: |