Skip to content

Commit

Permalink
refactor: code
Browse files Browse the repository at this point in the history
remove duplicates
align Meta.tex with thesis template

Signed-off-by: Martin Dünkelmann <[email protected]>
  • Loading branch information
MartinX3 committed Sep 1, 2024
1 parent 441fe97 commit 9913a0c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
12 changes: 5 additions & 7 deletions Meta.tex
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
\newcommand{\ThesisAuthorGivenName}{Max}
\newcommand{\ThesisAuthorSurname}{Mustermann}
\newcommand{\ThesisAuthor}{\ThesisAuthorGivenName~\ThesisAuthorSurname}
\newcommand{\ThesisAuthorAddress}{Musterstr. 42 \\ 53123 Bonn}
\newcommand{\ThesisAuthorFirstname}{Max}
\newcommand{\ThesisAuthorLastname}{Mustermann}
\newcommand{\ThesisAuthor}{\ThesisAuthorFirstname~\ThesisAuthorLastname}
\newcommand{\ThesisExternalCompany}{ACME Inc.}
\newcommand{\ThesisKeywords}{Keywords die diese Arbeit beschreiben}
\newcommand{\ThesisLocation}{Sankt Augustin}
\newcommand{\ThesisPubDate}{\today}
\newcommand{\ThesisSubject}{Worum es geht}
\newcommand{\ThesisStudyCourse}{Computer Science}
\newcommand{\ThesisStudyCourseGerman}{Informatik}
\newcommand{\ThesisStudyCourseDepartment}{Computer Science}
\newcommand{\ThesisStudyCourseDepartmentGerman}{Informatik}
\newcommand{\ThesisSubjectType}{Seminararbeit}
\newcommand{\ThesisSupervisorFirst}{Prof. Dr. Erika Mustermann}
\newcommand{\ThesisSupervisorSecond}{Prof. Dr. Hermann Musterfrau}
\newcommand{\ThesisSupervisorExternal}{Herr Zorngiebel}
\newcommand{\ThesisTitle}{Titel der Arbeit}
\newcommand{\ThesisType}{Bachelor}
\newcommand{\UniversityName}{Hochschule Bonn-Rhein-Sieg}
6 changes: 5 additions & 1 deletion aussehen/beamertheme.sty
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
\title{\ThesisTitle}
\subtitle{\ThesisSubject}
\author{\ThesisAuthor}
\institute{Fachbereich \ThesisStudyCourseGerman - \UniversityName}
\institute{Fachbereich \ThesisStudyCourseDepartmentGerman\ - Hochschule Bonn-Rhein-Sieg}
\date{\ThesisPubDate}
\logo{\includegraphics[height=0.5cm]{bilder/fhlogo}}

Expand All @@ -27,3 +27,7 @@
}
}
\setbeamertemplate{footline}[my foot]

% Präsentationsnotizen auf 2. Bildschirm
% Programm pdfpc wird benötigt https://pdfpc.github.io/ https://github.com/pdfpc/pdfpc
\RequirePackage{pdfpc}
10 changes: 0 additions & 10 deletions aussehen/hbrs-inf.sty
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@

% Einstellungen für die Präsentation
\RequirePackage{aussehen/beamertheme}
\title{\ThesisTitle}
\subtitle{\ThesisSubject}
\author{\ThesisAuthor}
\institute{Fachbereich \ThesisStudyCourseGerman\ - \UniversityName}
\date{\ThesisPubDate}
\logo{\includegraphics[height=0.5cm]{bilder/fhlogo}}

% Präsentationsnotizen auf 2. Bildschirm
% Programm pdfpc wird benötigt https://pdfpc.github.io/ https://github.com/pdfpc/pdfpc
\RequirePackage{pdfpc}

\RequirePackage{hyperref}

Expand Down

0 comments on commit 9913a0c

Please sign in to comment.