From ac3dc50580d7185d18dd4916782904fd733b3bfd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 27 Dec 2017 09:29:34 -0800 Subject: Initial commit, 2.0.5 --- default.slideous | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 default.slideous (limited to 'default.slideous') diff --git a/default.slideous b/default.slideous new file mode 100644 index 0000000..4c5e6a7 --- /dev/null +++ b/default.slideous @@ -0,0 +1,96 @@ + + + + + + + +$for(author-meta)$ + +$endfor$ +$if(date-meta)$ + +$endif$ +$if(keywords)$ + +$endif$ + $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ + +$if(highlighting-css)$ + +$endif$ + +$for(css)$ + +$endfor$ +$if(math)$ + $math$ +$endif$ +$for(header-includes)$ + $header-includes$ +$endfor$ + +$if(duration)$ + +$endif$ + + +$for(include-before)$ +$include-before$ +$endfor$ +
+ + of {$$slidecount} + + + + + + + + + + +½ +{$$title}, {$$author} +
+$if(title)$ +
+

$title$

+$if(subtitle)$ +

$subtitle$

+$endif$ +

+$for(author)$$author$$sep$
$endfor$ +

+$if(date)$ +

$date$

+$endif$ +
+$endif$ +$if(toc)$ +
+$table-of-contents$ +
+$endif$ +$body$ +$for(include-after)$ +$include-after$ +$endfor$ + + -- cgit v1.2.3