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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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