Hello,
We have several websites set up by a partner of ours which utilises MathJax to display Journal Maths content. There is currently several workflows in place including LaTeX and MathML. Unfortunately we are having problems with the rendering on Internet Explorer when using MathML as the source.
An example of the problem is available
here.
the configuration is as follows:
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [["$","$"],["\\(","\\)"]],
processClass: "tex2jax_process|mathjax"
}
});
</script>
<script type="text/javascript" src="
http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
We have tried a few tagging changes but cannot get it consistently render correctly. Strangly it will render in compatibility mode.
Thank you for your help.
Regards
Stephen Flockton