Render beamer presentation without "incremental" slides #5473
-
In my beamer presentations, I'll use
which creates two slides. However, is it possible to set a global option that renders all the slides without this incremental feature? For example, I want one version with incremental slides when I'm presenting, but not when I'm printing them. I suppose I could delete all the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
See https://quarto.org/docs/presentations/beamer.html#incremental-lists. You might also be interested in https://quarto.org/docs/authoring/conditional.html and https://quarto.org/docs/projects/profiles.html. |
Beta Was this translation helpful? Give feedback.
-
Using a Lua filter would allow you to quickly remove all the |
Beta Was this translation helpful? Give feedback.
-
Hi there, I wrote a simple Lua filter to solve this, as suggested by @cderv. Note I've only tested it with beamer, but should also work with revealjs |
Beta Was this translation helpful? Give feedback.
Hi there,
I wrote a simple Lua filter to solve this, as suggested by @cderv. Note I've only tested it with beamer, but should also work with revealjs