diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-17 06:20:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-17 06:20:04 (GMT) |
commit | a2be9881f0ca631a09d790b9ac59ddf2c7184725 (patch) | |
tree | d08723b474d51023ac1dd1a72ac5a32577674c9b /Doc | |
parent | af5c0fc65f33e9de8172c9ed7eaa1c5b01d4fb45 (diff) | |
download | cpython-a2be9881f0ca631a09d790b9ac59ddf2c7184725.zip cpython-a2be9881f0ca631a09d790b9ac59ddf2c7184725.tar.gz cpython-a2be9881f0ca631a09d790b9ac59ddf2c7184725.tar.bz2 |
Reverting some of the index stuff to work with LaTeX2HTML better.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/texinputs/python.sty | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 3d19e46..1fab4f6 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -272,8 +272,6 @@ \newif\if@UseModuleIndex \@UseModuleIndexfalse -\newcommand{\indexlabel}{genindex} - % Fix the theindex environment to add an entry to the Table of % Contents; this is much nicer than just having to jump to the end of % the book and flip around, especially with multiple indexes. @@ -283,7 +281,6 @@ \cleardoublepage \OldTheindex \addcontentsline{toc}{chapter}{\indexname} - \label{\indexlabel} } % these should dump an error or warning to the transcript |