2007-08-08 04:43:15 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2009-12-31 02:14:27 +01:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2011-11-08 20:54:10 +01:00
|
|
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
2009-12-31 02:14:27 +01:00
|
|
|
<meta name="generator" content="pandoc" />
|
2015-10-25 20:19:04 +01:00
|
|
|
<meta name="version" content="S5 1.1" />
|
2009-12-31 02:16:19 +01:00
|
|
|
<meta name="author" content="Sam Smith" />
|
2015-10-25 20:19:04 +01:00
|
|
|
<meta name="version" content="S5 1.1" />
|
2009-12-31 02:16:19 +01:00
|
|
|
<meta name="author" content="Jen Jones" />
|
2012-01-29 00:54:05 +01:00
|
|
|
<meta name="date" content="2006-07-15" />
|
2011-01-12 07:25:57 +01:00
|
|
|
<title>My S5 Document</title>
|
2017-03-04 23:16:42 +01:00
|
|
|
<style type="text/css">
|
|
|
|
code{white-space: pre-wrap;}
|
2017-11-03 04:55:29 +01:00
|
|
|
span.smallcaps{font-variant: small-caps;}
|
2017-12-04 05:36:08 +01:00
|
|
|
span.underline{text-decoration: underline;}
|
2017-11-03 04:55:29 +01:00
|
|
|
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
2017-03-04 23:16:42 +01:00
|
|
|
</style>
|
2010-07-23 08:24:22 +02:00
|
|
|
<!-- configuration parameters -->
|
|
|
|
<meta name="defaultView" content="slideshow" />
|
|
|
|
<meta name="controlVis" content="hidden" />
|
|
|
|
<!-- style sheet links -->
|
2011-11-24 20:13:14 +01:00
|
|
|
<link rel="stylesheet" href="s5/default/slides.css" type="text/css" media="projection" id="slideProj" />
|
|
|
|
<link rel="stylesheet" href="s5/default/outline.css" type="text/css" media="screen" id="outlineStyle" />
|
|
|
|
<link rel="stylesheet" href="s5/default/print.css" type="text/css" media="print" id="slidePrint" />
|
|
|
|
<link rel="stylesheet" href="s5/default/opera.css" type="text/css" media="projection" id="operaFix" />
|
2010-07-23 08:24:22 +02:00
|
|
|
<!-- S5 JS -->
|
2011-11-24 20:13:14 +01:00
|
|
|
<script src="s5/default/slides.js" type="text/javascript"></script>
|
2018-04-26 02:05:37 +02:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-AMS_CHTML-full" type="text/javascript"></script>
|
2009-12-31 02:14:27 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="layout">
|
2006-10-17 16:22:29 +02:00
|
|
|
<div id="controls"></div>
|
|
|
|
<div id="currentSlide"></div>
|
|
|
|
<div id="header"></div>
|
|
|
|
<div id="footer">
|
2010-07-23 08:24:22 +02:00
|
|
|
<h1>July 15, 2006</h1>
|
|
|
|
<h2>My S5 Document</h2>
|
|
|
|
</div>
|
2006-10-17 16:22:29 +02:00
|
|
|
</div>
|
|
|
|
<div class="presentation">
|
2017-10-31 10:32:17 +01:00
|
|
|
<div class="title-slide slide">
|
2015-10-25 20:19:04 +01:00
|
|
|
<h1 class="title">My S5 Document</h1>
|
|
|
|
<h3 class="author">Sam Smith<br/>Jen Jones</h3>
|
|
|
|
<h4 class="date">July 15, 2006</h4>
|
2010-07-23 08:24:22 +02:00
|
|
|
</div>
|
2013-02-15 04:35:58 +01:00
|
|
|
<div id="first-slide" class="slide section level1">
|
2011-02-05 05:37:58 +01:00
|
|
|
<h1>First slide</h1>
|
|
|
|
<ul class="incremental">
|
2011-02-05 06:05:48 +01:00
|
|
|
<li>first bullet</li>
|
|
|
|
<li>second bullet</li>
|
2011-02-05 05:37:58 +01:00
|
|
|
</ul>
|
|
|
|
</div>
|
2013-02-15 04:35:58 +01:00
|
|
|
<div id="math" class="slide section level1">
|
2011-02-05 05:37:58 +01:00
|
|
|
<h1>Math</h1>
|
|
|
|
<ul class="incremental">
|
2018-04-26 02:05:37 +02:00
|
|
|
<li><span class="math inline">\(\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}\)</span></li>
|
2011-02-05 05:37:58 +01:00
|
|
|
</ul>
|
|
|
|
</div>
|
2006-10-17 16:22:29 +02:00
|
|
|
</div>
|
2009-12-31 02:14:27 +01:00
|
|
|
</body>
|
|
|
|
</html>
|