-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images in page headers of reference docx #67
Comments
Yes, users did want to be able to define page width, height, margins etc. I added this feature but forgot to preserve header/footer. I will fix |
Thanks. And thank you again for the officeverse. It's really useful. |
It's fixed now. Thank you for letting me know about this problem. |
That's great, David. Thanks to you for your work. I0m assuming it's on the github version, not CRAN yet, right? |
Yes, it's only on github for now |
I'm trying to knit a markdown with
officedown::rdocx_document
using a reference docx with an image in the page header. When knitting the markdown with regularword_document
the header image is there, but when I useofficedown::rdocx_document
the header image is ignored. Is this normal? Doesofficedown::rdocx_document
support images in the headers of reference docx's? Is there another way to add images in the page headers from the Rmd itself?Here as example with the reference docx attached:
reference.docx
The text was updated successfully, but these errors were encountered: