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