pdf_presentation: PDF presentation template

Description Usage Arguments Value

View source: R/pdf_presentation.R

Description

PDF presentation template

Usage

1
2
3
4
5
6
7
8
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()]


jolars/rmdtemplates documentation built on Jan. 11, 2020, 11:13 a.m.