What is the result of not using this latex_to_html functionaility?
The same unparsed formula.

I even tried importing bibformat_utils in ipython and running i.e. print
bibformat_utils.latex_to_html("monadic $\forall^{1}_{1}$ positive theory
over large sets "), but I only get the original string.

That's good :-) Infact MathJax expects to find original LaTeX formulas and
render them on the fly using Javascript on the client's browser. Check, e.g.
the source HTML of:

<http://invenio-demo.cern.ch/record/80?ln=en>

As you will see formulas are nicely there.
I know! That's why I'm puzzled!

How have you installed the MathJax sources? Have you correctly run

$ sudo -u www-data make install-mathjax-plugin
Yes! I just run it again just in case. No difference. Hmm maybe a matter of permissions? Apart from /opt/invenio/var/www/MathJax/config/MathJax.js (which is apache:apache), the rest are root:root. Having said that, there are no related warnings/errors in the apache log file...


Do you have any errors in the Javascript console of your browser?
No. I already checked that before sending the first email.

Any other ideas? I don't know what else to check :(

Reply via email to