latex_presentation: PDF Presentation Latex Template

Description Usage Arguments Value

View source: R/latex_templates.R

Description

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

Usage

1
2
3
4
5
6
7
8
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.


Ehyaei/MPIThemes documentation built on Jan. 13, 2022, 7:28 p.m.