forked from ryanwcho/uclabeamer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.Rmd
69 lines (46 loc) · 1.02 KB
/
template.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
title: Title
subtitle: Subtitle
output:
beamer_presentation:
keep_tex: true
# toc: true
latex_engine: xelatex
slide_level: 4 # Change this depending on which paragraphs you need
include:
in_header: "filepath/beamer.tex"
# Note that you need four spaces (two tabs) to have inner bullets
---
```{r, include=FALSE}
knitr::opts_chunk$set(fig.align="center")
options(tinytex.verbose = TRUE)
```
# Navigation Bar Header
## Section Header
#### Page Header
- Bullet Point 1
- Bullet Point 2
#### Page Header 2
##### Box 1
- Example text
##### Box 2
- Example Text
### Intermediate Title Page
#### Page Header 3 - With Columns
\begincols
\begincol{.48\textwidth}
Column 1
- Item 1
- Item 2
\endcol
\begincol{.48\textwidth}
Column 2
- Item 1
- Item 2
\endcol
\endcols
#### Page Header 4
\begin{itemize}
\item<1> Way to highlight each point separately
\item<2> Emphasize certain bullets.
\end{itemize}