Replies: 3 comments 3 replies
-
See https://quarto.org/docs/presentations/revealjs/#output-location/ |
Beta Was this translation helpful? Give feedback.
-
Thanks. Alas, this is for beamer. Is there an equivalent there? I tried just putting
And no luck |
Beta Was this translation helpful? Give feedback.
-
Sorry about that. The full code which compiles. My current workaround:
The revealjs with
BUt it is revealjs specific. Ignored if you swap that to beamer I tried various permutaitons on the
Don't work. You need the manual Not sure if there are any other possible hacks I am missing? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am generating a set of beamer slides - with an accompanying jupyter notebook with a fair amount of code examples of plotting. Right now my pattern is the I am doing something like the following:
Is there a better way to do this that copy/pasting all of the code into two separate blocks? It is fine to me if the output always has the slide name from the previous section.... or even had no title as a worst case.
Beta Was this translation helpful? Give feedback.
All reactions