Commit ad540704 by ichuang

cleaned up cruft in mathjax_include.html

parent 6fc644ac
##
## File: templates/mathjax_include.html
##
## Advanced mathjax using 2.0-latest CDN for Dynamic Math
##
## This enables ASCIIMathJAX, and is used by js_textbox
<script type="text/x-mathjax-config">
// MathJax.Hub.Config({
// tex2jax: {inlineMath: [["\\(","\\)"]],
// displayMath: [["\\[","\\]"]]}
// });
// (function () {
var QUEUE = MathJax.Hub.queue; // shorthand for the queue
......@@ -46,18 +49,6 @@ MathJax.Hub.Config({
});
//
// Get the element jax when MathJax has produced it.
//
// QUEUE.Push(function () {
// {% for id in jsids %}
// math = MathJax.Hub.getAllJax("{{id}}_display")[0];
// jaxset["{{id}}"] = math;
// math.Text(document.getElementById("{{id}}").defaultValue);
// UpdateMathML(math,"{{id}}");
// {% endfor %}
// });
//
// The onchange event handler that typesets the
// math entered by the user
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment