main: Add blank page after front

This commit is contained in:
Manos Katsomallos 2021-07-17 18:55:56 +02:00
parent 4255815d02
commit ceeb7b84ec

View File

@ -6,6 +6,7 @@
]{scrbook} ]{scrbook}
\usepackage{adjustbox} \usepackage{adjustbox}
\usepackage{afterpage}
\usepackage[ruled,lined,noend,linesnumbered]{algorithm2e} \usepackage[ruled,lined,noend,linesnumbered]{algorithm2e}
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{amssymb} \usepackage{amssymb}
@ -28,6 +29,12 @@
\usepackage[table]{xcolor} \usepackage[table]{xcolor}
\usepackage{arydshln} \usepackage{arydshln}
\newcommand\blankpage{%
\null
\thispagestyle{empty}%
\addtocounter{page}{-1}%
\newpage}
% Deal with overfull lines. % Deal with overfull lines.
% https://texfaq.org/FAQ-overfull % https://texfaq.org/FAQ-overfull
\setlength{\emergencystretch}{3em} \setlength{\emergencystretch}{3em}
@ -65,6 +72,8 @@
\frontmatter \frontmatter
\afterpage{\blankpage}
\input{abstract} \input{abstract}
\input{acknowledgements} \input{acknowledgements}