this post was submitted on 25 Jun 2026
794 points (99.3% liked)
Technology
87598 readers
4071 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm a neovim guy myself, so mostly I'm in markdown. Most of the latex stuff is for document production and it's easy as keeping a skeleton file with the includes set up on a letter heading. If I have something that NEEDS to be printed and markdown wont do it, I'm definitely using latex not libre. I'm not sure I can even use any kind of writing tool without vim bindings anymore anyway.
I would have to agree with dream_weasel. It's all about portability. Though, I would like to add on accurate reproducibility. LibreOffice's font rendering differs from system to system. A typesetting system like roff, TeX, and Typst aims to be reproducible, with TeX being the most as it uses packages and its own font format for rendering. The same argument can be made with MIDI vs Module. While MIDI can be used everywhere, all it is is just note data and metrics. Modules contain all of that plus the sample data, allowing for near perfect reproduction.