[texhax] Formulas not rendering on site
Axel E. Retif
axel.retif at mac.com
Thu Oct 15 20:56:11 CEST 2015
On 10/15/2015 11:55 AM, Jacob David Tafoya wrote:
> I recently became the new IT Manager for one of the math departments at
> our university and inherited a MediaWiki site which uses TeX version
> 3.141592 (Web2C 7.5.6) on Red Hat 6.7. None of the formulas are
> rendering and instead show the HTML source, similar to this:
> <math>\frac{dT}{dt}=r_{2}T(1-bT)-\frac{aET}{g_{2}+T}</math>.
Maybe your Wiki uses (used) MathJax and it's missing (lacking) the
MathJax connection, something like
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
}
});
</script><script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
See
https://www.mathjax.org/
Best
Axel
More information about the texhax
mailing list