]> granicus.if.org Git - python/commitdiff
Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility
authorFred Drake <fdrake@acm.org>
Fri, 9 Jan 1998 05:36:43 +0000 (05:36 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 9 Jan 1998 05:36:43 +0000 (05:36 +0000)
mode) and take advantage of changes in myformat.sty.

Doc/api.tex
Doc/api/api.tex
Doc/lib.tex
Doc/lib/lib.tex
Doc/tut.tex
Doc/tut/tut.tex

index b9ee79e96a835a5a89b9e0f473093fadd73139ef..e915c0c20b71aeadbb6bbf2a8d072650fc1996bc 100644 (file)
@@ -1,4 +1,5 @@
-\documentstyle[twoside,11pt,myformat]{report}
+\documentclass[twoside]{report}
+\usepackage{myformat}
 
 \title{Python/C API Reference Manual}
 
@@ -9,6 +10,7 @@
 
 \begin{document}
 
+\pagestyle{empty}
 \pagenumbering{roman}
 
 \maketitle
@@ -31,14 +33,7 @@ source code releases.
 
 \end{abstract}
 
-\pagebreak
-
-{
-\parskip = 0mm
-\tableofcontents
-}
-
-\pagebreak
+\mytableofcontents
 
 \pagenumbering{arabic}
 
index b9ee79e96a835a5a89b9e0f473093fadd73139ef..e915c0c20b71aeadbb6bbf2a8d072650fc1996bc 100644 (file)
@@ -1,4 +1,5 @@
-\documentstyle[twoside,11pt,myformat]{report}
+\documentclass[twoside]{report}
+\usepackage{myformat}
 
 \title{Python/C API Reference Manual}
 
@@ -9,6 +10,7 @@
 
 \begin{document}
 
+\pagestyle{empty}
 \pagenumbering{roman}
 
 \maketitle
@@ -31,14 +33,7 @@ source code releases.
 
 \end{abstract}
 
-\pagebreak
-
-{
-\parskip = 0mm
-\tableofcontents
-}
-
-\pagebreak
+\mytableofcontents
 
 \pagenumbering{arabic}
 
index e3e383278c44e1758d234c69ce488dbdcecca9e7..7871207b73f0f5e8539bd5c57be1190f4a2b176a 100644 (file)
@@ -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}
 
index e3e383278c44e1758d234c69ce488dbdcecca9e7..7871207b73f0f5e8539bd5c57be1190f4a2b176a 100644 (file)
@@ -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}
 
index df41199f809e4750735798b7f6dfda438370f892..4abd47051bbc1e1abb029e9b14c2b65a63070e1c 100644 (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}
 
index df41199f809e4750735798b7f6dfda438370f892..4abd47051bbc1e1abb029e9b14c2b65a63070e1c 100644 (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}