Fullframegraphics: easily make full frame graphics for Beamer slideshows #9983
pagiraud
started this conversation in
Show and Tell
Replies: 1 comment
-
Thanks a lot for sharing ! I'll add to our listing: https://quarto.org/docs/extensions/listing-filters.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Last weekend, I wrote a filter that makes it easy to produce full frame graphics for Beamer slideshows.
Usage is very simple :
will be rendered:
For years, I’ve relied on pure LaTeX Beamer to produce my slideshows. It has always been a perfect fit for me but for one aspect: it is not straightforward to make full frame graphics. A few years ago, I found a little piece of code by Ojdo that really did exactly what I wanted.
But now I write in .md and converts the document to Beamer. Of course, you can directly insert LaTeX code in a markdown document, but I wanted to use pure markdown syntax with a Lua filter to:
I know I will use this filter all the time, but I’m not sure if there are still a lot of Beamer output users nowadays. I hope this filter can be useful for others than me.
All kinds of feedbacks are of course welcome!
Beta Was this translation helpful? Give feedback.
All reactions