Hi,
It might be an easy question but how to insert blank pages (1 or more)?
Thx
Carol
Page Layout ⇒ how to insert blank pages?
NEW: TikZ book now 40% off at Amazon.com for a short time.
how to insert blank pages?
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}
Re: how to insert blank pages?
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?
Re: how to insert blank pages?
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)
Can you post a MWE (http://www.latex-einfuehrung.de/mini-en.html)
Re: how to insert blank pages?
it works. I just inserted your code twice!
thanks
thanks