Text Formattingremove blank pages between chapters

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
bitacovir
Posts: 12
Joined: Sat Oct 12, 2013 7:51 am

remove blank pages between chapters

Post by bitacovir »

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 326 times

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

remove blank pages between chapters

Post by Stefan Kottwitz »

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 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
bitacovir
Posts: 12
Joined: Sat Oct 12, 2013 7:51 am

Re: remove blank pages between chapters

Post by bitacovir »

Ahhhhhh... Now I understand. Thanks for the clarification.
Post Reply