I'm trying to get MathJax to work on XF
http://www.mathjax.org/docs/2.0/start.html
So, according to the doc, I'm adding this script to the page_container_js_head template
I'm using TeX-AMS-MML_SVG because I want to use the SVG output engine so that the formula will scale.
Now, I'm not sure what to do next. Do I put the math equation between $$ .... $$ or \[ ... \]?
I tried that and nothing happens.
I currently have a bbcode [tex] that connect to a cgi script that produces png images for the formula. How can I modify this [tex] bbcode to use the new MathJax script.
Thank you.
http://www.mathjax.org/docs/2.0/start.html
So, according to the doc, I'm adding this script to the page_container_js_head template
Code:
<script type="text/javascript"
src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_SVG">
</script>
Now, I'm not sure what to do next. Do I put the math equation between $$ .... $$ or \[ ... \]?
I tried that and nothing happens.
I currently have a bbcode [tex] that connect to a cgi script that produces png images for the formula. How can I modify this [tex] bbcode to use the new MathJax script.
Thank you.