Replies: 2 comments 1 reply
-
For PowerPoint with Quarto, this is only supported through Pandoc's own support. If you can fit your presentation into this constraint, then you can use Quarto to produce this presentation directly specifying the Otherwise, Quarto alone won't be enough. I know some workflow could be done by
For example, in R ecosystem, officer package is one option. https://ardata-fr.github.io/officeverse/officer-for-powerpoint.html Another option that Quarto / Pandoc offers is tweaking processing in Lua filters However, this would require producing raw openxml for PowerPoint for advanced customisation, and the documentation about the openxml spec is rather sparse. Hope it helps understand current context. |
Beta Was this translation helpful? Give feedback.
-
I honestly made some progresses on the topic. However, I am stuck at setting a default table style. Apparently this is a problem on powerpoint side. Powerpoint doesn't allow to create table custom style. This is insane. It completely kills any attempts at setting a nice template in a professional context.... There seems to be additional solutions (post processing the ppt, using some macro ...), but nothing as easy as setting a default custom style. ... Meanwhile the whole Microsoft Company seems busy pushing counterproductive AIs and hiking their price. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have started trying to customise a ppt template to produce professional grade presentation. So far I manage to change some stuff, but there seems to be quite some undocumented things (eg. main pages / sections works as expected, but other stuff - author - dates - sub titles - footers - format sometimes present unexpected behaviours). Are there some more advanced exemple of notebook to ppt generation ?
Best,
Lucas
Beta Was this translation helpful? Give feedback.
All reactions