On Mon, 11 Jan 2010, Johnny MariƩthoz wrote: > some of our users ask to have the possibility to include equations in > the abstract of a paper. We have even seen equations in a title! Do > you have any suggestion to address this kind of problem?
At CERN we use the LaTeX notation to store equations and the jsMath library to display them nicely in the browser. An example: <http://cdsweb.cern.ch/record/442322>. In order to enable TeX/jsMath display of formulas on your site, please run: $ cd ~/src/cds-invenio $ make install-jsmath-plugin $ emacs /opt/cds-invenio/etc/invenio-local.conf ... and set e.g. CFG_WEBSEARCH_USE_JSMATH_FOR_FORMATS = hb,hd $ /opt/cds-invenio/bin/inveniocfg --update-config-py $ sudo /etc/init.d/apache2 restart Best regards -- Tibor Simko ** CERN Document Server ** <http://cds.cern.ch/>
