I think it's also important to mention Typst here (https://typst.app/) even tho it's not directly related to the question. Typst is basically much faster LaTeX alternative with reasonable syntax. For example, take a look at this theme: https://typst.app/universe/package/calmly-touying
Asklemmy
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
I'm a biologist/bioinformatician—a lot of my presentations require some schematic representation of the analysis or pipeline.
I tend to build simple pipelines with PowerPoint and add animations (makes it easier for me to talk through step by step). If it's complex, I build parts in some other thing (R, illustrator/Photoshop), and animate the PDF/PNG in.
Equations I try to avoid because most of my audience tends to gloss over them. On the occasion that I'm talking to more computational folks, I'll build the equation elsewhere, export it as an image, and animate it in with annotations.
Again, I'm a biologist and present mostly to biologists, so some of this may seem stupid or nonsensical to folks in other fields.
I use LaTeX Beamer together with draw.io and mermaid diagrams. I don't really like Tikz and never got used to it. However, it sounds like for you, this might be a helpful question (with answers): https://tex.stackexchange.com/questions/498814/whats-the-best-and-quickest-way-to-insert-latex-equations-into-powerpoint
I tend to do the inverse of the two-step process you mention. Make the diagrams in Libreoffice Draw, export as .pdf, then use \includegraphics{} in Beamer.
I use sent from suckless. To include equations, just include them as a picture.