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
dbe132c7
Commit
dbe132c7
authored
Mar 06, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LaTeX class for Python HOWTO documents.
parent
6f7398b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
88 additions
and
0 deletions
+88
-0
Doc/texinputs/howto.cls
Doc/texinputs/howto.cls
+88
-0
No files found.
Doc/texinputs/howto.cls
0 → 100644
View file @
dbe132c7
%
% howto.cls for the Python documentation
%
\NeedsTeXFormat
{
LaTeX2e
}
[1995/12/01]
\ProvidesClass
{
howto
}
[1998/02/25 Document class (Python HOWTO)]
% 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
}
% Optional packages:
%
% If processing of these documents fails at your TeX installation,
% these may be commented out (independently) to make things work.
% These are both supplied with the current version of the teTeX
% distribution.
%
% The "fancyhdr" package makes nicer page footers reasonable to
% implement, and is used to put the chapter and section information in
% the footers.
%
% The "times" package makes the default font the PostScript Times
% font, which makes for smaller PostScript and a font that more people
% like.
%
\RequirePackage
{
fancyhdr
}
\typeout
{
Using fancier footers than usual.
}
\RequirePackage
{
times
}
\typeout
{
Using times fonts instead of Computer Modern.
}
% Required package:
%
% This gives us all the Python-specific markup that we really want.
% This should come last. Do not change this.
%
\newif\if
@usemoduleindex
\@
usemoduleindexfalse
\RequirePackage
{
python
}
% Change the title page to look a bit better, and fit in with the
% fncychap ``Bjarne'' style a bit better.
%
\renewcommand
{
\maketitle
}{
\@
ifundefined
{
ChTitleVar
}{}{
\mghrulefill
{
\RW
}}
\@
ifundefined
{
pdfinfo
}{}{
\pdfinfo
author
{
\@
author
}
title
{
\@
title
}
}
\begin{flushright}
{
\rm\Huge\HeaderFamily
\@
title
}
\par
{
\em\large\HeaderFamily
\@
release
}
\par
\vspace
{
25pt
}
{
\Large\HeaderFamily
\@
author
}
\par
\vspace
{
25pt
}
\@
date
\par
\@
authoraddress
\par
\end{flushright}
\@
thanks
\setcounter
{
footnote
}{
0
}
\let\thanks\relax\let\maketitle\relax
\gdef\@
thanks
{}
\gdef\@
author
{}
\gdef\@
title
{}
}
\let\OldTableofcontents
=
\tableofcontents
\renewcommand
{
\tableofcontents
}{
\begingroup
\parskip
= 0mm
\OldTableofcontents
\endgroup
\@
ifundefined
{
ChTitleVar
}{}{
\mghrulefill
{
\RW
}}
\vspace
{
12pt
}
}
\@
ifundefined
{
fancyhf
}{
\pagestyle
{
plain
}}{
\pagestyle
{
normal
}}
% start this way; change for
\pagenumbering
{
arabic
}
% ToC & chapters
\setcounter
{
secnumdepth
}{
2
}
\thispagestyle
{
empty
}
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