X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=preamble.tex;h=37b5603b3e7dd2d7fb6d526dda2e3669c3866270;hb=HEAD;hp=c12fb60b3f02cd2228251fa8d51b23b643d23d15;hpb=03598f4e1e77f70ad661e8f6f287063f68466567;p=ai-gitflashtalk.git diff --git a/preamble.tex b/preamble.tex index c12fb60..37b5603 100644 --- a/preamble.tex +++ b/preamble.tex @@ -1,24 +1,39 @@ \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=\scriptsize\ttfamily, + language=bash, + breakatwhitespace=true, + breaklines=true, + keepspaces=true, + showspaces=false, + showstringspaces=false, + columns=flexible, + mathescape=true, + emph={frobnicator@frobmachine}, + emphstyle=\bfseries +} \AtBeginSection[] -{ +{% \begin{frame} \frametitle{Table of Contents} \tableofcontents[currentsection]