pandoc/default.slidy

60 lines
1.5 KiB
Text
Raw Normal View History

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">
<html xmlns="http://www.w3.org/1999/xhtml"$if(lang)$ lang="$lang$" xml:lang="$lang$"$endif$>
2011-07-19 12:02:59 -07:00
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
2011-07-19 12:02:59 -07:00
<meta name="generator" content="pandoc" />
$for(author-meta)$
<meta name="author" content="$author-meta$" />
2011-07-19 12:02:59 -07:00
$endfor$
$if(date-meta)$
<meta name="date" content="$date-meta$" />
2011-07-19 12:02:59 -07:00
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
$if(highlighting-css)$
<style type="text/css">
2011-07-19 12:02:59 -07:00
$highlighting-css$
</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$
2011-07-28 17:35:05 -07:00
<script src="$slidy-url$/scripts/slidy.js.gz"
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>
<p class="author">
$for(author)$$author$$sep$<br/>$endfor$
</p>
$if(date)$
<p class="date">$date$</p>
$endif$
</div>
$endif$
$body$
$for(include-after)$
$include-after$
$endfor$
</body>
</html>