this post was submitted on 18 Mar 2026
149 points (96.9% liked)
Open Source
45751 readers
287 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
In my case Tectonic (XeLaTeX with a few quirks, but error messages are actually readable) and Typst are both goto options when I want to write a document.
LaTeX is older and has currently more features. I would generally recommend it for writing serious articles and documents that need
hyperrefhighlights for instance.Typst still has a lot to catch up when you compare it to LaTeX, but I really like the overall document structure (except the table syntax, but I've seen worse) and design choices. In my opiniton, Typst has frendlier tools that just work (Neovim integration is amazing once you figure out the LSP and Tinymist).
Syntactically Typst allows faster typing, so you may use it to write notes directly during lectures.
Math parsing is a bit different, but also tends to be easier to write.
I also like that Typst works with different "elements" than LaTeX. It kinda fells more like HTML and CSS merged into one in terms of control and workflow.