-
Notifications
You must be signed in to change notification settings - Fork 231
Mathjax server side
pkra edited this page Sep 16, 2014
·
5 revisions
Check out https://github.com/mathjax/MathJax-node for using MathJax with nodejs.
MathJax has been successfully used in server side javascript runners. However, MathJax conversion and rendering process currently depends on the DOM and, really, a supported browser engine.
The best results have been done using phantom.js. Here are a few projects that have implemented such a process.
- SVGTeX, with its how to.
- Mathoid, a fork of SVGTeX by Wikimedia developers.
- oer.exports, converting MathML to SVG and adding speech-text via ChromeVox.