mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-02-21 17:57:07 +00:00
Fixed build error because geometry
is needed when using the titlepage. (#127)
This commit is contained in:
parent
32a1e29cd6
commit
ad5ab13ba9
@ -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$
|
||||
|
||||
%
|
||||
|
Loading…
x
Reference in New Issue
Block a user