Theses, Books, Title pagesRemove empty pages

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
Almurshdy
Posts: 5
Joined: Mon Aug 27, 2018 11:15 am

Remove empty pages

Post by Almurshdy »

Hi everyone,
I'm using Masters/Doctoral Thesis LaTeX Template.

Please, I need for more explain, what should I exactly change or add to remove the empty pages before chapters or that are after lists.

Thanks for help in advance.
Ahmed.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Remove empty pages

Post by Stefan Kottwitz »

Hi Ahmed!

When a thesis is printed doublesided, that is, in two-side mode, when both sides of a page get printed, we have left and right hand pages like in books. Chapters commonly start at right hand pages. So, if needed, empty pages are inserted so chapter start at a right hand side.

To avoid this, you can uncomment a line in the main tex file of the template. Look at the \documentclass line, uncomment the oneside option or add oneside.

Stefan
LaTeX.org admin
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Remove empty pages

Post by Johannes_B »

What Stefan meant to write is: Use oneside or openany.

Plaese also have a look at the quick guide, specifically this.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Remove empty pages

Post by Stefan Kottwitz »

Thanks, Johannes! Indeed, openany is the option that you need if you still want to keep two-sided printing. Though I would find it strange, very uncommon, if a chapter starts on a left side, so I implicitly assumed you want to get rid of empty pages with single-sided result. A difference between two-sided is regarding the margins, two-sided has inner and outer margins (outers should be bigger) while single-sided has left and right margins, usually of the same size.

Stefan
LaTeX.org admin
Post Reply