I wonder if there is a framework or something else to display Math formula on a web page. Other than using images of those formulas...
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
-
Why does the box-shadow property not apply to a
There is MathML, which some of the newer browsers support. But as a fallback, you will need to use images.
MathJax is the new version of jsMath. You might want to also check out jqmath at http://mathscribe.com/author/jqmath.html. I wrote it to be simple, small and fast.
The portable way is to use images.
MathML really isn't widely adopted.
You can do it with CSS, but again its very different to look right across a wide range of browsers
Here is excellent advice: http://www.cs.tut.fi/~jkorpela/math/
I found this https://github.com/mathjax/mathjax very useful. It supports:
What about jsMath, as used by MathOverflow?
Check out this review of all of the options for web math display.
MathJax is the best option, but it's still in beta. As far as I can tell though, it's the only solution still under development and it should reach 1.0 soon.