diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-16 05:30:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-16 05:30:27 (GMT) |
commit | f1a4150b70119e7a825a16127734676166dad365 (patch) | |
tree | 88e817b25bfab7e3f6e581648c930945a962cf7f /Doc | |
parent | 36123aae0b9f7aeccec0b105ba02ac8fa36828b0 (diff) | |
download | cpython-f1a4150b70119e7a825a16127734676166dad365.zip cpython-f1a4150b70119e7a825a16127734676166dad365.tar.gz cpython-f1a4150b70119e7a825a16127734676166dad365.tar.bz2 |
Make sure indexes begin on odd-numbered pages.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/myformat.sty | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 3de8553..f06f831 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -326,6 +326,7 @@ % \let\OldTheindex=\theindex \renewcommand{\theindex}{% + \cleardoublepage% \OldTheindex% \addcontentsline{toc}{chapter}{\indexname}% } |