kks32 / phd-thesis-template

A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
MIT License
833 stars 400 forks source link

how to remove the blank page after title page #139

Closed shouwei closed 7 years ago

shouwei commented 7 years ago

Hi,

According to the rule of our university, I have to suppress the blank page after title page, declaration page, and dedication page? Would you please kindly tell me how to do that?

Thank you so much!

shouwei commented 7 years ago

Got the solution here: W6: I get blank pages between chapters

This is normal for a book class. Usually, a new chapter in a book always starts on the right hand side, which is why you see a blank page. You can remove the extra blank page by passing openany option to the documentclass. This works for double sided printing. However, if you are printing on a single side, please pass oneside option to the document class.