Skip to content

Mathjax server side

pkra edited this page Sep 16, 2014 · 5 revisions

MathJax-node

Check out https://github.com/mathjax/MathJax-node for using MathJax with nodejs.

For historic value:

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.
Clone this wiki locally