-
Notifications
You must be signed in to change notification settings - Fork 10
/
README.Rmd
57 lines (32 loc) · 1.48 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
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
<p align="center"><img src="tools/readme/code.png" width="70%" /></p>
### Easily navigate slides
<p align="center"><img src="tools/readme/html1.png" width="70%" /></p>
<!-- <p align="center"><img src="tools/readme/ss1.png" width="70%" /></p> -->
### Title slide
<p align="center"><img src="tools/readme/html2.png" width="70%" /></p>
### Display R code and output
<p align="center"><img src="tools/readme/html3.png" width="70%" /></p>