forked from anishathalye/auriga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
presentation.tex
48 lines (37 loc) · 1.18 KB
/
presentation.tex
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
% Auriga theme
% https://github.com/anishathalye/auriga
\documentclass[14pt,aspectratio=169]{beamer}
\usepackage{pgfpages}
\usepackage{fancyvrb}
\usepackage{tikz}
\usepackage{pgfplots}
\ifnotes
\setbeamertemplate{note page}[plain]
\setbeameroption{show notes on second screen=right}
\fi
\usetheme{auriga}
\usecolortheme{auriga}
% define some colors for a consistent theme across slides
\definecolor{red}{RGB}{181, 23, 0}
\definecolor{blue}{RGB}{0, 118, 186}
\definecolor{gray}{RGB}{146, 146, 146}
\title{Fancy Title: Followed by Some More Text}
\author{\underline{Alyssa P. Hacker} \inst{1} \and Ben Bitdiddle \inst{2} \and Lem E. Tweakit \inst{2}}
\institute[shortinst]{\inst{1} Some Institute \samelineand \inst{2} Another Institute}
\begin{document}
{
% rather than use the frame options [noframenumbering,plain], we make the
% color match, so that the indicated page numbers match PDF page numbers
\setbeamercolor{page number in head/foot}{fg=background canvas.bg}
\begin{frame}
\titlepage
\end{frame}
}
\input{slides/bullets}
\input{slides/split}
\input{slides/figure}
\input{slides/centered}
\input{slides/monospace}
\input{slides/brackets}
\input{slides/link}
\end{document}