diff --git a/masterthesis.sty b/masterthesis.sty index 98fe2d9..22e162a 100644 --- a/masterthesis.sty +++ b/masterthesis.sty @@ -29,6 +29,11 @@ \@writeproftrue } +\newif\if@expose\@exposefalse +\DeclareOption{expose}{% + \@exposetrue +} + \ProcessOptions\relax % load packages @@ -119,9 +124,17 @@ \Large \begin{center} \if@privatedefs - \textcolor{uhhRed}{\textbf{\so{MASTERTHESIS}}} + \if@expose + \textcolor{uhhRed}{\textbf{\so{EXPOSE}}} + \else + \textcolor{uhhRed}{\textbf{\so{MASTERTHESIS}}} + \fi \else - \textcolor{red}{\textbf{\so{MASTERTHESIS}}} + \if@expose + \textcolor{red}{\textbf{\so{EXPOSE}}} + \else + \textcolor{red}{\textbf{\so{MASTERTHESIS}}} + \fi \fi \vspace*{2cm}\\ {\LARGE \textbf{\@title}} @@ -140,8 +153,10 @@ \else\fi Studiengang: \studiengang \vspace*{0.4cm} \\ Matrikelnummer: \matrikelnummer \vspace*{0.8cm} \\ + \if@expose\else Erstgutachter: \firstReviewer \vspace*{0.4cm} \\ Zweitgutachter: \secondReviewer + \fi \end{titlepage} \restoregeometry