tags:

views:

189

answers:

9

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...

+1  A: 

There is MathML, which some of the newer browsers support. But as a fallback, you will need to use images.

Oded
+3  A: 

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/

Will
A: 

Take a look at MathML, which has both presentation and content flavors.

mtrw
A: 

There's MathML: http://en.wikipedia.org/wiki/MathML

datageist
+5  A: 

Check out MathOverflow, which uses jsMath. Looks pretty good, but can take a few seconds to render everything.

Graham Clark
+1  A: 

What about jsMath, as used by MathOverflow?

Andrew McGregor
A: 

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.

Jala
+4  A: 

You may also check [MathJax][1]

[1]: http://www.mathjax.org/ which supports rendering both LaTex and MathML.

George
Thank you so much for this. I was sitting here irritatedly thinking "there is no way I need the 1.3Gb LaTeX package just to get some formulas to look right" glad I kept looking.
Joshua Cheek
+2  A: 

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.

Casey Stark