2011-07-19 12:02:59 -07:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2015-10-22 18:05:18 -04:00
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"$if(lang)$ lang="$lang$" xml:lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
|
2011-07-19 12:02:59 -07:00
|
|
|
|
<head>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2011-11-08 11:34:41 -08:00
|
|
|
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
2011-07-19 12:02:59 -07:00
|
|
|
|
<meta name="generator" content="pandoc" />
|
2011-11-29 13:30:41 -08:00
|
|
|
|
$for(author-meta)$
|
|
|
|
|
<meta name="author" content="$author-meta$" />
|
2011-07-19 12:02:59 -07:00
|
|
|
|
$endfor$
|
2011-11-29 13:30:41 -08:00
|
|
|
|
$if(date-meta)$
|
|
|
|
|
<meta name="date" content="$date-meta$" />
|
2015-10-22 18:01:27 -04:00
|
|
|
|
$endif$
|
|
|
|
|
$if(keywords)$
|
|
|
|
|
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
|
2011-07-19 12:02:59 -07:00
|
|
|
|
$endif$
|
2015-10-16 08:48:24 -04:00
|
|
|
|
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
2013-01-04 23:01:14 -08:00
|
|
|
|
<style type="text/css">code{white-space: pre;}</style>
|
2015-10-22 18:05:18 -04:00
|
|
|
|
$if(quotes)$
|
|
|
|
|
<style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
|
|
|
|
|
$endif$
|
2011-10-01 22:55:57 -07:00
|
|
|
|
$if(highlighting-css)$
|
2012-01-25 11:16:36 -08:00
|
|
|
|
<style type="text/css">
|
2011-07-19 12:02:59 -07:00
|
|
|
|
$highlighting-css$
|
2012-01-25 11:16:36 -08:00
|
|
|
|
</style>
|
2011-07-19 12:02:59 -07:00
|
|
|
|
$endif$
|
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen, projection, print"
|
2011-07-28 17:35:05 -07:00
|
|
|
|
href="$slidy-url$/styles/slidy.css" />
|
2011-07-19 12:02:59 -07:00
|
|
|
|
$for(css)$
|
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen, projection, print"
|
|
|
|
|
href="$css$" />
|
|
|
|
|
$endfor$
|
|
|
|
|
$if(math)$
|
|
|
|
|
$math$
|
|
|
|
|
$endif$
|
|
|
|
|
$for(header-includes)$
|
|
|
|
|
$header-includes$
|
|
|
|
|
$endfor$
|
2013-03-25 19:47:51 -07:00
|
|
|
|
<script src="$slidy-url$/scripts/slidy.js"
|
2011-07-19 12:02:59 -07:00
|
|
|
|
charset="utf-8" type="text/javascript"></script>
|
|
|
|
|
$if(duration)$
|
|
|
|
|
<meta name="duration" content="$duration$" />
|
|
|
|
|
$endif$
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
$for(include-before)$
|
|
|
|
|
$include-before$
|
|
|
|
|
$endfor$
|
|
|
|
|
$if(title)$
|
|
|
|
|
<div class="slide titlepage">
|
|
|
|
|
<h1 class="title">$title$</h1>
|
2013-06-21 22:48:49 -07:00
|
|
|
|
$if(subtitle)$
|
|
|
|
|
<h1 class="subtitle">$subtitle$</h1>
|
|
|
|
|
$endif$
|
2015-10-22 18:05:18 -04:00
|
|
|
|
$if(author)$
|
2011-07-19 12:02:59 -07:00
|
|
|
|
<p class="author">
|
|
|
|
|
$for(author)$$author$$sep$<br/>$endfor$
|
|
|
|
|
</p>
|
2015-10-22 18:05:18 -04:00
|
|
|
|
$endif$
|
2011-07-19 12:02:59 -07:00
|
|
|
|
$if(date)$
|
|
|
|
|
<p class="date">$date$</p>
|
|
|
|
|
$endif$
|
|
|
|
|
</div>
|
|
|
|
|
$endif$
|
2015-11-16 14:04:41 -05:00
|
|
|
|
$if(toc)$
|
|
|
|
|
<div class="slide" id="$idprefix$TOC">
|
|
|
|
|
$toc$
|
|
|
|
|
</div>
|
|
|
|
|
$endif$
|
2011-07-19 12:02:59 -07:00
|
|
|
|
$body$
|
|
|
|
|
$for(include-after)$
|
|
|
|
|
$include-after$
|
|
|
|
|
$endfor$
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|