From 59c1e161a3561a8647d13c8b02f4b341f9819b5f Mon Sep 17 00:00:00 2001
From: Franz Zieris <zieris@inf.fu-berlin.de>
Date: Sun, 30 Apr 2017 15:49:48 +0200
Subject: [PATCH] Extract research group and institute name

---
 thesis.tex | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/thesis.tex b/thesis.tex
index 6bb9642..4df6d41 100644
--- a/thesis.tex
+++ b/thesis.tex
@@ -10,6 +10,8 @@
 \newcommand{\thesisTitle}{<Titel>}
 \newcommand{\thesisType}{<X-Arbeit>} %Bachelorarbeit, Masterarbeit, Diplomarbeit
 \newcommand{\thesisDate}{\today}
+\newcommand{\instituteName}{Institut für Informatik}
+\newcommand{\groupName}{Arbeitsgruppe Software Engineering}
 \newcommand{\studentName}{<Vorname Nachname>}
 \newcommand{\studentEmail}{example@mail.de}
 %===============================================================================
@@ -75,8 +77,8 @@
 %
 % Title and author
 \title{{\huge\bfseries Freie Universität Berlin}\\[2ex]
-{\normalsize \thesisType{} am Institut für Informatik der Freien Universität
-Berlin, Arbeitsgruppe Software Engineering}\\[6ex]
+{\normalsize \thesisType{} am \instituteName{} der Freien Universität Berlin,
+\groupName}\\[6ex]
 \thesisTitle}
 
 \author{\studentName\\
-- 
GitLab