Is there a library to render mathematical equations that can be used in iPhone OS?
I would be very happy with a library that renders MathML or LaTeX to a format tha
To answer myself: there is currently (June 2011) no such library. (I ended up hacking something myself.)
If you're ready to use WebKit, you can hope for proper MathML support which you can then use with a UIWebView
.
MathML is apparently included in desktop Safari 5.1, which hopefully means that it will also be in iOS 5's Mobile Safari.