sdiehl / write-you-a-haskell

Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)
MIT License
3.34k stars 256 forks source link

Error in Latex rendering #57

Closed Gabriella439 closed 9 years ago

Gabriella439 commented 9 years ago

I get [Math Processing Error] everywhere there is supposed to be (I guess) LaTeX. It looks like this:

screen shot 2015-02-28 at 9 46 00 am

I'm not sure if this is an issue with my browser (Firefox on OS X) or something else

sdiehl commented 9 years ago

It loads MathJax from CDN: http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML

If that URL isn't working then all math will not render. At least one other person had this issue and it was caused by an overzealous corporate firewall.

sdiehl commented 9 years ago

Does the MathJax example work: http://cdn.mathjax.org/mathjax/latest/test/sample-tex.html ?

Gabriella439 commented 9 years ago

That MathJax example worked for me

sdiehl commented 9 years ago

I don't know how to reproduce the problem. The Mathjax seemingly works for everyone else, so maybe there's something different about your browser or ad-blocking software. Can paste the Javascript error log here, but if there is a MathJax + Firefox bug it's probably best to report it upstream because I wouldn't know how to interpret it.

https://github.com/mathjax/mathjax

Gabriella439 commented 9 years ago

Alright, then you can close this issue. It's almost certainly an issue with my setup as other computers of mine can view the math just fine