latex_presentation function includes many features to customize your beamer latex presentation template and produce pdf output.

latex_presentation(
  ...,
  keep_tex = TRUE,
  highlight = "tango",
  latex_engine = "xelatex",
  fig_caption = TRUE,
  slide_level = 2
)

Arguments

...

Arguments to rmarkdown::pdf_document

keep_tex

A Boolean toggle to select whether intermediate. Default value is TRUE

highlight

Syntax highlighting style. Default value is "tango".

latex_engine

LateX engine for producing PDF output. Default value is xelatex

fig_caption

TRUE to render figures with captions.

Value

R Markdown output format.