1
0
mirror of https://github.com/djohnlewis/stackdump synced 2025-12-07 00:13:33 +00:00

Added Mathjax support for math.stackexchange.com.

Equations and expressions are only rendered in question view at the moment.
This commit is contained in:
Samuel Lai
2012-12-15 22:47:46 +11:00
parent 993bee4fc1
commit b667ea0165
595 changed files with 16154 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
The image font files for Mathjax have been removed to save space. If image fonts
are really necessary, add them back by downloading the local installation
distribution from the Mathjax website (http://www.mathjax.org/download) and
copying the files under fonts/HTML-CSS/TeX/png/**/* to here.
You will also need to modify
<stackdump_home>/python/src/stackdump/templates/question.html
and remove the `imageFont:null` configuration parameter from the config section
at the top of the page.