GeneralBlank Pages

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
evyn
Posts: 4
Joined: Fri May 04, 2007 11:03 am

Blank Pages

Post by evyn »

Hi all,

I am using \documentclass[12pt,makeidex,a4paper]{book}, with a main .tex file with a number of \include{}.

This works very well, excepting that for some of the chapters there is a blank page in the output file (pdf) at the end. Can anyone help with this perplexing issue?

TIA
Evyn

Recommended reading 2024:

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

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

homer
Posts: 13
Joined: Fri Feb 23, 2007 3:47 pm

Re: Blank Pages

Post by homer »

Hi,

Don't know if this is the same problem. But i'm writing a paper and looks like this;

\documentclass[a4paper,
twoauthors,
envcountsame,
envcountchap]

I think it's the same for both papers and books that a beginning of a chapter always starts on the right side. So if your last sentence in a chapter is on a "right side" then the following side is blank because it's on the left side. So the chapter can start on the right side.

//Homer
evyn
Posts: 4
Joined: Fri May 04, 2007 11:03 am

Re: Blank Pages

Post by evyn »

Thanks - that makes total sense. I should have thought of that.
User avatar
countbela666
Posts: 64
Joined: Thu Apr 26, 2007 2:44 pm

Blank Pages

Post by countbela666 »

You can avoid this behaviour by using the openany class option:

Code: Select all

\documentclass[openany,...]{book}
Regards
Marcel
Listen to me children of the night, beyond the doors of darkness you will find
a thousand worlds for you to see here, take my hand and follow me...
Post Reply