README.md

knitPres

knit both handout and presentation version of .Rnw slides with (relatively) good TeX error logging

install

if(!requireNamespace("remotes", quitly=TRUE)) install.packages("remotes")
remotes::install_github("brry/knitPres")

library("knitPres")
?knit_hand_pres

usage

knit_hand_pres("SomePresentation.Rnw")

SomePresentation SP.Rnw should contain the handout option in it's first line: \documentclass[handout]{beamer}

This will generate the files SP.pdf, SP.tex et al., SP.knitlog and SP_pres.pdf.

package functions

see also

Presentation templates with berryFunctions::createPres.



brry/knitPres documentation built on Oct. 22, 2022, 2:51 a.m.