mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
fix duplicate label
add index turds
This commit is contained in:
parent
c55ae4b98c
commit
176bda4cde
1 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
\title{Documenting Python}
|
||||
|
||||
\makeindex
|
||||
|
||||
\input{boilerplate}
|
||||
|
||||
% Now override the stuff that includes author information;
|
||||
|
@ -409,7 +411,7 @@ This \UNIX\ is also followed by a space.
|
|||
\end{tableii}
|
||||
|
||||
|
||||
\subsection{Hierarchical Structure \label{latex-syntax}}
|
||||
\subsection{Hierarchical Structure \label{latex-structure}}
|
||||
|
||||
\LaTeX{} expects documents to be arranged in a conventional,
|
||||
hierarchical way, with chapters, sections, sub-sections,
|
||||
|
@ -1847,4 +1849,6 @@ This \UNIX\ is also followed by a space.
|
|||
this document. You can also send comments on this document
|
||||
directly to the author at \email{fdrake@acm.org}.
|
||||
|
||||
\input{doc.ind}
|
||||
|
||||
\end{document}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue