7

Is there a Latex app for Android? I know that I can use Overleaf, but are there any others?

I have found VerbTex, is that useful?

5 Answers5

6

I never tried, but it seems that Termux let you install a TeXLive: https://wiki.termux.com/wiki/TeX_Live.

I use Termux for editing files and preparing little python program (Python3 works like a charm), so I suppose it will work. Now, I never tried to fire up a graphical --- meaning X --- connection.

Rmano
  • 40,848
  • 3
  • 64
  • 125
  • Texlive in Termux works great. It is best (on a phone) to avoid a full Texlive install!

    I'm not going to go into details of installing texlive but here are some hints for steps to install using the actual texlive installer (so you can select what schemes and packages you want). Do the following in order:

    1. pkg install unstable-repo
    2. pkg install texlive-installer
    3. termux-install-tl

    Then add bin/texlive to path

    – Aubrey Blumsohn Sep 30 '21 at 18:57
3

You can try:

  1. Of course VerbTeX (Free)
  2. Tex Writer-Latex On the Go (not Free)
  3. MaTeX-Markdown to LaTex Text Editor (Free)
  4. Not sure but Hemibit TeX/LaTeX Writer (not Free)
  5. Not sure but TexPortal (not Free)
Megamind
  • 45
  • 7
WinnieNotThePooh
  • 3,008
  • 1
  • 7
  • 14
2

SNIP allows you to transform a written math formula into latex code. It Works very well.

https://play.google.com/store/apps/details?id=com.mathpix.snip&hl=pt_BR&gl=US

https://mathpix.com/

CrocoDuck
  • 3,875
2

Maybe you could package it into a native app with WebAssembly?

I saw this: https://github.com/SwiftLaTeX/SwiftLaTeX

Integrate a PDF reader and you're good to go ;)

PS: If you want to actually build this project feel free to PM me and we can start collab on GitHub (Apache-2.0 OR MIT) is my preference.

0

You can try proot-distro with Termux. With this, you can install a chroot-based Linux distribution. So you can install the texlive (full or other schemes). For the editor, I highly recommend code-server (vscode's web version), it can be installed on proot-distro.

dhem
  • 1
  • Welcome. // I think it‘s a way to do it. However, it will probably not feel like having an App doing Latex, at least not right-away. – MS-SPO Jul 09 '22 at 04:31