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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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