-
Notifications
You must be signed in to change notification settings - Fork 0
/
uwo.tex
83 lines (72 loc) · 1.76 KB
/
uwo.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
\documentclass[11pt]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
% Remove these 2 lines
\usepackage[english]{babel}
\usepackage{blindtext}
% Defining a color
\usepackage{xcolor}
\definecolor{uwo-purple}{HTML}{4F2683}
\definecolor{uwo-gray}{HTML}{807F83}
\usetheme{CambridgeUS}
% Customizing the template
\setbeamercolor{frametitle}{fg=uwo-purple}
\setbeamercolor{title}{fg=uwo-purple}
\setbeamercolor{palette primary}{fg=black, bg=uwo-purple!30!white}
\setbeamercolor{palette secondary}{fg=black, bg=uwo-purple!20!white}
\setbeamercolor{palette tertiary}{bg=uwo-purple}
\begin{document}
\author{Amir Haghighati}
\title{The Big Brown Fox Jumps}
\subtitle{Over The Lazy Dog}
\logo{\includegraphics[width=1cm]{resources/uwo-purple.png}}
\institute{Insight Lab}
\date{\today}
\subject{Lab Presentations}
%\setbeamercovered{transparent}
%\setbeamertemplate{navigation symbols}{}
\begin{frame}
\maketitle
\centering\tiny\hyperlink{mailto:[email protected]}{[email protected]}
\end{frame}
\section*{Overview}
\begin{frame}
\frametitle{Agenda}
\tableofcontents
\end{frame}
\section{Introduction}
\subsection{Definition}
\begin{frame}
\frametitle{The Well-known Problem}
\blindlist{itemize}[3]
\end{frame}
\subsection{Background}
\begin{frame}
\frametitle{The Past}
\begin{itemize}
\item<1->The first
\item<2->The second
\item<3->The last
\end{itemize}
\end{frame}
\section{Proposal}
\subsection{Methodology}
\begin{frame}
\frametitle{Step 1}
\framesubtitle{Overall view}
\begin{itemize}
\item<1->The first
\item<2->The second
\item<3->The last
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Step 1 (Cont'd)}
\framesubtitle{Aspects}
\begin{enumerate}
\item<1->The first
\item<2->The second
\item<3->The last
\end{enumerate}
\end{frame}
\end{document}