On Mon, 26 Nov 2012, Theodoros Theodoropoulos wrote: > I changed the appropriate entries in the invenio-local configuration > file (mathjax source was already installed)
Did you configure CFG_WEBSEARCH_USE_MATHJAX_FOR_FORMATS properly? E.g. something like: CFG_WEBSEARCH_USE_MATHJAX_FOR_FORMATS = hb,hd so that TeX would be interpreted in HTML brief and detailed formats. Another check point: do you have MathJax aliases defined in your virtual host snippets? $ grep -i mathjax /opt/invenio/etc/apache/* (You may need to use `inveniocfg --create-apache-conf'.) Best regards -- Tibor Simko

