Skip to content

Commit

Permalink
feat: add ThesisAuthorEMail
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Dünkelmann <[email protected]>
  • Loading branch information
MartinX3 committed Sep 1, 2024
1 parent 51fdca7 commit af4ded4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Meta.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
\newcommand{\ThesisAuthorFirstname}{Max}
\newcommand{\ThesisAuthorLastname}{Mustermann}
\newcommand{\ThesisAuthor}{\ThesisAuthorFirstname~\ThesisAuthorLastname}
\newcommand{\ThesisAuthorEMail}{\ThesisAuthorFirstname.\ThesisAuthorLastname{}@smail.inf.h-brs.de}
\newcommand{\ThesisExternalCompany}{ACME Inc.}
\newcommand{\ThesisKeywords}{Keywords die diese Arbeit beschreiben}
\newcommand{\ThesisLocation}{Sankt Augustin}
Expand Down
2 changes: 1 addition & 1 deletion aussehen/beamertheme.sty
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
\usetheme{Antibes}
\title{\ThesisTitle}
\subtitle{\ThesisSubject}
\author{\ThesisAuthor}
\author[\ThesisAuthor]{\ThesisAuthor \\ \ThesisAuthorEMail}
\institute{Fachbereich \ThesisStudyCourseDepartmentGerman\ - Hochschule Bonn-Rhein-Sieg}
\date{\ThesisPubDate}
\logo{\includegraphics[height=0.5cm]{bilder/fhlogo}}
Expand Down

0 comments on commit af4ded4

Please sign in to comment.