446233361afe2267fff28f6c71dfc80a40116610
[ai-gitflashtalk.git] / preamble.tex
1 \documentclass{beamer}
2
3 \usepackage{hyperref}
4 \usepackage[tone,safe]{tipa}
5
6 \input{vc.tex}
7
8 \title[GIT]{GIT flashtalk}
9 \subtitle{A short introduction to GIT}
10 \author[Lubbers]{M.~Lubbers\inst{1}}
11 \institute[Radboud University]{%
12 \inst{1}%
13 Artificial Intelligence\\
14 Radboud University Nijmegen
15 }
16 \date[2015]{\today}
17 \subject{GIT}
18
19 \AtBeginSection[]
20 {
21 \begin{frame}
22 \frametitle{Table of Contents}
23 \tableofcontents[currentsection]
24 \end{frame}
25 }