mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Load the options from the pypaper.sty file before setting up the "base class"
for the manual documents.
This commit is contained in:
parent
b4929a794e
commit
724473fbe5
1 changed files with 4 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue