-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.tex
44 lines (36 loc) · 1.1 KB
/
header.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
\usetheme{metropolis}
\usecolortheme{metropolisalternate}
\usepackage{fontspec}
\setmainfont[Mapping=tex-text]{Barlow}
\setsansfont{Barlow}
\setmonofont{Inconsolata}
\usepackage[square,numbers]{natbib}
\usepackage{minted}
\usepackage{tikz}
\usetikzlibrary{intersections, arrows, shapes, fit, calc, positioning, automata, fadings,through}
% redefine title page
\pgfdeclareimage[width=\paperwidth]{mybackground}{./img/slides_tweag_COVER_1.png}
\setbeamertemplate{title page}{
\begin{picture}(0,0)
\put(-30,-140){%
\pgfuseimage{mybackground}
}
\put(0,-110.7){%
\begin{minipage}[b][45mm][t]{226mm}
\usebeamerfont{title}{\inserttitle\par}
\usebeamerfont{author}{\insertauthor\par}
\insertdate
\end{minipage}
}
\end{picture}
}
% \usepackage[duration=45,starttime=17:30,lastminutes=5]{pdfpcnotes}
\renewcommand*{\UrlFont}{\ttfamily\tiny}
% Notes
% Notes seem to be problematic with xelatex but work with pdflatex
% \usepackage{pgfpages}
% \setbeameroption{show notes on second screen=bottom}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: intro_ocaml
%%% End: