Question

Is there an easy way to display math in the Safari web browser? My main target is the iPhone safari.

Was it helpful?

Solution

According to this blog the webkit renders MathML combined with a certain stylesheet and xslt.

OTHER TIPS

Wikipedia's (mediawiki's) math rendering engine outputs simple HTML for simple math and PNGs when the math becomes more complex. The math itself is written using LaTeX, more on that here.

They apparently use texvc to render the math as PNG or HTML.

I'd check out MathML. A quick google search found this helpful page.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top