Replies: 2 comments 3 replies
-
Thanks @aldotapia , I would have the same question - even just setting the font size manually on a specific slide in Quarto for pptx would be helpful as a first workaround |
Beta Was this translation helpful? Give feedback.
-
Powerpoint styling is possible in the limitation of what is possible in Pandoc. We mentions the template feature in https://quarto.org/docs/presentations/powerpoint.html#powerpoint-templates which is directly based on Pandoc supports: https://pandoc.org/MANUAL.html#option--reference-doc Though it remains quite limited because Custom Styles is not supported by Pandoc
CSS won't work with PPTX. And So currently Powerpoint features is limited by Pandoc capabilities. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm rendering a pptx presentation and the text isn't compressing in text blocks. In my template I have
shrink text on overflow
activated. Also, I'm using a CSS style for reducing the font size and it isn't working (font-size: 0.5em;
)I'm using RStudio 2022.02.3 for rendering the presentation.
Any hint about this?

Beta Was this translation helpful? Give feedback.
All reactions