beamer_template: Beamer template

Description Usage Arguments Note Author(s) Examples

Description

This is a beamer template for generating reports, and it is based on mtheme. The template assumes that .sty files are in the same directory as the .Rmd file that is being rendered to a beamer pdf.

Usage

1
2
3
4
5
6
beamer_template(dev = "cairo_pdf", toc = TRUE, keep_tex = FALSE,
  slide_level = NULL)

copy_beamer_theme(dir = NULL)

generate_beamer(entity, dir, envir)

Arguments

dev

Defaults to cairo_pdf. Set to 'pdf' if you do not have the 'cairo_pdf' device.

toc

Include a table of contents or not. Default is true.

keep_tex

Keep the intermediate .tex files (useful for troubleshooting)

slide_level

Manually set the slide level. Default is 2, which makes a single hashtag a section divider in latex and double hashtag into frames.

Note

This function uses a slightly modified template_beamer.tex file which is included in the package (i.e. does not rely on rmarkdown).

Author(s)

Kristian D. Olsen

Examples

1
render("index.Rmd", "reporttool::report_template")

itsdalmo/reporttool documentation built on May 18, 2019, 7:11 a.m.