问题描述
是否有可用于Android手机的数学或LaTeX引擎?烧录卡软件,我最喜欢的(AnyMemo)似乎并不能够方程融入卡片除了作为图形,需要对用户的一部分,更多的工作,而且我认为第三方数学排版将是一个可能性。
Are there math or LaTeX engines available for the Android phone? The flashcard app I like best (AnyMemo) doesn't seem to be able to integrate equations into the flashcards except as graphics, requiring a lot more work on the user's part, and I thought a third-party math typesetter would be a possibility.
(编辑2011.04.24)更多细节:从别的地方,我已经收到了以下言论上的一些可用的选项:
(Edit 2011.04.24) More detail: From elsewhere, I've received the following remarks on some of the available options:
- JScience:只有一个解析器。这不是产生图像非常有用。
- jsmath:不会在Android浏览器中正确显示
- JEuclid:取决于AWT其Android不具备
- JMathTex:取决于摇摆,而Android不具备 。
- snuggletex:取决于JEuclid(见上文)
也许S.O.读者可以想到另一种方式?
Perhaps the S.O. readership can think of another way?
推荐答案
建立在jsMath, MathJax 是一个美好的浏览器渲染引擎为乳胶,MathML和AsciiMath,这在原生的Android浏览器为Android正常工作,以及在Firefox浏览器。不幸的是,虽然,没有这些技术(可能除了AsciiMath)完全此时支承。例如,只有支持某些的乳胶的命令。你也可以阅读 MathML支持中的文档和的。
Built on jsMath, MathJax is a wonderful browser rendering engine for LaTeX, MathML and AsciiMath, which works fine in the native Android Browser, and also in Firefox for Android. Unfortunately, though, none of these technologies (except maybe AsciiMath) is fully supported at this time. For example, only certain LaTeX commands are supported. You can also read the documentation on MathML support and AsciiMath support.
如果您习惯使用命令行,你也可以尝试
If you're comfortable with the command line, you can also try
- TEX Live的针对Android ,尽管已经报道不与某些设备配合使用。
- 的texlive-的Android ,另一个正在进行的工作努力港口完成TEX Live的到Android。从文档:
- TeX Live for Android, although it has been reported to not work with some devices.
- TeXLive-Android, another work in progress effort to port the complete TeX Live to Android. From the documentation:
我们需要禁用引擎/工具,它依赖于ICU即进行单code处理,具体为:bibtexu,LuaTEX等程序,经XeTEX(这也需要CLISP),dvipdfm包含,MTX(MusicTeX),PMX(preprocessor为MusicTeX),dvisvgm(有动态链接更多的问题)
因此,有替代品和任何事物都有其跌宕起伏。我只希望谷歌Android的转换,以一个完整的Unix系统,它会让事情变得更容易为大家。
So, there are alternatives and everything has its ups and downs. I just hope Google converts Android to a full Unix system, it'll make things much easier for everyone.
这篇关于数学或LaTeX引擎的Droid手机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!