From 39019040579208b87f620567eb722d70e310bc8f Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 12 Aug 2013 23:01:35 -0400 Subject: comments and failesafes for #531 --- examples/math.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples') 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 @@

The Lorenz Equations

+ \[\begin{aligned} \dot{x} & = \sigma(y-x) \\ \dot{y} & = \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]' ); } }, -- cgit v1.2.3