Text Formatting ⇒ remove blank pages between chapters
remove blank pages between chapters
I do not why there is back pages between chapters (in this thesis template). I want to remove this black pages. How can I do this?
- Attachments
-
- RMIT-PHD-thesis.zip
- (186.43 KiB) Downloaded 331 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
remove blank pages between chapters
To explain why there are blank pages: chapters usually start at right hand pages, and this is the case here too. If one chapter ends at a right hand page, one blank page needs to be automatically inserted to achieve that the next chapter starts at a right hand page to, and not at the left.
You can easily change that by changing the
Stefan
You can easily change that by changing the
memoir
option openright
to openany
at the beginning of the document. So no blank pages would be additionally inserted. But then chapters can also start at a left hand page.Stefan
LaTeX.org admin
Re: remove blank pages between chapters
Ahhhhhh... Now I understand. Thanks for the clarification.