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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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