Skip to contents

Loads an Rmarkdown template that will produce a pdf document consistent with institute brand guidance.

Usage

twri_pdf(
  toc = TRUE,
  toc_depth = 2,
  number_sections = TRUE,
  latex_engine = "lualatex",
  ...
)

Arguments

toc

Logical

toc_depth

numeric

number_sections

logical

latex_engine

character, one of "pdflatex", "lualatex", or "xelatex"

...

arguments passed to pdf_document