Document Classes ⇒ Changing from one sided to two sided in a document
Changing from one sided to two sided in a document
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?
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
Changing from one sided to two sided in a document
The solution has already been given in this thread.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Changing from one sided to two sided in a document
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.
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.