Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkearney/uslides

Rmarkdown template for pretty university-themed beamer presentations.
https://github.com/mkearney/uslides

beamer beamer-template beamer-theme mkearney-r-package rmarkdown-beamer rmarkdown-template rmd

Last synced: about 2 months ago
JSON representation

Rmarkdown template for pretty university-themed beamer presentations.

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

## uslides

Rmarkdown template for pretty university-themed beamer (pdf) presentations.

## Installation

```{r, eval = FALSE}
## install devtools if it's not already installed
if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools")

## install uslides from github
devtools::install_github("mkearney/uslides")
```

## Requirements
- The fonts [Roboto Condensed](https://fonts.google.com/specimen/Roboto+Condensed), [Roboto Bold](https://fonts.google.com/specimen/Roboto), and [Inconsolata](https://fonts.google.com/specimen/Inconsolata) must be downloaded from [fonts.google.com](https://fonts.google.com/).
- [\\LaTeX](https://www.latex-project.org/get/) (and the `tex_engine` is `xelatex` if that matters)

## Example

See example [HTML](https://mkearney.github.io/uslides) and [PDF](https://mkearney.github.io/uslides/index.pdf) presentations. Screen shots of the example are included below.

### uslides .Rmd template

 

### Easily navigate slides

 

### Title slide

 

### Display R code and output