Added new command variables

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-01-03 17:15:29 +01:00
parent 1131781d71
commit 8027d5ae28
1 changed files with 13 additions and 4 deletions

View File

@ -9,8 +9,20 @@
\author{Jim Martens}
\date{03. Januar 2019}
\subject{} % value for pdfsubject
\newcommand{\keywords}{} % value for pdfkeywords
\newcommand{\keywords}{CV} % value for pdfkeywords
\newcommand{\studiengang}{Master Informatik}
\newcommand{\faculty}{MIN-Fakult\"{a}t}
\newcommand{\department}{Fachbereich Informatik}
% define here to prevent building errors
\newcommand{\professor}{}
\newcommand{\matrikelnummer}{}
\newcommand{\firstReviewer}{}
\newcommand{\secondReviewer}{}
% load protected variables
\IfFileExists{./private/variables.tex}{%
\input{./private/variables.tex}
}{}
% use custom package to prevent spamming the preamble
\usepackage[licence, library]{masterthesis}
@ -21,9 +33,6 @@
% specify bib resource
\addbibresource{ma.bib}
\IfFileExists{./private/definitions.tex}{%
\input{./private/definitions.tex}}{}
% begin document
\begin{document}
% invoke start command(s) from masterthesis package