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?
Page Layout ⇒ openright -> no page number and headers on blank pages
NEW: TikZ book now 40% off at Amazon.com for a short time.
openright -> no page number and headers on blank pages
Switch to a document class that supports customizing those blank pages, like scrreprt or memoir.
Re: openright -> no page number and headers on blank pages
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
So, finally i solved the problem by manually entering blank pages like described here:
http://www.flawtech.de/?p=115