-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
59 lines (45 loc) · 1.38 KB
/
main.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
\documentclass[aspectratio=169]{beamer}
% use 16:9 in new slides!
\usepackage{tikz}
\definecolor{UMBlue}{RGB}{5,32,103}
\definecolor{UMYellow}{RGB}{255,216,0}
\setbeamertemplate{headline}{
\leavevmode%
\begin{minipage}{0.75\paperwidth}
\vspace{1.2ex}\hspace{-0.245\paperwidth}
\resizebox{\paperwidth}{3ex}{
\tikz{
\fill [color=UMBlue] (0,0) rectangle (10, 0.13);
\fill [color=UMYellow] (0,-0.1) rectangle (10, -0.18);
}
}
\begin{beamercolorbox}[wd=\linewidth,ht=2.5ex,dp=1.125ex]{section}
\insertsubsectionnavigationhorizontal{\linewidth}{}{Slide \insertpagenumber}
\end{beamercolorbox}
\end{minipage}
\begin{minipage}{0.23\paperwidth}
\hspace{0.2em}
\includegraphics[width=\linewidth]{assets/logo.png}
\end{minipage}
}
\setbeamercolor{title}{fg=UMBlue}
\setbeamercolor{frametitle}{fg=UMBlue}
\setbeamercolor{structure}{fg=UMBlue}
\title[VE203]{Discrete Mathematics Recitation Class}
\author[Seven Fish]{Tianyu Qiu}
\institute[UMJI-SJTU]
{
University of Michigan - Shanghai Jiaotong University
\\\medskip
Joint Institute
}
\date{Summer Term 2019}
\begin{document}
\maketitle
\section{Introduction}
\subsection{SubSection 1}
\begin{frame}{Frame Title}
This template is made based on Tianyu Qiu's suggestion: copy the template of Horst! \bigskip
Made by tc-imba (\url{https://github.com/tc-imba/ji-beamer-template}) :)
\end{frame}
\end{document}