How to install MathJax on my server?
Org uses MathJax as its default HTML display engine for equations. Org relies on the version of MathJax available from orgmode.org, but you might want to use another version and install MathJax on your own server. • Download a MathJax archive. • Upload it somewhere on your server (say http://me.org/mathjax/) • Set the correct path in org-export-html-mathjax-options (i.e. replace http://orgmode.org/mathjax/MathJax.js by http://me.org/mathjax/MathJax.js) You can also get MathJax from git or svn – in this case, be careful not to forget to unzip the fonts.zip archive in the mathjax directory.