diff options
Diffstat (limited to 'tests/s5.fancy.html')
-rw-r--r-- | tests/s5.fancy.html | 48 |
1 files changed, 26 insertions, 22 deletions
diff --git a/tests/s5.fancy.html b/tests/s5.fancy.html index 200990b6a..d0e653557 100644 --- a/tests/s5.fancy.html +++ b/tests/s5.fancy.html @@ -17,8 +17,7 @@ <link rel="stylesheet" href="ui/default/opera.css" type="text/css" media="projection" id="operaFix" /> <!-- S5 JS --> <script src="ui/default/slides.js" type="text/javascript"></script> - <script type="text/javascript" - >/* + <script type="text/javascript">/* LaTeXMathML.js from http://math.etsu.edu/LaTeXMathML/ Adapted by Jeff Knisely and Douglas Woodall from ASCIIMathML.js v. 1.4.7, (c) 2005 Peter Jipsen http://www.chapman.edu/~jipsen. @@ -216,8 +215,7 @@ {existing();generic();};} else {window.onload=generic;}} - </script - > + </script> </head> <body> <div class="layout"> @@ -236,25 +234,31 @@ <h4>July 15, 2006</h4> </div> <div class="slide"> -<h1 ->First slide</h1 -><ul class="incremental" -><li - >first bullet</li - ><li - >second bullet</li - ></ul -></div> + + +<h1>First slide</h1> + +<ul class="incremental"> +<li> +first bullet</li> +<li> +second bullet</li> +</ul> + +</div> + + <div class="slide"> -<h1 ->Math</h1 -><ul class="incremental" -><li - ><span class="LaTeX" - >$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</span - ></li - ></ul -></div> + + +<h1>Math</h1> + +<ul class="incremental"> +<li> +<span class="LaTeX">$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</span></li> +</ul> + +</div> </div> </body> </html> |