Replies: 3 comments 7 replies
-
There are various filter as you found or https://stackoverflow.com/questions/16173081/is-there-an-option-to-control-output-page-orientation-using-knitr-pander-pand#16236268. Usually working with Word is not easy from the command line. I don't know enough OpenXML and the reference dock file structure to make the change. |
Beta Was this translation helpful? Give feedback.
-
Here is an extension that unifies landscape orientation between docx, pdf and typst. It’s not well tested, but has worked for me: https://github.com/edvinsyk/quarto-landscape |
Beta Was this translation helpful? Give feedback.
-
I just installed the quarto pre-release 1.6.23 and landscape come out-of-the-box, see: #10581, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to convert
qmd
todocx
with headers and footers. Hence, I am usingreference-doc
. However, I need couple of intermediate pages with landscape orientation.I came across a filter but this filter does not include header and footer on the landscape pages.
The ooxml provides a means to add header and footer but it needs an Id.
Is there a way to include header and footer on the landscape page or know the Id in the filter?
Beta Was this translation helpful? Give feedback.
All reactions