knitr::opts_chunk$set(echo = FALSE)

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5 - this is for the page break with MS Word

In the MS Word document, the following modifications must be made in the 'Modify Style' menu:

After these tweaks, the ‘Heading 5’ style will no longer format a heading of level 5. Instead it will insert a very small and white (and, thus, invisible) line followed by a page break.

Now knit this doc, and edit the styles in the resulting docx file. Then rename as 'template' and use this in the yml:

output:
  word_document:
    reference_docx: templates/template.docx

Don't forget line numbers for JAS! Headings are bold, underline, nothing. And Arial Narrow 10pt for tables.

See here for more information: http://rmarkdown.rstudio.com/articles_docx.html



benmarwick/rrtools documentation built on March 18, 2024, 2:22 a.m.