diff --git a/mathjax.html b/mathjax.html new file mode 100644 index 0000000..3487b14 --- /dev/null +++ b/mathjax.html @@ -0,0 +1,23 @@ + + +
+When `a != 0`, there are two solutions to `ax^2 + bx + c = 0` and +they are
++ `x = (-b +- sqrt(b^2-4ac))/(2a) .` +
+ + + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2acf3ce..6bbb91b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,15 @@ "version": "1.0.0", "license": "Unlicense", "dependencies": { + "mathjax": "^3.2.2", "reveal.js": "^5.1.0" } }, + "node_modules/mathjax": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-3.2.2.tgz", + "integrity": "sha512-Bt+SSVU8eBG27zChVewOicYs7Xsdt40qm4+UpHyX7k0/O9NliPc+x77k1/FEsPsjKPZGJvtRZM1vO+geW0OhGw==" + }, "node_modules/reveal.js": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-5.1.0.tgz", diff --git a/package.json b/package.json index 7d29b31..c96e92c 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "author": "Ladd Hoffman", "license": "Unlicense", "dependencies": { + "mathjax": "^3.2.2", "reveal.js": "^5.1.0" } } diff --git a/reveal.html b/reveal.html index 00191f5..445d430 100644 --- a/reveal.html +++ b/reveal.html @@ -16,8 +16,28 @@