GeneralPutting a blank page in a chapter just before a makeindex

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
simonvlc
Posts: 6
Joined: Wed Jun 18, 2008 9:53 am

Putting a blank page in a chapter just before a makeindex

Post by simonvlc »

Hi there,

I have a little problem with a tex document I´m composing. I want to introduce a chapter blank page between the last chapter and the index (done with makeindex).

The idea is:

Chapter X
-- content of the chapter x
-- blank page (with chapter header)
Index

Currently I have the index appearing just after the content. Any idea?

Thanks in advance ;)!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Putting a blank page in a chapter just before a makeindex

Post by localghost »

A simple \cleardoublepage command (in a two sided document) right after the end of the last chapter should do the trick.


Best regards and welcome to the board
Thorsten¹
simonvlc
Posts: 6
Joined: Wed Jun 18, 2008 9:53 am

Re: Putting a blank page in a chapter just before a makeindex

Post by simonvlc »

That worked perfectly ;). Thank you localghost!
Post Reply