-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtemplate-beamer.qmd
46 lines (37 loc) · 1.47 KB
/
template-beamer.qmd
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
---
title: Some Cool Sounding Buzzwords
subtitle: Less Buzzy and Somewhat More Explanaotry Subtitle
author:
- name: Sanha Cheong
orcid: 0000-0003-1689-0557
email: [email protected]
institute: |
| Department of Physics
| Stanford University
short-author: S. Cheong, Stanford
date: today
date-format: long
bibliography: bibliography.bib
format:
stanford-beamer
---
## Goals
The main goals for this slide:
- This is just to show you how this \empy{template} works
- There are two 'emphasize' functions used to highlight & italicize texts
- '\textbackslash empy' does \empy{this} and '\textbackslash empr' does \empr{this}.
- The colors in this template is selected from the official Stanford
Identity website: <https://identity.stanford.edu/color.html>
- Note that hyperlinks, by default, are not highlighted. Of course,
you can change this: e.g., \empr{\href{https://github.com/sanhacheong/stanford_beamer_presentation}{https://github.com/sanhacheong/stanford\_beamer\_presentation}}
## Example
A (hopefully) useful function in this \LaTeX-template @stanford_beamer_template is:
\begin{center}
\textbackslash examplebox\{ExampleTitle\}\{ExampleContents\}
\end{center}
which does this:
\examplebox{Example of the Command \textbackslash examplebox}{
This is what it does. Pretty self-explanatory, isn't it?
Given the color them, I \empr{recommend} using \textbackslash empr inside of examplebox. The \textbackslash empy command does not look \empy{that} good.
}
## References