140
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 18 Mar 2026
140 points (96.7% liked)
Open Source
45525 readers
590 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 6 years ago
MODERATORS
I've used Typst a good bit for both fully private stuff and for uni shenanigans and can say that it has fully replaced Latex for me (when I have a choice, I have managed to convince a few others too). The main thing that won me over was the compilation speed, but the more I've used it the more natural it feels compared to Latex. It's modern by default (you can really just use it with no preamble and it's sane enough), and the ability to write a mostly normal programming language is just amazing. I've produced plenty of simple plots fully within Typst for example, and things like
show-rules are genuine innovation. It's of course not perfect, but at this point a good number of these are just additional packages that could be written.I've written my bachelors thesis with it.
You won't get any official pre made templates for your thesis (yet) and if you require some obscure notation you probably won't find a ready made package for it.
For my purposes I only needed some pictures and code blocks which works perfectly fine.
Also typst's
showrules are awesome.