Rendering mathematical formulas on an iDevice(在 iDevice 上渲染数学公式)
问题描述
iOS 下是否支持渲染/显示数学公式?我假设操作系统本身没有内置任何内容,因此优先考虑一种像啤酒一样免费且不会导致我的应用被拒绝的解决方案.
Is there any support for rendering/displaying mathematical formulas under iOS? I'm assuming there's nothing built-in to the OS itself, so a solution that is free-as-in-beer and won't cause my app to get rejected are priorities.
有人知道这样的图书馆吗?
Is anyone aware of such a library?
推荐答案
我曾经对一个项目有类似的需求,我打算使用 Texify 使用 UIWebVIew
在应用内渲染方程式或离线预渲染论坛,然后在应用中包含渲染(作为静态图像).我最终都没有做,因为需求发生了变化.
I had a similar requirement for a project at one point, and I was planning on using Texify to either render equations in-app using a UIWebVIew
or pre-render forumulae offline and then include the renderings (as static images) in the app. I ended up doing neither because the requirement changed.
这篇关于在 iDevice 上渲染数学公式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 iDevice 上渲染数学公式


- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01