From 1748a29ff3b7cbbe72616d82f00063ac164942f9 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 12 Aug 2013 09:21:38 -0400 Subject: first version of mathjax plugin #531 --- examples/math.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 examples/math.html (limited to 'examples') diff --git a/examples/math.html b/examples/math.html new file mode 100644 index 0000000..413d169 --- /dev/null +++ b/examples/math.html @@ -0,0 +1,68 @@ + + + + + + + reveal.js - The HTML Presentation Framework + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+

Reveal.js Math Plugin

+
+ +
+ \[\begin{aligned} + \dot{x} & = \sigma(y-x) \\ + \dot{y} & = \rho x - y - xz \\ + \dot{z} & = -\beta z + xy + \end{aligned} \] +
+ +
+ +
+ + + + + + + + -- cgit v1.2.3