mirror of https://github.com/python/cpython
Add a glossary to the tutorial. Also generate an index. At the moment this
mostly only references glossary entries.
This commit is contained in:
parent
757dedc1a3
commit
40d4bc5934
|
@ -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) \
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue