Created
March 22, 2013 09:27
-
-
Save philipptempel/5220000 to your computer and use it in GitHub Desktop.
LaTeX: How to have "This page intentionally left blank"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[twoside]{scrreprt} | |
\makeatletter | |
\def\cleardoublepage{\clearpage% | |
\if@twoside | |
\ifodd\c@page\else | |
\vspace*{\fill} | |
\hfill | |
\begin{center} | |
This page intentionally left blank. | |
\end{center} | |
\vspace{\fill} | |
\thispagestyle{empty} | |
\newpage | |
\if@twocolumn\hbox{}\newpage\fi | |
\fi | |
\fi | |
} | |
\makeatother | |
\usepackage[english]{babel} | |
\usepackage{lipsum} | |
\begin{document} | |
\lipsum[1-4] | |
\cleardoublepage | |
\lipsum[6-12] | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, indeed,` it is grammatically correct to say "this page intentionally left blank". See for example https://english.stackexchange.com/questions/116053/this-page-intentionally-left-blank and also https://www.quora.com/What-is-the-grammar-behind-This-page-intentionally-left-blank-Why-is-is-omitted