this post was submitted on 14 Nov 2024
10 points (91.7% liked)

F-Droid

8620 readers
2 users here now

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

Website | GitLab | Mastodon

Matrix space | forum | IRC

founded 4 years ago
MODERATORS
 

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.

all 17 comments
sorted by: hot top controversial new old
[–] GrappleHat@lemmy.ml 4 points 3 months ago

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.

[–] possiblylinux127@lemmy.zip 3 points 3 months ago (1 children)
[–] DerpyT@lemmy.ml 0 points 3 months ago (2 children)

Don't you need to give Termux too many permissions (for obvious reasons and well justified sincd it's a terminal emulator)? That's the only thing keeping me away from Termux, I'm not very familiar with it and I don't feel comfortable going ahead onto an app like that since I'd use it exclusively for this purpose. Thanks for the suggestion though (I didn't know you could run vim/nano from there, interesting, by the way). For anyone reading this and don't think this way I do and want to give it a try, here are some Termux official webpages:

[–] Auster@thebrainbin.org 1 points 3 months ago

Afaik, Termux is an actual Linux system made for Android's file system and that runs inside an app, so it actually can do a whole lot more, provided there's a tool ported for what you want. It can even run some graphical distros.

[–] GravitySpoiled@lemmy.ml 1 points 3 months ago

Termux has no special rights

[–] iii@mander.xyz 3 points 3 months ago (1 children)

There's a couple in-browser ones, in case you don't find an app

[–] DerpyT@lemmy.ml 2 points 3 months ago (1 children)

Thanks, from LaTeX website, they inform of OverLeaf (not FOSS) more like freemium web app? It works nicely though, Papeeria - also same as OverLeaf in terms of FOSS, and CoCalc which I'm very unfamiliar with and it's different from the first two but also not FOSS webapp. I wish there were apps because I don't even know if there are self-hosteable TeX live equivalent so I could use it without relying on an online service

[–] underscores@lemmy.dbzer0.com 1 points 3 months ago (1 children)

The github page for overleaf seems to indicate the community edition is AGPL.

[–] DerpyT@lemmy.ml 2 points 3 months ago

Thanks, I didn't catch on that. I appreciate you informing it!

[–] SatoruToru@sh.itjust.works 2 points 3 months ago
[–] Tazerface@sh.itjust.works 1 points 3 months ago (1 children)

What do these apps do? The name doesn't sound familiar to me.

[–] DerpyT@lemmy.ml 1 points 3 months ago* (last edited 3 months ago)

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.

Source (tug.org)

More info on LaTeX

[–] GravitySpoiled@lemmy.ml 1 points 3 months ago (1 children)

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

[–] possiblylinux127@lemmy.zip 4 points 3 months ago (2 children)

Termux probably can run latex

[–] DerpyT@lemmy.ml 1 points 3 months ago

Apparently there's a guide on Termux's official wiki on how to download and use TeX Live from Termux, which is great for anyone already using Termux but I'd prefer not to since that would be the only reason for me to use it and give too many permissions for the app. Thanks for the suggestion though!

[–] GravitySpoiled@lemmy.ml 0 points 3 months ago

Sure but with typst there's no rason for me to use latex any more.