diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-01-30 23:03:37 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-01-30 23:03:37 -0800 |
commit | 0be17b21ce1954f16f07a495cb1062145b4d69df (patch) | |
tree | 7618475a8c32e5f4496a1af85523e26dd21ffea8 /default.revealjs | |
parent | 7fed34ab85d9c89b7f17707f7e97b4daa75276fb (diff) | |
download | pandoc-templates-0be17b21ce1954f16f07a495cb1062145b4d69df.tar.gz pandoc-templates-0be17b21ce1954f16f07a495cb1062145b4d69df.zip |
Updated templates for pandoc 2.6
Diffstat (limited to 'default.revealjs')
-rw-r--r-- | default.revealjs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/default.revealjs b/default.revealjs index 5d76071..9469291 100644 --- a/default.revealjs +++ b/default.revealjs | |||
@@ -17,7 +17,7 @@ $endif$ | |||
17 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | 17 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
18 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> | 18 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> |
19 | <link rel="stylesheet" href="$revealjs-url$/css/reveal.css"> | 19 | <link rel="stylesheet" href="$revealjs-url$/css/reveal.css"> |
20 | <style type="text/css"> | 20 | <style> |
21 | code{white-space: pre-wrap;} | 21 | code{white-space: pre-wrap;} |
22 | span.smallcaps{font-variant: small-caps;} | 22 | span.smallcaps{font-variant: small-caps;} |
23 | span.underline{text-decoration: underline;} | 23 | span.underline{text-decoration: underline;} |
@@ -27,7 +27,7 @@ $if(quotes)$ | |||
27 | $endif$ | 27 | $endif$ |
28 | </style> | 28 | </style> |
29 | $if(highlighting-css)$ | 29 | $if(highlighting-css)$ |
30 | <style type="text/css"> | 30 | <style> |
31 | $highlighting-css$ | 31 | $highlighting-css$ |
32 | </style> | 32 | </style> |
33 | $endif$ | 33 | $endif$ |
@@ -239,6 +239,10 @@ $endif$ | |||
239 | $if(maxScale)$ | 239 | $if(maxScale)$ |
240 | maxScale: $maxScale$, | 240 | maxScale: $maxScale$, |
241 | $endif$ | 241 | $endif$ |
242 | $if(zoomKey)$ | ||
243 | // Modifier key used to click-zoom to part of the slide | ||
244 | zoomKey: '$zoomKey$', | ||
245 | $endif$ | ||
242 | $if(mathjax)$ | 246 | $if(mathjax)$ |
243 | math: { | 247 | math: { |
244 | mathjax: '$mathjaxurl$', | 248 | mathjax: '$mathjaxurl$', |