How to render mathematical equations in Android(如何在 Android 中渲染数学方程)
问题描述
我们使用 MathJAX 在浏览器上渲染通过乳胶表达的方程.如果你需要表达所有的数学方程(例如分数、代数方程、微积分、微分方程、三角函数),你如何在 Android 平台上做类似的事情
We use MathJAX to render equations expressed via latex on the browsers. How do you do something similar on the Android platform, if you need to express all mathematical equations (e.g. fractions, algebraic equations, calculus, differential equations, trigonometry)
推荐答案
正如评论者已经说过的,您可以使用 MathJax.在 mathjax.org 上有一个开源示例 android 应用程序.有关它的讨论,请参阅 MathJax 用户组.
As a commenter already said, you can use MathJax. There's an open source example android app listed on mathjax.org. For a discussion about it, see the MathJax User Group.
如果您需要构建一个更复杂的编辑器,有越来越多的基于/使用 MathJax 构建的编辑器.
If you need to build a more complex editor, there are a growing number of those built on/with MathJax.
- MathEditor(开源)
- wysiwhat(开源,基于 Aloha,不完全是所见即所得)
- mathicando,一个商业的
- MathEditor (open source)
- wysiwhat (open source, Aloha-based, not quite wysiwyg)
- mathicando, a commmercial one
[免责声明:我是 MathJax 的一员,但不隶属于上述任何机构.]
[disclaimer: I'm part of MathJax but not affiliated with any of the above.]
这篇关于如何在 Android 中渲染数学方程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Android 中渲染数学方程
基础教程推荐
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01