diff options
author | Skip Montanaro <skip@pobox.com> | 2003-09-24 16:53:02 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-09-24 16:53:02 (GMT) |
commit | 40d4bc5934d5333fef9c18ca83365556019366f3 (patch) | |
tree | f4200b7a37ce00e0fbc85a6517df1ba905bc114e /Doc/tut | |
parent | 757dedc1a38f220eff067115bc1d162c21f577cd (diff) | |
download | cpython-40d4bc5934d5333fef9c18ca83365556019366f3.zip cpython-40d4bc5934d5333fef9c18ca83365556019366f3.tar.gz cpython-40d4bc5934d5333fef9c18ca83365556019366f3.tar.bz2 |
Add a glossary to the tutorial. Also generate an index. At the moment this
mostly only references glossary entries.
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index e06440a..3336cb4 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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} |