From f1a4150b70119e7a825a16127734676166dad365 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 16 Feb 1998 05:30:27 +0000 Subject: [PATCH] Make sure indexes begin on odd-numbered pages. --- Doc/myformat.sty | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 3de8553cdbb..f06f831dea0 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -326,6 +326,7 @@ % \let\OldTheindex=\theindex \renewcommand{\theindex}{% + \cleardoublepage% \OldTheindex% \addcontentsline{toc}{chapter}{\indexname}% }