scuro: An R Markdown Beamer-Presentation Setup

Description Examples

Description

This package helps to produce beamer presentations with a dark-on-light theme, as well as to generate speaker notes or scripts and audience slide handouts from a single R markdown source. The included lectures R markdown template has example files demonstrating how to use what's here.

Examples

1
2
3
4
5
6
## Not run: 
library(rmarkdown)
draft("my-talks", "lectures", "scuro", edit=F) # or RStudio "New R Markdown"
system("make -C my-talks") # a Makefile is supplied

## End(Not run)

agoldst/scuro documentation built on Nov. 5, 2021, 3:44 a.m.