I'm trying to add Tex support to my application and I would like to use MathJax to render Mathematics formulas client side since I gave up the
server side solution explained here.
The MathJax library is pretty fat (30.000 files) and it can't be easily installed on App Engine due to the files number limitation.
I have no experience with MathJax library so I'm open to other strategies like:
- Available MathJax CDN
- Cutting down some directories/files to reduce the package's files number.
Do you know any way to use Mathjax on Google App Engine?