fm_pdf: PDF Output for Flowminder Reports

Description Usage Arguments Details Author(s) See Also

View source: R/rmd_formats.R

Description

A custom report style to fromat the output of R Markdown reports. Uses bookdown's pdf_document2 as the base format to allow cross-referencing and other improvements.

Usage

1
2
3
4
5
6
7
8
fm_pdf(
  toc = FALSE,
  toc_depth = 2,
  number_sections = FALSE,
  latex_engine = "pdflatex",
  extra_tex = "",
  ...
)

Arguments

toc

TRUE/FALSE (default TRUE). Display a table of contents

toc_depth

the depth of the table of contents. Default is 2

...

additional arguments which can be parsed by the word_document function

Details

Lower level LaTeX YAML settings are specified in an external file. This controls the document paper size, margins, and other layout options.

Author(s)

Michael Harper

See Also

pdf_document


Flowminder/FlowmindeR documentation built on Sept. 3, 2020, 5:13 p.m.