Make sure indexes begin on odd-numbered pages.

This commit is contained in:
Fred Drake 1998-02-16 05:30:27 +00:00
parent 36123aae0b
commit f1a4150b70
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@
%
\let\OldTheindex=\theindex
\renewcommand{\theindex}{%
\cleardoublepage%
\OldTheindex%
\addcontentsline{toc}{chapter}{\indexname}%
}