Replies: 1 comment 2 replies
-
Have you looked into powerpoint templates at all? I think that's the canonical way to do this: https://quarto.org/docs/presentations/powerpoint.html#powerpoint-templates But since this is just for a specific slide, you could also try: ::: {style="font-size: 70%;"}
## Specific Slide title
::: Does that work? |
Beta Was this translation helpful? Give feedback.
2 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.
-
Is there a way similar to reveal {.smaller} in pptx formats to control the font size on a specific slide in quarto?
I have text that is overflowing the templated box and I want to programmatically make the font smaller in order to get the text to fit properly.
Beta Was this translation helpful? Give feedback.
All reactions