I use Xerte for more than a year and until recently I had no major problems.
With version 2.1 I used latex expressions for formulae and inserted tags like:
<tex alt="dP/dz=ρg" src="{\frac{dP_{hst}}{dz}= \rho g}"></tex>
This worked fine for most of the time. Recently, I noticed that my deployed e-learning projects from last year refuse to render any formula. I assumed that the MathJax service changed something. I decided to install Xerte 3.1 and hoped to resolve this problem quickly. I figured out that I had to change the syntax a little bit:
<span class="mathjax">\[\frac{dP_{hst}}{dz}= \rho g\]</span>
So, now the formulae are rendered correctly in the XERTE editor. However, if I export a deployment folder and open it in firefox then no latex expression is rendered. It appears that MathML expressions are rendered, only. But MathML doesn't seem to work with MS-browsers.
What would be the best way to ensure that formulae in the deployment folders are rendered properly in any browser?
Regards,
Thorsten