forked from snitramodranoel/lecture
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslides.tex
More file actions
30 lines (24 loc) · 661 Bytes
/
slides.tex
File metadata and controls
30 lines (24 loc) · 661 Bytes
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
\documentclass{beamer}
\usetheme{metropolis} % Use metropolis theme
%%
% Configure type font
\setmonofont{Fira Mono}
%%
% Configure math typesetting
\usefonttheme{professionalfonts} % required for mathspec
\usepackage{mathspec}
\setsansfont[Numbers={OldStyle}]{Fira Sans}
\setmathsfont(Digits)[Numbers={Lining, Proportional}]{Times}
%%
% Configure colors
\setbeamercolor{frametitle}{bg=normal text.bg, fg=normal text.fg}
%%
% Configure title graphic positioning
\setbeamertemplate{title graphic}{%
\vbox to 0pt {
\vspace*{.75\textheight} % change the value as necessary
\hfill\inserttitlegraphic%
}%
\nointerlineskip%
}
\input{notes.tex}