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