diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-12-29 16:33:58 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-12-29 16:33:58 -0800 |
commit | 847ab1f25505a34b44b4893ee017f2cb4ea71820 (patch) | |
tree | 553d7b0c8c4638d2a76d0e25868adf0e88ab1a34 | |
parent | ec3c244381ad767c2c8ac9e4328e8c8ea2406ffa (diff) | |
download | pandoc-templates-847ab1f25505a34b44b4893ee017f2cb4ea71820.tar.gz pandoc-templates-847ab1f25505a34b44b4893ee017f2cb4ea71820.zip |
Updated templates for pandoc 2.11.3.2
-rw-r--r-- | default.html4 | 3 | ||||
-rw-r--r-- | default.html5 | 3 | ||||
-rw-r--r-- | default.latex | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/default.html4 b/default.html4 index f0dd888..d54c48e 100644 --- a/default.html4 +++ b/default.html4 | |||
@@ -13,6 +13,9 @@ $endif$ | |||
13 | $if(keywords)$ | 13 | $if(keywords)$ |
14 | <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> | 14 | <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> |
15 | $endif$ | 15 | $endif$ |
16 | $if(description-meta)$ | ||
17 | <meta name="description" content="$description-meta$" /> | ||
18 | $endif$ | ||
16 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> | 19 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> |
17 | <style type="text/css"> | 20 | <style type="text/css"> |
18 | $styles.html()$ | 21 | $styles.html()$ |
diff --git a/default.html5 b/default.html5 index 0676215..9699b85 100644 --- a/default.html5 +++ b/default.html5 | |||
@@ -13,6 +13,9 @@ $endif$ | |||
13 | $if(keywords)$ | 13 | $if(keywords)$ |
14 | <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> | 14 | <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> |
15 | $endif$ | 15 | $endif$ |
16 | $if(description-meta)$ | ||
17 | <meta name="description" content="$description-meta$" /> | ||
18 | $endif$ | ||
16 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> | 19 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> |
17 | <style> | 20 | <style> |
18 | $styles.html()$ | 21 | $styles.html()$ |
diff --git a/default.latex b/default.latex index 1696615..c567278 100644 --- a/default.latex +++ b/default.latex | |||
@@ -255,6 +255,9 @@ $highlighting-macros$ | |||
255 | $endif$ | 255 | $endif$ |
256 | $if(tables)$ | 256 | $if(tables)$ |
257 | \usepackage{longtable,booktabs,array} | 257 | \usepackage{longtable,booktabs,array} |
258 | $if(multirow)$ | ||
259 | \usepackage{multirow} | ||
260 | $endif$ | ||
258 | \usepackage{calc} % for calculating minipage widths | 261 | \usepackage{calc} % for calculating minipage widths |
259 | $if(beamer)$ | 262 | $if(beamer)$ |
260 | \usepackage{caption} | 263 | \usepackage{caption} |