Quarto book generates docx, header, and footer issues #9372
Replies: 2 comments 2 replies
-
First, |
Beta Was this translation helpful? Give feedback.
-
@chuxinyuan I am struggling with the same issue. Have you found a working solution for having alternating text on left & write in header/footer of odd and even pages? I have not been able to achieve it with custom-reference.docx. Any help is appreciated! |
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.
-
Description
I want to finish my thesis through Quarto, but I do not know how to set the header and footer. The following is the format requirements of the school.
Headers start in the chapter after the summary, and odd and even pages have different headers.
Page numbers are numbered from the chapter following the summary and are displayed in the center of the footer.
Take Quarto book, which comes with RStudio
First, I added '\newpage' at the end of each chapter. I need to set the header and page number starting from the Introduction chapter.
Second, yaml file added docx format
At present, my book generates both html and docx, please ask everyone how I can achieve it, thank you.
Beta Was this translation helpful? Give feedback.
All reactions