vote up 0 vote down star

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

flag

80% accept rate
I suppose you can just print 1 + 2 = 3 directly. :-p – ceejayoz Nov 7 at 2:07

3 Answers

vote up 2 vote down check

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

link|flag
So hopefully this means that Safari on Macs also support MathML. That will make my life easier for one project. – James Black Nov 7 at 2:00
@James The webkit doesn't support MathML. CSS is used to render it using images as far as i'm aware. – dsclose Nov 7 at 3:45
vote up 0 vote down

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

link|flag
vote up 1 vote down

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.

link|flag
+1 - A more reliable and (I suspect) more browser compatible way than my suggestion. – dsclose Nov 10 at 14:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.