diff options
author | Skip Montanaro <skip@pobox.com> | 2002-04-19 04:50:44 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2002-04-19 04:50:44 (GMT) |
commit | 176bda4cde725e226939be0a93f8ee0a573a9928 (patch) | |
tree | 398bcf542eee8f5e91cee289dabda16efb496797 /Doc | |
parent | c55ae4b98ce819333a48c743a1a2f778a2741a85 (diff) | |
download | cpython-176bda4cde725e226939be0a93f8ee0a573a9928.zip cpython-176bda4cde725e226939be0a93f8ee0a573a9928.tar.gz cpython-176bda4cde725e226939be0a93f8ee0a573a9928.tar.bz2 |
fix duplicate label
add index turds
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/doc/doc.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex index 5bea685..d513f98 100644 --- a/Doc/doc/doc.tex +++ b/Doc/doc/doc.tex @@ -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} |