From 1af5d3d12b9c740cabfdba5ab27b888949c59a93 Mon Sep 17 00:00:00 2001
From: Anders Nilsson <anders.nilsson@control.lth.se>
Date: Fri, 12 Feb 2016 08:53:54 +0100
Subject: [PATCH] Updated slides for friday seminar, included some funny
 pictures

---
 .gitignore                               |   1 +
 figures/{git_hilbert.jpg => hilbert.jpg} | Bin
 slides.tex                               |  22 +++++++++++++++++++---
 3 files changed, 20 insertions(+), 3 deletions(-)
 rename figures/{git_hilbert.jpg => hilbert.jpg} (100%)

diff --git a/.gitignore b/.gitignore
index 95bc80a..4b23ac3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ slides.snm
 slides.toc
 handson.dvi
 figures/.directory
+slides.pdf
diff --git a/figures/git_hilbert.jpg b/figures/hilbert.jpg
similarity index 100%
rename from figures/git_hilbert.jpg
rename to figures/hilbert.jpg
diff --git a/slides.tex b/slides.tex
index 653bb60..4cd4167 100644
--- a/slides.tex
+++ b/slides.tex
@@ -7,9 +7,9 @@
 % \usepackage{tikz}
 \usepackage{listings}
 
-\title{Git Tutorial\\ \tiny{Version: 0.3}}
+\title{Git Tutorial\\ \tiny{Version: 0.4}}
 \author{Anders Nilsson  \texttt{andersn@control.lth.se}}
-\date[LU 141103]{Lund 2014-11-03}
+\date[LU 160212]{Lund 2016-02-12}
 
 \lstset{
   frame=single,
@@ -26,6 +26,23 @@
 \section{Introduction}
 \label{sec:intro}
 
+\frame{
+  \frametitle{Why?}
+  \onslide <1>\pgfimage[height=.9\textheight]{figures/phd101212s.png}
+}
+\frame{
+  \frametitle{Why?}
+  \onslide <1>\pgfimage[height=.9\textheight]{chaos.png}
+}
+\frame{
+  \frametitle{What?}
+  \onslide <1->\pgfimage[height=.8\textheight]{figures/git.png}
+}
+\frame{
+  \frametitle{For the matematicians}
+  \onslide <1->\pgfimage[height=.5\textheight]{figures/hilbert.jpg}
+}
+
 \frame{
   \frametitle{Version Control?}
   \begin{itemize} [<+-| alert@+>]
@@ -38,7 +55,6 @@
 
 \frame{
   \frametitle{Why?}
-  \onslide <2->\pgfimage[height=.9\textheight]{chaos.png}
 }
 
 \frame{
-- 
GitLab