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:
189answers:
9The 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/
Check out MathOverflow, which uses jsMath. Looks pretty good, but can take a few seconds to render everything.
MathML should be the standard way to do this, but it's not supported by all browsers. The newest Google Chart Tools have support for mathematical (TEX) formulas.
You may also check [MathJax][1]
[1]: http://www.mathjax.org/ which supports rendering both LaTex and MathML.
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.