I have used reveal.js and presenterm for simple work presentations and I enjoyed working with both. You’ll get a lot more flexibility and features from reveal, but presenterm is neat for certain kinds of presentations too.
Open Source
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.
https://www.onlyoffice.com/ may be an option. They have hosted plans but you can just use the office suite with local files for free if you don't need a yof the hosted offerings features
It's this or Google or Microsoft if you want something PowerPoint-like.
Many recommend to 'pick a javascript framework', which just like LaTeX Beamer sounds good if you do your own thing, but not ideal if people expect PowerPoint. Building slides through code is fundamentally different from drag-on-dropping images.
Pick Google or Microsoft or OnlyOffice and use their web version. This keeps your laptop free of non-free software while using the same tools everyone else has.
Marp works well if you like Markdown. I cannot, however, speak to things such as transitions (though marp exports to a nice HTML file which includes a PowerPoint-like interface, so I’d imagine it’s possible).
Pandoc with reveal.js is nice. I also use an asciidoc template with asciidoctor-pdf, but it's a pdf output so no fancy animations or transitions.
I have a couple write ups about them:
Personally, I'd just use one of the many good markdown / JS presentation frameworks (reveal.js et. al.) out there, a local HTTP server and a browser.
LaTeX with Beamer for slides, and show the resulting PDF on any computer you want
Typst. Quarto. Xaringan. There's lots of good tools.