


The function enhances the output offered by rmarkdown::worddocument () with advanced formatting features. Then you use the reference_docx: YAML tag to point knitr to that document. 'R Markdown' Format for converting from 'R Markdown' document to an MS Word document. You create a Word file with the styles you want and then save that file in the local directory (or you can provide a path to the file if it's in another directory).

#RMARKDOWN FOOTER HOW TO#
Yihui Xie, author of knitr, explains how to do this here (also see this SO answer). For example, to get a header followed by a rule line, the header.html file could look like this: This is a header \fancyheadĪs shown in the YAML above, for html output you can specify the header and footer in separate html files using the before_body: and after_body: tags. What do I write in the terminal in order to avoid it (I'm on a Mac if that makes any difference. The problem is that I don't want the page number. You can add YAML instructions for headers and footers in html and Word versions of the document. 15 I want to convert a document written in Markdown to PDF via TeX, so that it looks like I wrote it in TeX.
