1

I am using a book document class. I use \include{} to include a chapter. I checked the spec, it says for book class an extra empty page is added after every chapter. However, what I observe is the empty pages are inconsistent. i.e at for some chapter empty pages are added and for some they aren't.

  • 3
    Use \documentclass[openany]{book}, but this will cause chapter pages to start on an even-numbered page as well. –  Jan 08 '17 at 19:37
  • 3
    empty pages are only added if needed to force the chapter opening page to be on a right hand (odd) page. – David Carlisle Jan 08 '17 at 20:49
  • @DavidCarlisle: I checked what you said, it is exactly the same. I want to make it uniform, either empty pages need to be added or not added at all. Now, I came to know the exact problem and I guess this is a duplicate question is solved using openany. – Prajwal_7 Jan 09 '17 at 08:13
  • @ChristianHupfer : Than you. – Prajwal_7 Jan 09 '17 at 08:14
  • openany is what you want then, The blank pages before chapters are not just added for no reason, they are only added to get the chapter opening on to the right. Why else would you want a blank? So always having a blank page serves no purpose. – David Carlisle Jan 09 '17 at 08:50

0 Answers0