X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=preamble.tex;h=37b5603b3e7dd2d7fb6d526dda2e3669c3866270;hb=HEAD;hp=bf58dd1790fa7dca86856617a08f652d69532012;hpb=56dffbf7519c04835830cfdcea667d3f094cf459;p=ai-gitflashtalk.git diff --git a/preamble.tex b/preamble.tex index bf58dd1..37b5603 100644 --- a/preamble.tex +++ b/preamble.tex @@ -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]{% @@ -14,10 +16,24 @@ 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]