Page Layouthow to insert blank pages?

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
carol
Posts: 105
Joined: Wed Dec 24, 2008 7:25 pm

how to insert blank pages?

Post by carol »

Hi,
It might be an easy question but how to insert blank pages (1 or more)?

Thx

Carol

Recommended reading 2024:

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

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

php1ic
Posts: 192
Joined: Wed Jan 28, 2009 8:17 pm

how to insert blank pages?

Post by php1ic »

Don't know if this is the 'correct' way, but this is how I do it

Code: Select all

\documentclass[a4paper]{article}

\begin{document}

fs af saf dasf wf wef w kjov jiofe  wca c

\clearpage
\thispagestyle{empty}
\hfill
\clearpage

fjsd kafs sf fdsa fas fs fds fdsa fds a

\end{document}
carol
Posts: 105
Joined: Wed Dec 24, 2008 7:25 pm

Re: how to insert blank pages?

Post by carol »

I have a book document \documentclass[12pt,a4paper,openright]{book}. When I use your code after the cover, it doesn't work, meaning that it doesn't insert a blank page. But when I use your code at the end of the document before \end{document}, it inserts a blank page. Why does it not work at the beginning but at the end?
php1ic
Posts: 192
Joined: Wed Jan 28, 2009 8:17 pm

Re: how to insert blank pages?

Post by php1ic »

I don't know. I use the code I posted for the exact same reason (to have a blank page after the cover/title page).

Can you post a MWE (http://www.latex-einfuehrung.de/mini-en.html)
carol
Posts: 105
Joined: Wed Dec 24, 2008 7:25 pm

Re: how to insert blank pages?

Post by carol »

it works. I just inserted your code twice!

thanks
Post Reply