Small update in makefile and content
[ai-gitflashtalk.git] / preamble.tex
index bf58dd1..02b7731 100644 (file)
@@ -1,11 +1,13 @@
 \documentclass{beamer}
 
-\usepackage{hyperref}
+\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]{M.~Lubbers\inst{1}}
 \institute[Radboud University]{%
        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]