summaryrefslogtreecommitdiffstats
path: root/Doc/lib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-09 05:36:43 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-09 05:36:43 (GMT)
commit1f8449af4e117ed4b9d0b6228aa93c21655ad788 (patch)
tree36b38ae396d85b3f1c5a535f8647162c15b599e3 /Doc/lib.tex
parent031ad4b2a058214e34f74829e3cf4b404d7704ed (diff)
downloadcpython-1f8449af4e117ed4b9d0b6228aa93c21655ad788.zip
cpython-1f8449af4e117ed4b9d0b6228aa93c21655ad788.tar.gz
cpython-1f8449af4e117ed4b9d0b6228aa93c21655ad788.tar.bz2
Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility
mode) and take advantage of changes in myformat.sty.
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r--Doc/lib.tex13
1 files changed, 4 insertions, 9 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex
index e3e3832..7871207 100644
--- a/Doc/lib.tex
+++ b/Doc/lib.tex
@@ -1,4 +1,5 @@
-\documentstyle[twoside,myformat]{report}
+\documentclass[twoside]{report}
+\usepackage{myformat}
% NOTE: this file controls which chapters/sections of the library
% manual are actually printed. It is easy to customize your manual
@@ -13,6 +14,7 @@
\begin{document}
+\pagestyle{empty}
\pagenumbering{roman}
\maketitle
@@ -54,14 +56,7 @@ to Python and how to embed it in other applications.
\end{abstract}
-\pagebreak
-
-{
-\parskip = 0mm
-\tableofcontents
-}
-
-\pagebreak
+\mytableofcontents
\pagenumbering{arabic}