X-Git-Url: https://git.martlubbers.net/?p=ai-gitflashtalk.git;a=blobdiff_plain;f=preamble.tex;h=02b7731c5cbae4f2d3a8594977c31279e3d40ede;hp=c12fb60b3f02cd2228251fa8d51b23b643d23d15;hb=ef6ac1d041b26604d943402a262b2f0b73c85334;hpb=03598f4e1e77f70ad661e8f6f287063f68466567 diff --git a/preamble.tex b/preamble.tex index c12fb60..02b7731 100644 --- a/preamble.tex +++ b/preamble.tex @@ -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]