beamer_with_notes: Render beamer presentation with notes

View source: R/presentation_helper.R

beamer_with_notesR Documentation

Render beamer presentation with notes

Description

Use the option to add notes to beamer presentations via an included header file that tells latex to include the notes.

Usage

beamer_with_notes(
  ps_input_path,
  ps_output_file = paste0(tools::file_path_sans_ext(basename(ps_input_path)),
    "_with_notes.pdf"),
  ps_in_header = "header_show_notes.tex"
)

Arguments

ps_input_path

rmarkdown source file with note sections

ps_output_file

pdf output file

ps_in_header

latex header file

Examples

## Not run: 
beamer_with_notes(ps_input_path = 'sl/w01/lbgfs2019_slides_w01_intro-lbg.Rmd')

## End(Not run)

charlotte-ngs/rmdhelp documentation built on Oct. 31, 2023, 10:21 a.m.