summaryrefslogtreecommitdiffstats
path: root/Doc/texinputs/howto.cls
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-07-17 04:15:35 (GMT)
committerFred Drake <fdrake@acm.org>2003-07-17 04:15:35 (GMT)
commite8e241b732409926b0e500bf3954aee8d6d9c3f1 (patch)
tree5160487e8aa86f07606a2ef30e3fd86a8eead262 /Doc/texinputs/howto.cls
parentaf4c5059d515902c7d2317875f52440b2e7ef253 (diff)
downloadcpython-e8e241b732409926b0e500bf3954aee8d6d9c3f1.zip
cpython-e8e241b732409926b0e500bf3954aee8d6d9c3f1.tar.gz
cpython-e8e241b732409926b0e500bf3954aee8d6d9c3f1.tar.bz2
Make the howto document class work properly with the pypaper.sty
paper-size hook. SF patch #772550.
Diffstat (limited to 'Doc/texinputs/howto.cls')
-rw-r--r--Doc/texinputs/howto.cls2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/texinputs/howto.cls b/Doc/texinputs/howto.cls
index 5fc7a70..14e357a 100644
--- a/Doc/texinputs/howto.cls
+++ b/Doc/texinputs/howto.cls
@@ -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}