Monday, December 10, 2012

How to create an empty page in your document

Sometimes we need empty pages in our document, the easiest way to do this is:
\newpage
\mbox{}
\newpage

Also if different style to the empty page is needed the following code is working:
\newpage
\thispagestyle{empty}
\mbox{}
\newpage

 Source: http://nw360.blogspot.pt/2007/10/creat-empty-page-in-latex.html

1 comment: