mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-12-30 08:12:57 +00:00
12a45cff1b
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
10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"name": "Mathoid",
|
|
"description": "Render tex to SVG and MathML using MathJax, Phantom. Based on svgtex.",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"querystring": "0.x.x",
|
|
"express": "2.5.x"
|
|
}
|
|
}
|