Update with preamble
[ai-gitflashtalk.git] / preamble.tex
diff --git a/preamble.tex b/preamble.tex
new file mode 100644 (file)
index 0000000..c12fb60
--- /dev/null
@@ -0,0 +1,26 @@
+\documentclass{beamer}
+
+\usepackage{hyperref}
+
+\input{vc.tex}
+
+\title[GIT] {Git flashtalk}
+\subtitle{A short introduction to GIT}
+\author[Lubbers] % (optional, for multiple authors)
+{M.~Lubbers\inst{1}}
+\institute[Radboud University] % (optional)
+{
+       \inst{1}%
+       Artificial Intelligence\\
+       Radboud University Nijmegen
+}
+\date[2015]{\today}
+\subject{Git}
+
+\AtBeginSection[]
+{
+       \begin{frame}
+               \frametitle{Table of Contents}
+               \tableofcontents[currentsection]
+       \end{frame}
+}