Replies: 1 comment
-
Note that Word and PowerPoint documents are the least supported formats in Pandoc (thus also in Quarto) mostly because of the use of two different OpenXML structure. Here, you can put your content in an external "hidden" (filename prefixed with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I would like to render a Markdown file both to PPTX slides and to a DOCX document.
However, I cannot find a way to force the use of multiple columns that works in both document formats.
If I run
quarto render .\test.qmd
on below fileI get the Word document on the left and the Powerpoint document on the right:
Word seems to only understand the
{layout-ncol=2}
while Powerpoint only gets the{{.columns}}
command. The latter also generates this warning when being generated by quartoHow can I create a single document element that is rendered with two columns in both Word and Powerpoint?
I am on Windows 11 23H2 with quarto 1.5.57.
Beta Was this translation helpful? Give feedback.
All reactions