From ec9660015caff1185b2af519e7ec9decb71fc54e Mon Sep 17 00:00:00 2001 From: "Radu C. Martin" Date: Thu, 22 Jul 2021 22:05:15 +0200 Subject: [PATCH] Fixed footer spacing --- thesis.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thesis.tex b/thesis.tex index b7ad1b7..29db76f 100644 --- a/thesis.tex +++ b/thesis.tex @@ -100,10 +100,11 @@ Model Predictive Control of Buildings} \usepackage{fancyhdr} \pagestyle{fancy} \setlength\headheight{35pt} -\setlength\footskip{13.6pt} +\setlength\footskip{27pt} \fancyhf{Inter-seasonal GP MPC control for buildings} \rhead{\includegraphics[width=2cm]{Logo-EPFL.png}} \lhead{} +%\renewcommand{\footrulewidth}{0.1pt} \cfoot{\thepage} \usepackage[framed,numbered,autolinebreaks,useliterate]{mcode}