Text FormattingRemove empty Page before Chapters

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
stat programmer
Posts: 3
Joined: Wed Jul 27, 2011 2:33 pm

Remove empty Page before Chapters

Post by stat programmer »

I downloaded the PhD Latex template from http://www-h.eng.cam.ac.uk/help/tpl/tex ... esisStyle/. All chapters have to start on an odd page. How can I change it so that a chapter can start on even and odd pages? I want to remove the empty pages before chapters.

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Remove empty Page before Chapters

Post by localghost »

Add an option to the document class.

Code: Select all

\documentclass[…,openany,…]{CUEDthesisPSnPDF}

Best regards and welcome to the board
Thorsten
stat programmer
Posts: 3
Joined: Wed Jul 27, 2011 2:33 pm

Remove empty Page before Chapters

Post by stat programmer »

Best regards and welcome to the board
Thx.

It seems like

Code: Select all

\documentclass[oneside
solved my problem.
Post Reply