Hi,

ti, 2006-04-18 kello 14:53 +0200, Martin A. Hansen kirjoitti:
> howdy all
> 
> i need to insert a blank page for typographical reasons so that the back
> cover will be on the back of a double sided document.
> 
> i have tried to use:
> 
> pagebreak
> \thispagestyle{empty}
> \phantom{1111}
> 
> the resulting pdf look ok. however, printing the document skips blank pages
> inserted in this way!

A "dirty" solution might be:
----
Text on first page
[Page break]
\thispagestyle{empty}
Empty page [Now change the color for "Empty page" to white]
[Page break]
Text after the empty page...
----
Hope this helps.
Kimmo


Reply via email to