Are there any? I could find proprietary apps doing it from Google’s PlayStore but I really rather use a FOSS alternative if there are any. I tried searching on F-Droid and I couldn’t find any.
Joplin is FOSS & supports live LaTeX. The editor is markdown & you use
for inline LaTeX &
$$
for full line.They’ve got both desktop & mobile versions. One of my favorite apps.
I can’t help you, but I am curious about your use case. I would hate to write a LaTeX document on my phone :p
Just in case you are not aware of typst, there’s a modern version of latex called typst. It may not yet have all features but if you can live with >90%, I’d switch immediately
Edit: termux can run typst
Wow, I’ve never heard of it but it looks interestig thanks! For anyone reading this, here’s some links:
Apparently I also found someone made a mobile app editor for Typst, but it’s in another app store called Accrescent (I don’t know if it’s safe? I will do some searches on it to get to know about) The project BeauTyXT official website, GitHub Repository (.apk available on Releases page)
Thanks I didn’t know about the app!
Accrescent is alright. Fdroid with reproducible builds is the best of course
What do these apps do? The name doesn’t sound familiar to me.
TeX is a typesetting language. Instead of visually formatting your text, you enter your manuscript text intertwined with TeX commands in a plain text file. You then run TeX to produce formatted output, such as a PDF file. Thus, in contrast to standard word processors, your document is a separate file that does not pretend to be a representation of the final typeset output, and so can be easily edited and manipulated.
More info on LaTeX
deleted by creator