forked from smileschen/2022-wi-stats21
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader_template.tex
27 lines (23 loc) · 1.02 KB
/
header_template.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
\usepackage{xcolor}
%\usepackage[svgnames]{xcolor}
\definecolor{uclablue}{RGB}{39,116,174}
\definecolor{uclagold}{RGB}{255,209,0}
\definecolor{lighterblue}{RGB}{139,184,232}
\definecolor{lightestblue}{RGB}{195,215,238}
\setbeamercolor{titlelike}{parent=structure,fg=white,bg=uclablue}
\setbeamercolor{frametitle}{bg=uclablue, fg=white }
\setbeamercolor*{palette primary}{bg=lighterblue, fg = white}
\setbeamercolor*{palette secondary}{bg=lightestblue, fg = white}
\setbeamercolor*{palette tertiary}{bg=lighterblue, fg = white}
\setbeamercolor*{palette quaternary}{bg=lightestblue, fg = white}
\usefonttheme[onlymath]{serif}
\setbeamertemplate{navigation symbols}{}
\author{Miles Chen
}
\titlegraphic{
\includegraphics[width=0.25\paperwidth]{ucla-std-blu-cmyk.jpg}\\
}
\institute{Department of Statistics}
\setbeamertemplate{title page}[empty]
\setbeamertemplate{footline}[text line]{%
\parbox{\linewidth}{\vspace*{-8pt}Copyright Miles Chen. For personal use only. Do not distribute. \hfill \insertframenumber\,/\,\inserttotalframenumber }}