如何在 Android 中渲染数学方程

How to render mathematical equations in Android(如何在 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 中渲染数学方程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)