Add a glossary to the tutorial. Also generate an index. At the moment this

mostly only references glossary entries.
This commit is contained in:
Skip Montanaro 2003-09-24 16:53:02 +00:00
parent 757dedc1a3
commit 40d4bc5934
2 changed files with 7 additions and 1 deletions

View File

@ -68,7 +68,7 @@ EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
texinputs/typestruct.h \
texinputs/reportingbugs.tex
TUTFILES= tut/tut.tex $(MANSTYLES) $(COMMONTEX)
TUTFILES= tut/tut.tex tut/glossary.tex $(MANSTYLES) $(COMMONTEX)
# LaTeX source files for the Python Reference Manual
REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \

View File

@ -11,6 +11,8 @@
\input{boilerplate}
\makeindex
\begin{document}
\maketitle
@ -4824,4 +4826,8 @@ not!).
\chapter{History and License}
\input{license}
\input{glossary}
\input{tut.ind}
\end{document}