如何在 Android 中渲染数学方程

发布于 2024-12-03 14:01:47 字数 101 浏览 2 评论 0原文

我们使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

久隐师 2024-12-10 14:01:47

有 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

浮生面具三千个 2024-12-10 14:01:47

正如评论者已经说过的,您可以使用 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.]

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文