From dfbb3b9269235a08016158b23c5476a5160b6c70 Mon Sep 17 00:00:00 2001
From: "J.F.J. Laros" <J.F.J.Laros@lumc.nl>
Date: Sun, 24 Apr 2016 20:03:57 +0200
Subject: [PATCH] Added course title and subtitles.

---
 basics/basics.tex              |  8 ++++----
 branching/branching.tex        |  8 ++++----
 introduction/demonstration.tex | 16 +++++-----------
 introduction/introduction.tex  |  8 ++++----
 merging/merging.tex            |  8 ++++----
 remotes/remotes.tex            |  8 ++++----
 skeleton/skeleton.tex          |  8 ++++----
 tips/tips.tex                  |  8 ++++----
 8 files changed, 33 insertions(+), 39 deletions(-)

diff --git a/basics/basics.tex b/basics/basics.tex
index a2d4928..f13791c 100644
--- a/basics/basics.tex
+++ b/basics/basics.tex
@@ -1,15 +1,15 @@
 \documentclass[slidestop]{beamer}
 
+\input{../shared/shared.tex}
+
 \author{Jeroen F.J. Laros}
-\title{Git Basics}
-\providecommand{\mySubTitle}{}
+\title{\courseTitle}
+\providecommand{\mySubTitle}{Git Basics}
 \providecommand{\myConference}{Git course}
 \providecommand{\myGroup}{}
 \providecommand{\myDepartment}{Department of Human Genetics}
 \providecommand{\myCenter}{Center for Human and Clinical Genetics}
 
-\input{../shared/shared.tex}
-
 \usetheme{lumc}
 
 \begin{document}
diff --git a/branching/branching.tex b/branching/branching.tex
index f8a641f..6fcdff6 100644
--- a/branching/branching.tex
+++ b/branching/branching.tex
@@ -1,15 +1,15 @@
 \documentclass[slidestop]{beamer}
 
+\input{../shared/shared.tex}
+
 \author{Martijn Vermaat}
-\title{Working with branches in Git}
-\providecommand{\mySubTitle}{}
+\title{\courseTitle}
+\providecommand{\mySubTitle}{Working with branches in Git}
 \providecommand{\myConference}{Git course}
 \providecommand{\myGroup}{}
 \providecommand{\myDepartment}{Department of Human Genetics}
 \providecommand{\myCenter}{Center for Human and Clinical Genetics}
 
-\input{../shared/shared.tex}
-
 \usetheme{lumc}
 
 \lstset{
diff --git a/introduction/demonstration.tex b/introduction/demonstration.tex
index 551adee..97bfa84 100644
--- a/introduction/demonstration.tex
+++ b/introduction/demonstration.tex
@@ -1,18 +1,12 @@
 \documentclass{article}
-\usepackage{fullpage}
-\usepackage{listings}
 
-\frenchspacing
-\setlength{\parindent}{0pt}
-\pagestyle{empty}
+\providecommand{\handoutsTitle}{GitLab demonstration}
 
-\begin{document}
-\begin{center}
-{\bf Git Introduction Course}
+\usepackage{handouts}
+\input{../shared/shared}
 
-GitLab demonstration.
-\end{center}
-\bigskip
+\begin{document}
+\makeHeader
 
 \subsubsection*{Logging in}
 \begin{enumerate}
diff --git a/introduction/introduction.tex b/introduction/introduction.tex
index 200db49..bccc9b7 100644
--- a/introduction/introduction.tex
+++ b/introduction/introduction.tex
@@ -1,15 +1,15 @@
 \documentclass[slidestop]{beamer}
 
+\input{../shared/shared.tex}
+
 \author{Jeroen F. J. Laros}
-\title{Introduction to Version Control}
-\providecommand{\mySubTitle}{}
+\title{\courseTitle}
+\providecommand{\mySubTitle}{Introduction to Version Control}
 \providecommand{\myConference}{Git course}
 \providecommand{\myGroup}{}
 \providecommand{\myDepartment}{Department of Human Genetics}
 \providecommand{\myCenter}{Center for Human and Clinical Genetics}
 
-\input{../shared/shared.tex}
-
 \usetheme{lumc}
 
 \begin{document}
diff --git a/merging/merging.tex b/merging/merging.tex
index 31ca335..e5a8b7d 100644
--- a/merging/merging.tex
+++ b/merging/merging.tex
@@ -1,15 +1,15 @@
 \documentclass[slidestop]{beamer}
 
+\input{../shared/shared.tex}
+
 \author{Martijn Vermaat}
-\title{Combining changes by merging}
-\providecommand{\mySubTitle}{}
+\title{\courseTitle}
+\providecommand{\mySubTitle}{Combining changes by merging}
 \providecommand{\myConference}{Git course}
 \providecommand{\myGroup}{}
 \providecommand{\myDepartment}{Department of Human Genetics}
 \providecommand{\myCenter}{Center for Human and Clinical Genetics}
 
-\input{../shared/shared.tex}
-
 \usetheme{lumc}
 
 \lstset{
diff --git a/remotes/remotes.tex b/remotes/remotes.tex
index da8d2db..542b9ae 100644
--- a/remotes/remotes.tex
+++ b/remotes/remotes.tex
@@ -1,15 +1,15 @@
 \documentclass[slidestop]{beamer}
 
+\input{../shared/shared.tex}
+
 \author{Martijn Vermaat}
-\title{Git and remote repositories}
-\providecommand{\mySubTitle}{}
+\title{\courseTitle}
+\providecommand{\mySubTitle}{Git and remote repositories}
 \providecommand{\myConference}{Git course}
 \providecommand{\myGroup}{}
 \providecommand{\myDepartment}{Department of Human Genetics}
 \providecommand{\myCenter}{Center for Human and Clinical Genetics}
 
-\input{../shared/shared.tex}
-
 \usetheme{lumc}
 
 \lstset{
diff --git a/skeleton/skeleton.tex b/skeleton/skeleton.tex
index 767b965..117111a 100644
--- a/skeleton/skeleton.tex
+++ b/skeleton/skeleton.tex
@@ -1,15 +1,15 @@
 \documentclass[slidestop]{beamer}
 
+\input{../shared/shared.tex}
+
 \author{Jeroen F. J. Laros}
-\title{Analysis projects skeleton}
-\providecommand{\mySubTitle}{}
+\title{\courseTitle}
+\providecommand{\mySubTitle}{Analysis projects skeleton}
 \providecommand{\myConference}{Git course}
 \providecommand{\myGroup}{}
 \providecommand{\myDepartment}{Department of Human Genetics}
 \providecommand{\myCenter}{Center for Human and Clinical Genetics}
 
-\input{../shared/shared.tex}
-
 \usetheme{lumc}
 
 \begin{document}
diff --git a/tips/tips.tex b/tips/tips.tex
index 3935a24..f6f4cbf 100644
--- a/tips/tips.tex
+++ b/tips/tips.tex
@@ -1,15 +1,15 @@
 \documentclass[slidestop]{beamer}
 
+\input{../shared/shared.tex}
+
 \author{Wibowo Arindrarto}
-\title{Git Tips and Tricks}
-\providecommand{\mySubTitle}{}
+\title{\couseTitle}
+\providecommand{\mySubTitle}{Git Tips and Tricks}
 \providecommand{\myConference}{Git course}
 \providecommand{\myGroup}{}
 \providecommand{\myDepartment}{Department of Human Genetics}
 \providecommand{\myCenter}{Center for Human and Clinical Genetics}
 
-\input{../shared/shared.tex}
-
 \usetheme{lumc}
 
 \begin{document}
-- 
GitLab