Page Layoutopenright -> no page number and headers on blank pages

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
gunknown
Posts: 3
Joined: Sun Nov 01, 2009 8:41 pm

openright -> no page number and headers on blank pages

Post by gunknown »

Hi,

my document class is "report". I want to print my report duplex. Therefore i added the two options openright and twoside:

\documentclass[a4paper,10pt, twoside, openright]{report}

Now, the inserted "blank pages" are still numbered and have a header. How can i avoid this?

Recommended reading 2024:

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

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

phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

openright -> no page number and headers on blank pages

Post by phi »

Switch to a document class that supports customizing those blank pages, like scrreprt or memoir.
gunknown
Posts: 3
Joined: Sun Nov 01, 2009 8:41 pm

Re: openright -> no page number and headers on blank pages

Post by gunknown »

Thanks for the hint. Unfortunately i cannot change the document class anymore due to big layout changings.

So, finally i solved the problem by manually entering blank pages like described here:
http://www.flawtech.de/?p=115
Post Reply