mirror of https://github.com/python/cpython
Make the howto document class work properly with the pypaper.sty
paper-size hook. SF patch #772550.
This commit is contained in:
parent
af4c5059d5
commit
e8e241b732
|
@ -11,7 +11,7 @@
|
|||
% Change the options here to get a different set of basic options, This
|
||||
% is where to add things like "a4paper" or "10pt".
|
||||
%
|
||||
\LoadClass[twoside]{article}
|
||||
\LoadClass[\py@paper,\py@ptsize,twoside]{article}
|
||||
|
||||
\setcounter{secnumdepth}{1}
|
||||
|
||||
|
|
Loading…
Reference in New Issue