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


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. 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
[–] jcorvera@quokk.au 11 points 15 hours ago (3 children)

You know, if we were taught to use something like LaTeX, this wouldn't be an issue because of BEAMER

[–] yetAnotherUser@lemmy.ca 6 points 14 hours ago (1 children)

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 .pptx or .tex file).

[–] jmp242@sopuli.xyz 5 points 13 hours ago (1 children)

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.

[–] Einskjaldi@lemmy.world 1 points 6 hours ago

The stuff just like Firefox automatically downloading files but opening pdf by default is small but can make all the difference.

[–] mlg@lemmy.world 5 points 15 hours ago* (last edited 15 hours ago) (1 children)

I'll take typst any day over latex lol

[–] bitjunkie@lemmy.world 4 points 13 hours ago (1 children)

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.

[–] yetAnotherUser@lemmy.ca 1 points 9 hours ago

Excuse me, what is a Typora?

[–] tristynalxander@mander.xyz 0 points 9 hours ago (1 children)

LaTeX is not worth learning. Learn enough to insert the math, then use any other program.

[–] dream_weasel@sh.itjust.works 2 points 7 hours ago

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.