diff --git a/simple_test/README.md b/simple_test/README.md new file mode 100644 index 0000000000..05f4826b9e --- /dev/null +++ b/simple_test/README.md @@ -0,0 +1 @@ +Run this and if you have live-server (`npm install -g live-server`) installed, a local url should open up and you should see MathJax working or not. If it is note working, open the debugger (Chrome debugger is best) and view the console. diff --git a/simple_test/index.html b/simple_test/index.html new file mode 100644 index 0000000000..00470bd90d --- /dev/null +++ b/simple_test/index.html @@ -0,0 +1,13 @@ + + + MathJax Test + + + + + +

MathJax Test

+
+ \[ \Phi(x) = \frac{1}{\sqrt{2 \pi}} \int_{-\infty}^x e^{-\xi^2/2}\; d\xi \] + + diff --git a/simple_test/test.sh b/simple_test/test.sh new file mode 100755 index 0000000000..3d0675c6df --- /dev/null +++ b/simple_test/test.sh @@ -0,0 +1,4 @@ +#!/bin/sh -e +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +cd $DIR +live-server