Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 176bda4

Browse files
author
Skip Montanaro
committed
fix duplicate label
add index turds
1 parent c55ae4b commit 176bda4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/doc/doc.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
\title{Documenting Python}
55

6+
\makeindex
7+
68
\input{boilerplate}
79

810
% Now override the stuff that includes author information;
@@ -409,7 +411,7 @@ \section{\LaTeX{} Primer \label{latex-primer}}
409411
\end{tableii}
410412

411413

412-
\subsection{Hierarchical Structure \label{latex-syntax}}
414+
\subsection{Hierarchical Structure \label{latex-structure}}
413415

414416
\LaTeX{} expects documents to be arranged in a conventional,
415417
hierarchical way, with chapters, sections, sub-sections,
@@ -1847,4 +1849,6 @@ \section{Future Directions \label{futures}}
18471849
this document. You can also send comments on this document
18481850
directly to the author at \email{[email protected]}.
18491851

1852+
\input{doc.ind}
1853+
18501854
\end{document}

0 commit comments

Comments
 (0)