Document ClassesChanging from one sided to two sided in a document

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
zoho
Posts: 6
Joined: Fri Jun 29, 2007 9:22 pm

Changing from one sided to two sided in a document

Post by zoho »

I am writing a document where I want the frontmatter (titlepage, copyright, acknowledgements, table of contents) to be single sided but the rest of the document to be double sided. Is there an easy way to do this?

Recommended reading 2024:

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

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

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

Changing from one sided to two sided in a document

Post by localghost »

The solution has already been given in this thread.
zoho
Posts: 6
Joined: Fri Jun 29, 2007 9:22 pm

Re: Changing from one sided to two sided in a document

Post by zoho »

Thanks!

Just as a note: I had to add usepackage{ifthen} in order to use the \setboolean command which is mentioned in the linked to thread.
Post Reply