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 的数学渲染库
基础教程推荐
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
