#472: Use MathJax to pre-process fulltexts
--------------------------+-------------------------------------------------
Reporter: rchyla | Owner: rchyla
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: *general* | Version:
Resolution: | Keywords:
--------------------------+-------------------------------------------------
Comment (by skaplun):
Hi Roman, what MathJax does it to render using either the Dom or MathML
the (La)TeX formulas it finds on a page. To find those it looks for
markers such as $, $$, \[ \] \begin{...\{end}.
Wouldn't be simpler to your goal, to look for the same markers and strip
them in Python/Java (that's what we do in BibIndex using a regexp).
On the other hand MathJax has an API so you might be able to script it:
http://www.mathjax.org/resources/docs/?/api/index.html
--
Ticket URL: <http://invenio-software.org/ticket/472#comment:1>
Invenio <http://invenio-software.org>