diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-06-11 22:50:06 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-06-11 22:50:06 -0700 |
commit | db59a5e77b0a5629f0801eb82103814842f2e2ed (patch) | |
tree | b65b75813f49d3642cb229f60ff549db05a529a1 /default.latex | |
parent | 64a929d7eec7f2c0b741433b30d6b904354a4e74 (diff) | |
download | pandoc-templates-db59a5e77b0a5629f0801eb82103814842f2e2ed.tar.gz pandoc-templates-db59a5e77b0a5629f0801eb82103814842f2e2ed.zip |
Updated templates for pandoc 2.7.3
Diffstat (limited to 'default.latex')
-rw-r--r-- | default.latex | 7 |
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$ |