-
DescriptionAs a Linux user I usually use LibreOffice whenever required by any reason to provide an MS Office document. In this particular case I am required to use powerpoint, with a specific format, for a presentation. I wrote the presentation in quarto and generated a powerpoint from it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Pandoc (thus Quarto) relies on a very specific PowerPoint template file which uses specific OpenXML. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer, I guess I was expecting this, but just asked in case there was a workaround. |
Beta Was this translation helpful? Give feedback.
Pandoc (thus Quarto) relies on a very specific PowerPoint template file which uses specific OpenXML.
If your tool does not modify properly the OpenXML for it to still be like the original, then there is nothing that can be done.
PowerPoint templating is limited to what is already inside the template. You cannot add other arbitrary slide structure, etc.