Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mkearney/uslides
- Owner: mkearney
- Created: 2018-01-18T21:35:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T20:29:23.000Z (almost 7 years ago)
- Last Synced: 2024-10-28T03:40:06.272Z (2 months ago)
- Topics: beamer, beamer-template, beamer-theme, mkearney-r-package, rmarkdown-beamer, rmarkdown-template, rmd
- Language: HTML
- Size: 8.63 MB
- Stars: 40
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
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