Best way to do multiple logos in a RevealJS slide deck? #7668
-
DescriptionI've had no issues setting up a single logo for slide decks, but I'm working on a presentation now for AGU where I really should have around 5 logos on each slide to recognize funding sources. I can do this with HTML tags in the footer, or I could make one combined image for all the logos. Are there better ways to go about this? Could Quarto one day accept an array of logos in config? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
It is really up to you. The "better way" is the way that works for you.
I would say unlikely because that's not the purpose of |
Beta Was this translation helpful? Give feedback.
Look at the extension part of the documentation (and/or https://github.com/mcanouil/awesome-quarto#presentations), you'll see several revealjs template you can get inspiration from.
Then you try to make your own, which could be exactly how you need it to be.