initial commit, skeleton
[ai-gitworkshop.git] / pre.tex
1 \documentclass{beamer}
2
3 \usepackage[tone,safe]{tipa}
4 \usepackage{minted}
5 \usepackage{graphicx}
6
7 \usecolortheme{dove}
8 \usetheme{Singapore}
9
10 \title[Git]{Version control with Git}
11 \author[Lubbers]{M.~Lubbers~\inst{1}}
12 \institute[Radboud University]{%
13 \inst{1}%
14 Computing Science: Software Science\\
15 Radboud University Nijmegen
16 }
17 \date[2015]{\today}
18 \subject{Git}
19
20 \input{vc.tex}
21
22 \graphicspath{{./img/}}
23
24 \setminted{%
25 }
26
27 \AtBeginSection[]{%
28 \begin{frame}
29 \frametitle{Table of Contents}
30 \tableofcontents[currentsection]
31 \end{frame}
32 }