[Python-checkins] python/dist/src/Doc/texinputs howto.cls,1.13,1.14

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 16 Jul 2003 21:15:37 -0700


Update of /cvsroot/python/python/dist/src/Doc/texinputs
In directory sc8-pr-cvs1:/tmp/cvs-serv19697

Modified Files:
	howto.cls 
Log Message:
Make the howto document class work properly with the pypaper.sty
paper-size hook.
SF patch #772550.


Index: howto.cls
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/howto.cls,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** howto.cls	15 Mar 2002 22:38:16 -0000	1.13
--- howto.cls	17 Jul 2003 04:15:35 -0000	1.14
***************
*** 12,16 ****
  % is where to add things like "a4paper" or "10pt".
  %
! \LoadClass[twoside]{article}
  
  \setcounter{secnumdepth}{1}
--- 12,16 ----
  % is where to add things like "a4paper" or "10pt".
  %
! \LoadClass[\py@paper,\py@ptsize,twoside]{article}
  
  \setcounter{secnumdepth}{1}