Added exposé option

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-01-03 17:38:18 +01:00
parent ffe7b67069
commit d8c8ac618b

View File

@ -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