Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions simple_test/README.md
Original file line number Diff line number Diff line change
@@ -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.
13 changes: 13 additions & 0 deletions simple_test/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<html>
<head>
<title>MathJax Test</title>
<meta name="generator" content="BBEdit">
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML"></script>
</head>
<body>

<h1>MathJax Test</h1>
<hr>
\[ \Phi(x) = \frac{1}{\sqrt{2 \pi}} \int_{-\infty}^x e^{-\xi^2/2}\; d\xi \]
</body>
</html>
4 changes: 4 additions & 0 deletions simple_test/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh -e
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
live-server