source: trunk/essentials/dev-lang/python/Doc/texinputs/howto.cls@ 3408

Last change on this file since 3408 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 2.8 KB
Line 
1%
2% howto.cls for the Python documentation
3%
4
5\NeedsTeXFormat{LaTeX2e}[1995/12/01]
6\ProvidesClass{howto}
7 [1998/02/25 Document class (Python HOWTO)]
8
9\RequirePackage{pypaper}
10\RequirePackage{fancybox}
11
12% Change the options here to get a different set of basic options, This
13% is where to add things like "a4paper" or "10pt".
14%
15\LoadClass[\py@paper,\py@ptsize,twoside]{article}
16
17\setcounter{secnumdepth}{1}
18
19% Optional packages:
20%
21% If processing of these documents fails at your TeX installation,
22% these may be commented out (independently) to make things work.