Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility

mode) and take advantage of changes in myformat.sty.
This commit is contained in:
Fred Drake 1998-01-09 05:36:43 +00:00
parent 031ad4b2a0
commit 1f8449af4e
6 changed files with 22 additions and 52 deletions

View file

@ -1,4 +1,5 @@
\documentstyle[twoside,11pt,myformat]{report}
\documentclass[twoside]{report}
\usepackage{myformat}
% Things to do:
% Add a section on file I/O
@ -62,13 +63,7 @@ modules described in the \emph{Python Library Reference}.
\end{abstract}
\pagebreak
{
\parskip = 0mm
\tableofcontents
}
\pagebreak
\mytableofcontents
\pagenumbering{arabic}