From: Fred Drake Date: Mon, 16 Feb 1998 05:30:27 +0000 (+0000) Subject: Make sure indexes begin on odd-numbered pages. X-Git-Tag: v1.5.1~747 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1a4150b70119e7a825a16127734676166dad365;p=thirdparty%2FPython%2Fcpython.git Make sure indexes begin on odd-numbered pages. --- diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 3de8553cdbb7..f06f831dea06 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -326,6 +326,7 @@ % \let\OldTheindex=\theindex \renewcommand{\theindex}{% + \cleardoublepage% \OldTheindex% \addcontentsline{toc}{chapter}{\indexname}% }