PDF presentation template

pdf_presentation(
  ...,
  template = NULL,
  frame_numbering = TRUE,
  beamer_customization = TRUE,
  more_fontthemes = TRUE,
  subfigs = TRUE
)

Arguments

...

arguments passed on to [rmarkdown::beamer_presentation()]

template

what template to use. If `NULL`, the default latex template will be used.

frame_numbering

whether to add frame numbers to latex template

beamer_customization

whether to add a block that allows use of `\setbeamertemplate{}[]`, `\setbeamerfont{}[]` through metadata blocks with analogous names and with items `item` and `value` for setting various options.

more_fontthemes

whether to add a block that allows multiple fontthemes

subfigs

whether to use the subfig package for subfig support

Value

R Markdown output format to pass to [rmarkdown::render()]