适用于 Droid 手机的数学或 LaTeX 引擎

math or LaTeX engine for Droid phones(适用于 Droid 手机的数学或 LaTeX 引擎)
本文介绍了适用于 Droid 手机的数学或 LaTeX 引擎的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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.


(Edit 2011.04.24) More detail: From elsewhere, I've received the following remarks on some of the available options:

  • JScience: Only a parser. It is not useful for generating images.
  • jsmath: Does not display correctly in the Android browser.
  • JEuclid: Depends on AWT which Android does not have.
  • JMathTex: Depends on Swing, which Android does not have.
  • snuggletex: Depends on JEuclid (see above).

Perhaps the S.O. readership can think of another way?

解决方案

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 for Android, although it has been reported to not work with some devices.
  • TeXPortal, another work in progress effort to port the complete TeX Live to Android.

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.

这篇关于适用于 Droid 手机的数学或 LaTeX 引擎的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

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

相关文档推荐

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)