Commit Graph

6 Commits

Author SHA1 Message Date
physikerwelt 76236787e0 Separate Mathoid from the Math extension
Mathoid is supposed to be run at a server separated from
the MediaWiki math extension. It should use the MathJax
version customized to the MediaWiki needs as submodule.
It has been moved to the new repository
mediawiki/services/mathoid

Change-Id: I00b42926ba91043570c5058e0352c0e743a400b0
2014-02-10 18:28:08 +00:00
Frédéric Wang 2c3e4a4b5d Update to MathJax 2.3
* Uses the MediaWiki resource modules to load MathJax

Change-Id: I9471b1baf41d2bcc4fdc64a26e7d806e92b9b17f
2014-01-27 21:36:02 +00:00
physikerwelt afc50961ab Fix: Add missing xmlns
Change-Id: Id7c92982a914ec26990556662ba971483e58f934
2013-10-13 14:43:37 +00:00
Gabriel Wicke baf038da0d Insert defs into svg element, not before it
Change-Id: Ic8b56b9d0d854d8a58f6e6b063262dbf3525c809
2013-10-12 22:08:27 +00:00
Gabriel Wicke 6c7f4e3b38 Fix SVG glyphs and make the service more robust
Change-Id: I14d3ca2fdc89f8662b2e823b6c891c79db5bab5a
2013-10-10 14:17:14 -07:00
Moritz Schubotz 12a45cff1b Adding mathoid as tex to MathML and SVG renderer
Uses nodejs to call phantomjs that renders the
tex input using MathJax and returns a json object
that includes both the SVG and the MathML
representation.

The project was forked from
https://github.com/agrbin/svgtex.

Co-Authored-By: Gabriel Wicke <gwicke@wikimedia.org>
Co-Authored-By: Moritz Schubotz <wiki@physikerwelt.de>
Change-Id: Ie5f24006c3aacd8f61f48ca275acd63a418d7529
2013-10-04 17:03:34 -07:00