aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-08-12 23:01:35 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-08-12 23:01:35 -0400
commit39019040579208b87f620567eb722d70e310bc8f (patch)
treeb1a2b4c4872a6871ad4b9ab371e3ce5f3ed03070 /examples
parent69f7c0c69338a966841b3ecd4bd97df00bf28dbb (diff)
downloadfosdem-2021-minimalism-presentation-39019040579208b87f620567eb722d70e310bc8f.tar
fosdem-2021-minimalism-presentation-39019040579208b87f620567eb722d70e310bc8f.tar.gz
comments and failesafes for #531
Diffstat (limited to 'examples')
-rw-r--r--examples/math.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/math.html b/examples/math.html
index 67fa546..d282f8a 100644
--- a/examples/math.html
+++ b/examples/math.html
@@ -38,6 +38,7 @@
<section>
<h3>The Lorenz Equations</h3>
+
\[\begin{aligned}
\dot{x} &amp; = \sigma(y-x) \\
\dot{y} &amp; = \rho x - y - xz \\
@@ -104,6 +105,10 @@
Reveal.initialize({
transition: 'linear',
+ math: {
+ mode: 'TeX-AMS_HTML-full'
+ },
+
dependencies: [
{ src: '../lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: '../plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },