Fixed build error because geometry is needed when using the titlepage. (#127)

This commit is contained in:
Pascal Wagler 2019-10-06 17:45:43 +03:00 committed by GitHub
parent 32a1e29cd6
commit ad5ab13ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -535,6 +535,10 @@ $if(titlepage)$
$if(titlepage-background)$
\usepackage{tikz}
$endif$
$if(geometry)$
$else$
\usepackage[margin=2.5cm,includehead=true,includefoot=true,centering]{geometry}
$endif$
$endif$
%