Math/mathoid/index.html

25 lines
701 B
HTML

<!--
This file is loaded from main.js (phantomjs).
-->
<html>
<head>
<script type="text/javascript">
MathJax = {
jax: ["input/TeX","output/SVG","output/NativeMML"],
extensions: ["tex2jax.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
showProcessingMessages: false,
messageStyle: "none",
tex2jax: {
inlineMath: [["$","$"],["\\(","\\)"]]
}
};
</script>
<script type="text/javascript" src="../modules/MathJax/unpacked/MathJax.js">
</script>
<script type="text/javascript" src="engine.js"></script>
</head>
<body>
<div id="math">${}$</div>
</body>
</html>