From 9b833e874457d41914d097f1c7cb4b1da636fb4c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 13 Jul 2010 20:44:56 -0700 Subject: Added a slidy writer. Resolves Issue #122. --- templates/slidy.template | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 templates/slidy.template (limited to 'templates/slidy.template') diff --git a/templates/slidy.template b/templates/slidy.template new file mode 100644 index 000000000..b7713ebe2 --- /dev/null +++ b/templates/slidy.template @@ -0,0 +1,66 @@ + + + + + $if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$ + + +$for(author)$ + +$endfor$ + +$if(highlighting)$ + +$endif$ +$for(css)$ + +$endfor$ + +$if(math)$ + $math$ +$endif$ +$for(header-includes)$ + $header-includes$ +$endfor$ + + + +$for(include-before)$ +$include-before$ +$endfor$ +$if(title)$ +
+

$title$

+$for(author)$ +

$author$

+$endfor$ +
+$endif$ +$body$ +$for(include-after)$ +$include-after$ +$endfor$ + + -- cgit v1.2.3