Math rendering library for iPhone OS(iPhone OS 的数学渲染库)
问题描述
是否有一个库可以渲染可在 iPhone OS 中使用的数学方程?
Is there a library to render mathematical equations that can be used in iPhone OS?
我会很高兴有一个库可以将 MathML 或 LaTeX 呈现为 iPhone OS 可以显示的格式.如果该库是在 BSD(或类似)下获得许可的,那将是完美的.
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.
推荐答案
回答我自己:目前(2011 年 6 月)没有这样的库.(我最终自己破解了一些东西.)
To answer myself: there is currently (June 2011) no such library. (I ended up hacking something myself.)
如果您已准备好使用 WebKit,您可以希望得到适当的 MathML 支持,然后您可以将其与 UIWebView
一起使用.
If you're ready to use WebKit, you can hope for proper MathML support which you can then use with a UIWebView
.
MathML 显然包含在桌面版 Safari 5.1 中,希望这意味着它也将包含在 iOS 5 的 Mobile Safari 中.
MathML is apparently included in desktop Safari 5.1, which hopefully means that it will also be in iOS 5's Mobile Safari.
这篇关于iPhone OS 的数学渲染库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:iPhone OS 的数学渲染库
基础教程推荐
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01