I use MathJax as follows:
<script type="text/javascript" src="
http://cdn.mathjax.org/mathjax/
latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({ tex2jax: {inlineMath: [['$','$'], ['\\(','\
\)']]}});
</script>
The using Chrome and Fireforx (all latest versions) on windows 7 SP1,
the math in the page was rendered fine.
When I tested the page using IE 9.0.8 browser, the math was not
rendered. It stayed as $x$ in the display.
Then I changed the internet options in IE to reduce the security level
from what it was, which is medium high, which is the default since I
never changed it before, and made next level lower, which is medium,
and reloaded my page, now the math was displayed OK.
The question is: Is there anything I can do from the above code so
that it will display OK on IE using the default settings? Why do the
security have to be lowered on IE to display the math?
If I install MathJax on my own site, would this problem go away?
and thanks for MathJax, it is amazing.
--Nasser