Math rendering library for iPhone OS

2020-02-14 10:29发布

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 that iPhone OS can display. If the lib were licensed under BSD (or similar), that would be perfect.

1条回答
做个烂人
2楼-- · 2020-02-14 11:28

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.

查看更多
登录 后发表回答