uslides_pdf: uslides_pdf

Description Usage Arguments

Description

Document template for uslide beamer presentation.

Usage

1
2
3
uslides_pdf(toc = FALSE, incremental = FALSE, fig_width = 9,
  fig_height = 6, fig_crop = TRUE, fig_caption = TRUE, keep_tex = FALSE,
  pandoc_args = NULL, highlight = "haddock", latex_engine = "xelatex")

Arguments

toc

TRUE to include a table of contents in the output (only level 1 headers will be included in the table of contents).

incremental

TRUE to render slide bullets incrementally. Note that if you want to reverse the default incremental behavior for an individual bullet you can precede it with >. For example: > - Bullet Text

fig_width

Default width (in inches) for figures

fig_height

Default width (in inches) for figures

fig_crop

TRUE to automatically apply the pdfcrop utility (if available) to pdf figures

fig_caption

TRUE to render figures with captions

keep_tex

Keep the intermediate tex file used in the conversion to PDF

pandoc_args

Additional command line options to pass to pandoc

highlight

Syntax highlighting style. Supported styles include "default", "tango", "pygments", "kate", "monochrome", "espresso", "zenburn", and "haddock". Pass NULL to prevent syntax highlighting.

latex_engine

LaTeX engine for producing PDF output. Options are "pdflatex", "lualatex", and "xelatex".


mkearney/uslides documentation built on May 16, 2019, 8:11 p.m.