From dc8db602933726740d7dbd57c96ff572810fb809 Mon Sep 17 00:00:00 2001 From: Michael Grinberg <michael.grinberg@iosb.fraunhofer.de> Date: Wed, 6 Mar 2019 01:02:04 +0100 Subject: [PATCH] Optionale Anzeige des Geburtsortes durch einen Schalter --- content/00-FrontMatter/Titel-A5-DissBlank.tex | 2 ++ preambel/AlleAngaben.tex | 9 ++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/content/00-FrontMatter/Titel-A5-DissBlank.tex b/content/00-FrontMatter/Titel-A5-DissBlank.tex index af8f72e..bc5d8e7 100644 --- a/content/00-FrontMatter/Titel-A5-DissBlank.tex +++ b/content/00-FrontMatter/Titel-A5-DissBlank.tex @@ -41,7 +41,9 @@ \textbf{\AuthorName}% \vspace{0.5\baselineskip}\\% \normalsize% + \begin{showPlaceOfBirth}% aus \PlaceOfBirth% + \end{showPlaceOfBirth}% \end{textblock} %%%%%%%%%%%% BETREUER diff --git a/preambel/AlleAngaben.tex b/preambel/AlleAngaben.tex index 80a0e07..8dc8f5c 100644 --- a/preambel/AlleAngaben.tex +++ b/preambel/AlleAngaben.tex @@ -30,14 +30,17 @@ Dissertation% \newcommand{\AuthorName}{\AuthorFirstname \ \AuthorSurname} \newcommand{\AuthorFull}{\AuthorTitle \ \AuthorFirstname \ \AuthorSurname} +\setUserDefinedBoolean{showPlaceOfBirth}{true} % soll der Geburtsort auf der Titelseite angezeigt werden? \newcommand{\PlaceOfBirth}{Kiel} \newcommand{\Uni}{Karlsruhe Institut für Technologie (KIT)} \newcommand{\Department}{Fakultät für Informatik} %\newcommand{\Department}{Fakultät für Elektrotechnik und Informationstechnik} -\newcommand{\Institut}{Institut für Anthropomatik} -\newcommand{\Lehrstuhl}{Lehrstuhl für Interaktive Echtzeitsysteme} -\newcommand{\Lehrstuhlinhaber}{Prof.~Dr.-Ing.~habil.~Jürgen~Beyerer} + +% Aktuell in der Dissertationsvorlage nicht verwendet: +%\newcommand{\Institut}{Institut für Anthropomatik} +%\newcommand{\Lehrstuhl}{Lehrstuhl für Interaktive Echtzeitsysteme} +%\newcommand{\Lehrstuhlinhaber}{Prof.~Dr.-Ing.~habil.~Jürgen~Beyerer} \newcommand{\MainAdvisor}{Prof.~Dr.-Ing.~habil.~Jürgen~Beyerer} \newcommand{\CoAdvisor}{Zweitgutachter} -- GitLab