-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresentation.tex
43 lines (43 loc) · 1.04 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
\documentclass[aspectratio=169]{beamer}
\usepackage{graphicx}
\usepackage{listings}
\lstset{
basicstyle=\ttfamily
}
\usepackage{hyperref}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage[normalem]{ulem}
\usetheme{metropolis}
\title{E4E Weekly Meeting}
\institute{UC San Diego}
\logo{\includegraphics[height=.65cm,keepaspectratio]{e4e_logo_350x136.png}}
\setbeamertemplate{caption}[numbered]
\begin{document}
\maketitle
\begin{frame}{Schedule}
\begin{itemize}
\item General Announcements
\item All Call Update
\begin{enumerate}
\input{active_all_call}
\end{enumerate}
\item Project Updates
\begin{enumerate}
\input{active_order}
\end{enumerate}
\end{itemize}
\end{frame}
\input{announcements}
\begin{frame}{All Call Update}
\begin{enumerate}
\input{active_all_call}
\end{enumerate}
\end{frame}
\input{active_sections}
\begin{frame}
\centering
Thanks All!
\end{frame}
\end{document}