-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latex math? #155
Comments
Sounds good. I've used MathJAX on my blog before, it's pretty simple. Another option might be to render the images on the server and cache them. |
My initial reaction is that I'd rather use MathJax than render images on the server, as more things will be able to understand text and/or the output of MathJax than will be able to understand images (ie, from an accessibility perspective). The only thing that bothers me about MathJax is that it looks over the whole page for pairs of $, which seems wasteful (why not something like |
You can call MathJax yourself, and have it run on only the things you want it to run on. An example is in an old version of my computer algebra system:
|
There seems to be a new player in the game that is a lot faster than MathJax: https://khan.github.io/KaTeX/ |
It might be nice to have the ability to put math equations into documentation, probably via latex. I don't really like the way MathJax works but AFAIK there aren't any other good options :(
One example where this might be useful: http://pursuit.purescript.org/packages/purescript-isomorphisms/0.1.0/docs/Data.Iso
The text was updated successfully, but these errors were encountered: