mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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
6 changed files with 22 additions and 52 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue