mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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
2 changed files with 7 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue