Page Layout ⇒ how to insert blank pages?
how to insert blank pages?
It might be an easy question but how to insert blank pages (1 or more)?
Thx
Carol
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
how to insert blank pages?
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?
Re: how to insert blank pages?
Can you post a MWE (http://www.latex-einfuehrung.de/mini-en.html)
Re: how to insert blank pages?
thanks