mirror of https://github.com/python/cpython
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:
parent
031ad4b2a0
commit
1f8449af4e
13
Doc/api.tex
13
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}
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
13
Doc/lib.tex
13
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}
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
11
Doc/tut.tex
11
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}
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue