Small update in makefile and content
[ai-gitflashtalk.git] / preamble.tex
index c12fb60..02b7731 100644 (file)
@@ -1,24 +1,38 @@
 \documentclass{beamer}
 
+\usepackage{marvosym}
+\usepackage[tone,safe]{tipa}
 \usepackage{hyperref}
+\usepackage{listings}
 
 \input{vc.tex}
 
-\title[GIT] {Git flashtalk}
+\title[GIT]{GIT flashtalk}
 \subtitle{A short introduction to GIT}
-\author[Lubbers] % (optional, for multiple authors)
-{M.~Lubbers\inst{1}}
-\institute[Radboud University] % (optional)
-{
+\author[Lubbers]{M.~Lubbers\inst{1}}
+\institute[Radboud University]{%
        \inst{1}%
        Artificial Intelligence\\
        Radboud University Nijmegen
 }
 \date[2015]{\today}
-\subject{Git}
+\subject{GIT}
+
+\lstset{%
+       basicstyle=\footnotesize\ttfamily,
+       language=bash,
+       breakatwhitespace=true,
+       breaklines=true,
+       keepspaces=true,
+       showspaces=false,
+       showstringspaces=false,
+       columns=flexible,
+       emph={frobnicator@frobmachine},
+       emphstyle=\bfseries
+}
 
 \AtBeginSection[]
-{
+{%
        \begin{frame}
                \frametitle{Table of Contents}
                \tableofcontents[currentsection]