Clarify portability and main program.
[python/dscho.git] / Doc / templates / manual.tex
blob905871d93765de9fcb575cdadf3c0aeb5c852303
1 \documentclass{manual}
3 \title{Big Python Manual}
5 \input{boilerplate}
7 \makeindex % tell \index to actually write the .idx file
8 \makemodindex % If this contains a lot of module sections.
11 \begin{document}
13 \maketitle
15 % This makes the contents more accessible from the front page of the HTML.
16 \ifhtml
17 \chapter*{Front Matter\label{front}}
18 \fi
20 %\input{copyright}
22 \begin{abstract}
24 \noindent
25 Big Python is a special version of Python for users who require larger
26 keys on their keyboards. It accomodates their special needs by ...
28 \end{abstract}
30 \tableofcontents
33 \chapter{...}
35 My chapter.
38 \appendix
39 \chapter{...}
41 My appendix.
43 The \code{\e appendix} markup need not be repeated for additional
44 appendices.
48 % The ugly "%begin{latexonly}" pseudo-environments are really just to
49 % keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
50 % not really valuable.
52 % If you don't want the Module Index, you can remove all of this up
53 % until the second \input line.
55 %begin{latexonly}
56 \renewcommand{\indexname}{Module Index}
57 %end{latexonly}
58 \input{mod\jobname.ind} % Module Index
60 %begin{latexonly}
61 \renewcommand{\indexname}{Index}
62 %end{latexonly}
63 \input{\jobname.ind} % Index
65 \end{document}