this post was submitted on 25 Jun 2026
631 points (99.5% liked)
Technology
85720 readers
4283 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
You know, if we were taught to use something like LaTeX, this wouldn't be an issue because of BEAMER
That wouldn't fix the issue though. The problem seems to be that most people only put out a PDF file when sharing slides, and never end up sharing the source file (the
.pptxor.texfile).This is likely because PDF became the "file that everyone can open", just in their web browser. It's the next best thing to a web page for non-techie consumption. Yes, there's no reason people can't open pptx in most cases, but I bet various endpoint protection and just not understanding how to even pick the right program to open the file steps in.
The stuff just like Firefox automatically downloading files but opening pdf by default is small but can make all the difference.
I'll take typst any day over latex lol
Me reading the intro in their docs:
"Ok so this is just like Typora"
"But it uses weird symbols for everything"
"Oh wait, now they're referencing a figure…"
"Holy shit it can make a bibliography"
This is a pretty awesome tool at first glance. I'll have to check it out further.
Excuse me, what is a Typora?
LaTeX is not worth learning. Learn enough to insert the math, then use any other program.
Ew no way. Best way to make document structure portable, or to move prose or visuals between contexts. It's also exceptional if you want to automatically generate documentation with code or services that generate graphics.
ALSO you can version control it with git which is a good enough reason in and of itself unless you can use markdown for your purposes instead.