summaryrefslogtreecommitdiffstats
path: root/default.latex
diff options
context:
space:
mode:
Diffstat (limited to 'default.latex')
-rw-r--r--default.latex7
1 files changed, 7 insertions, 0 deletions
diff --git a/default.latex b/default.latex
index 336aeb3..4e8911e 100644
--- a/default.latex
+++ b/default.latex
@@ -205,6 +205,9 @@ $endif$
205$if(author-meta)$ 205$if(author-meta)$
206 pdfauthor={$author-meta$}, 206 pdfauthor={$author-meta$},
207$endif$ 207$endif$
208$if(lang)$
209 pdflang={$lang$},
210$endif$
208$if(subject)$ 211$if(subject)$
209 pdfsubject={$subject$}, 212 pdfsubject={$subject$},
210$endif$ 213$endif$
@@ -226,8 +229,12 @@ $if(verbatim-in-note)$
226\VerbatimFootnotes % allow verbatim text in footnotes 229\VerbatimFootnotes % allow verbatim text in footnotes
227$endif$ 230$endif$
228$if(geometry)$ 231$if(geometry)$
232$if(beamer)$
233\geometry{$for(geometry)$$geometry$$sep$,$endfor$}
234$else$
229\usepackage[$for(geometry)$$geometry$$sep$,$endfor$]{geometry} 235\usepackage[$for(geometry)$$geometry$$sep$,$endfor$]{geometry}
230$endif$ 236$endif$
237$endif$
231$if(beamer)$ 238$if(beamer)$
232\newif\ifbibliography 239\newif\ifbibliography
233$endif$ 240$endif$