You seem to be loading MathJax via
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
MathML: {
extensions: ["content-mathml.js"]
},
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']]
}
});
</script>
<script type="text/javascript" src="
https://cdn.mathjax.org/mathjax/1.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"/>
The CDN, combined configuration files, the use of the "config=" URL parameter, and separate configuration blocks with type="text/x-mathjax-config" were introduced in version 1.1. Since you are specifically requesting version 1.0, the config parameter and the configuration block will be ignored. So MathJax is trying to find its configuration via the v1.0-style config file called MathJax.js, which isn't being found. It also looks like MathJax hasn't been able to discover the location of the MathJax distribution, probably due to the https:// protocol (I think v1.0 may only have looked for http://). Also, the content-mathml extension was not introduced until v2.2, I think.
So the upshot is, this configuration could NEVER have worked for version 1.0. So I suspect that you changed how you load MathJax, and that is the source of the problem. The 1.0-latest files have not changed in years (and aren't going to).
I would not recommend using v1.0 at this point. Browsers have been updated since then, and MathJax v1.0 will not properly handle all of them. You should AT LEAST use v2.0, but even that is too old really. You say "There were some issues with mixed-mode content between
khronos.org and the CDN last fall", but I don't understand what that means. What is "mixed-mode content", and what issues did you have?
Davide
> --
> You received this message because you are subscribed to the Google Groups "MathJax Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
mathjax-user...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.
>