适用于 iPhone 操作系统的数学渲染库
有没有可以在 iPhone OS 中使用的渲染数学方程的库?
如果有一个库能够将 MathML 或 LaTeX 呈现为 iPhone 操作系统可以显示的格式,我会非常高兴。 如果该库在 BSD(或类似)下获得许可,那就完美了。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
回答我自己:目前(2011 年 6 月)没有这样的库。 (我最终自己破解了一些东西。)
如果您准备好使用 WebKit,您可以希望获得适当的 MathML 支持,然后您可以将其与
UIWebView
一起使用。MathML 显然已包含在桌面版 Safari 5.1 中,这有望意味着它也将包含在 iOS 5 的移动版 Safari 中。
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.