footer and header now use the right margins

This commit is contained in:
Tuesday
2022-07-08 16:21:41 +02:00
parent 9d6643e9c3
commit bca68b188b
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -198,7 +198,7 @@ $endif$
$if(verbatim-in-note)$
\VerbatimFootnotes % allow verbatim text in footnotes
$endif$
\usepackage[a4paper, left=2.5cm, right=2.5cm, top=2.5cm, bottom=2.0cm]{geometry}
\usepackage[a4paper, left=2.5cm, right=2.5cm, top=2.5cm, bottom=2.0cm, includehead, includefoot, heightrounded]{geometry}
$if(listings)$
\usepackage{listings}
\newcommand{\passthrough}[1]{#1}