From caf5242b30c288528b63c6b9025f4388ea8297d8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 22 Mar 2013 01:13:14 -0400 Subject: [PATCH] Added reveal.js template. (From a patch by jamiefolson.) --- default.reveal_js | 103 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 default.reveal_js diff --git a/default.reveal_js b/default.reveal_js new file mode 100644 index 000000000..e67c93914 --- /dev/null +++ b/default.reveal_js @@ -0,0 +1,103 @@ + + + + +$for(author-meta)$ + +$endfor$ +$if(date-meta)$ + +$endif$ + $if(title-prefix)$$title-prefix$ - $endif$$pagetitle$ + + + + + +$if(highlighting-css)$ + +$endif$ +$if(css)$ +$for(css)$ + +$endfor$ +$else$ + +$endif$ + + + +$if(math)$ + $math$ +$endif$ +$for(header-includes)$ + $header-includes$ +$endfor$ + + +$for(include-before)$ +$include-before$ +$endfor$ +
+
+ +$if(title)$ +
+

$title$

+$for(author)$ +

$author$

+$endfor$ +

$date$

+
+$endif$ + +$body$ +
+
+$for(include-after)$ +$include-after$ +$endfor$ + + + + + + +