如何在 Android 中渲染数学方程
我们使用 MathJAX 在浏览器上渲染通过 Latex 表达的方程。如果你需要表达所有数学方程(例如分数、代数方程、微积分、微分方程、三角函数),你如何在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)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有 jlatexmath 或 jeuclid 但我不知道它是否适用于 android
你也可以渲染一个 html 页面将其保存到 sdcard,然后使用 webview 显示它
there is jlatexmath or jeuclid but i dont know if it works with android
you can also render a html page save it to the sdcard and then show it using the webview
正如评论者已经说过的,您可以使用 MathJax。 mathjax.org 上列出了一个开源示例 Android 应用程序 。有关相关讨论,请参阅MathJax 用户组< /a>.
如果您需要构建更复杂的编辑器,那么基于 MathJax 构建的编辑器数量正在不断增加。
[免责声明:我是 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.
If you need to build a more complex editor, there are a growing number of those built on/with MathJax.
[disclaimer: I'm part of MathJax but not affiliated with any of the above.]