Replies: 3 comments 1 reply
-
Thanks for the feedback -- we don't currently have a way to include full docx fragments but this is something we could definitely implement in the future. It is technically possible to inject openxml formatting by writing Lua filters w/ Pandoc raw inlines/blocks, but this very advanced so not something we recommend unless you already have experience w/ Lua and openxml. For example, here we inject some openxml at the beginning of a paragraph to set the alignment and padding of an image caption: https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/filters/layout/docx.lua#L27-L29 |
Beta Was this translation helpful? Give feedback.
-
Let me know if it'll be part in a next update. Also i have some ideas that could make better the MS Word export:
I believe some r packages that have tried to achieve what i have said are: officer, officedown, thesisdown I hope this is a useful feedback, |
Beta Was this translation helpful? Give feedback.
-
@aito123 These are great ideas! Thank you. When we return to making improvements in docx in a few months we will definitely take a close look at doing all of these things! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using quarto to write my thesis and it's important to have a specific cover with images, also in the next page I need to insert an abstract with a smaller font than the general text. So my questions are:
For example, in the r packages
officedown
&officer
of David Gohel, it was possible to insert a Word Document in the render of the document, so if i already have a Word Document, i can join the pages in the beginning. Also it's possible to modify the text color and size of a word or sentence. Maybe quarto could bring some functionalities of this amazing package.Thanks for listening,
Regards
Beta Was this translation helpful? Give feedback.
All reactions