Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ee9306b6
Commit
ee9306b6
authored
Aug 11, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Template file for \documentclass{manual}.
parent
549cb6ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
0 deletions
+65
-0
Doc/templates/manual.tex
Doc/templates/manual.tex
+65
-0
No files found.
Doc/templates/manual.tex
0 → 100644
View file @
ee9306b6
\documentclass
{
manual
}
\title
{
Big Python Manual
}
\input
{
boilerplate
}
\makeindex
% tell \index to actually write the .idx file
\makemodindex
% If this contains a lot of module sections.
\begin{document}
\maketitle
% This makes the contents more accessible from the front page of the HTML.
\ifhtml
\chapter*
{
Front Matter
\label
{
front
}}
\fi
%\input{copyright}
\begin{abstract}
\noindent
Big Python is a special version of Python for users who require larger
keys on their keyboards. It accomodates their special needs by ...
\end{abstract}
\tableofcontents
\chapter
{
...
}
My chapter.
\appendix
\chapter
{
...
}
My appendix.
The
\code
{
\e
appendix
}
markup need not be repeated for additional
appendices.
%
% The ugly "%begin{latexonly}" pseudo-environments are really just to
% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
% not really valuable.
%
% If you don't want the Module Index, you can remove all of this up
% until the second \input line.
%
%begin{latexonly}
\renewcommand
{
\indexname
}{
Module Index
}
%end{latexonly}
\input
{
mod
\jobname
.ind
}
% Module Index
%begin{latexonly}
\renewcommand
{
\indexname
}{
Index
}
%end{latexonly}
\input
{
\jobname
.ind
}
% Index
\end{document}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment