From: Fred Drake Date: Thu, 17 Jul 2003 04:15:35 +0000 (+0000) Subject: Make the howto document class work properly with the pypaper.sty X-Git-Tag: v2.3c1~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8e241b732409926b0e500bf3954aee8d6d9c3f1;p=thirdparty%2FPython%2Fcpython.git Make the howto document class work properly with the pypaper.sty paper-size hook. SF patch #772550. --- diff --git a/Doc/texinputs/howto.cls b/Doc/texinputs/howto.cls index 5fc7a704691d..14e357ad303c 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}