diff options
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$', |