Theses, Books, Title pagesRemove header before first chapter

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
GSarpis
Posts: 2
Joined: Thu Aug 22, 2019 7:29 pm

Remove header before first chapter

Post by GSarpis »

Dear experts, I am using The masters-doctoral-thesis template and there is an empty page before my first chapter, with the header "List of Tables", even though, the List itself is 20 pages before the first chapter (followed by acknowledgements etc.)

I have been looking at this for multiple days, I think the problem arises because of the page style change (plain->Thesis) and the twosided option, but I can't remove the header.

Any help would be appreciated
headerbug.png
headerbug.png (27.17 KiB) Viewed 3169 times

Recommended reading 2024:

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

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

GSarpis
Posts: 2
Joined: Thu Aug 22, 2019 7:29 pm

Remove header before first chapter

Post by GSarpis »

Ok, so I found a solution. This is caused by <book> class which forces a new double page with each chapter (so chapter starts on the right).

I.e. there was either an empty left page or empty right (end of previous chapter) and empty left (start of new chapter) page.

LaTeX would get really confused when I wanted the Preface to end on Left and the new chapter with different style to start on right.

My simple solution, force Preface to be a chapter.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

Remove header before first chapter

Post by Stefan Kottwitz »

Welcome to the forum!

The masters/doctoral thesis template I know, that one by Vel, uses an empty page style when an empty page is inserted so that a chapter starts on a right hand side.

But good that you found a solution! Thanks for letting us know.

Stefan
LaTeX.org admin
Post Reply