summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/api.tex13
-rw-r--r--Doc/api/api.tex13
-rw-r--r--Doc/lib.tex13
-rw-r--r--Doc/lib/lib.tex13
-rw-r--r--Doc/tut.tex11
-rw-r--r--Doc/tut/tut.tex11
6 files changed, 22 insertions, 52 deletions
diff --git a/Doc/api.tex b/Doc/api.tex
index b9ee79e..e915c0c 100644
--- a/Doc/api.tex
+++ b/Doc/api.tex
@@ -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}
diff --git a/Doc/api/api.tex b/Doc/api/api.tex
index b9ee79e..e915c0c 100644
--- a/Doc/api/api.tex
+++ b/Doc/api/api.tex
@@ -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}
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}
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index e3e3832..7871207 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/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}
diff --git a/Doc/tut.tex b/Doc/tut.tex
index df41199..4abd470 100644
--- a/Doc/tut.tex
+++ b/Doc/tut.tex
@@ -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}
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index df41199..4abd470 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -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}