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 上渲染数学公式
基础教程推荐
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01