summaryrefslogtreecommitdiffstats
path: root/default.s5
diff options
context:
space:
mode:
Diffstat (limited to 'default.s5')
-rw-r--r--default.s592
1 files changed, 92 insertions, 0 deletions
diff --git a/default.s5 b/default.s5
new file mode 100644
index 0000000..33e5397
--- /dev/null
+++ b/default.s5
@@ -0,0 +1,92 @@
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml"$if(lang)$ lang="$lang$" xml:lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
3<head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <meta http-equiv="Content-Style-Type" content="text/css" />
6 <meta name="generator" content="pandoc" />
7$for(author-meta)$
8 <meta name="version" content="S5 1.1" />
9 <meta name="author" content="$author-meta$" />
10$endfor$
11$if(date-meta)$
12 <meta name="date" content="$date-meta$" />
13$endif$
14$if(keywords)$
15 <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
16$endif$
17 <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
18 <style type="text/css">
19 code{white-space: pre-wrap;}
20 span.smallcaps{font-variant: small-caps;}
21 span.underline{text-decoration: underline;}
22 div.line-block{white-space: pre-line;}
23 div.column{display: inline-block; vertical-align: top; width: 50%;}
24$if(quotes)$
25 q { quotes: "“" "”" "‘" "’"; }
26$endif$
27 </style>
28 <!-- configuration parameters -->
29 <meta name="defaultView" content="slideshow" />
30 <meta name="controlVis" content="hidden" />
31$if(highlighting-css)$
32 <style type="text/css">
33$highlighting-css$
34 </style>
35$endif$
36$for(css)$
37 <link rel="stylesheet" href="$css$" type="text/css" />
38$endfor$
39 <!-- style sheet links -->
40 <link rel="stylesheet" href="$s5-url$/slides.css" type="text/css" media="projection" id="slideProj" />
41 <link rel="stylesheet" href="$s5-url$/outline.css" type="text/css" media="screen" id="outlineStyle" />
42 <link rel="stylesheet" href="$s5-url$/print.css" type="text/css" media="print" id="slidePrint" />
43 <link rel="stylesheet" href="$s5-url$/opera.css" type="text/css" media="projection" id="operaFix" />
44 <!-- S5 JS -->
45 <script src="$s5-url$/slides.js" type="text/javascript"></script>
46$if(math)$
47 $math$
48$endif$
49$for(header-includes)$
50 $header-includes$
51$endfor$
52</head>
53<body>
54$for(include-before)$
55$include-before$
56$endfor$
57<div class="layout">
58<div id="controls"></div>
59<div id="currentSlide"></div>
60<div id="header"></div>
61<div id="footer">
62 <h1>$date$</h1>
63 <h2>$title$</h2>
64</div>
65</div>
66<div class="presentation">
67$if(title)$
68<div class="title-slide slide">
69 <h1 class="title">$title$</h1>
70$if(subtitle)$
71 <h2 class="subtitle">$subtitle$</h2>
72$endif$
73$if(author)$
74 <h3 class="author">$for(author)$$author$$sep$<br/>$endfor$</h3>
75$endif$
76$if(date)$
77 <h4 class="date">$date$</h4>
78$endif$
79</div>
80$endif$
81$if(toc)$
82<div class="slide" id="$idprefix$TOC">
83$table-of-contents$
84</div>
85$endif$
86$body$
87$for(include-after)$
88$include-after$
89$endfor$
90</div>
91</body>
92</html>