From 8027d5ae285457ca3fefb65691a02d681cca7f9a Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Thu, 3 Jan 2019 17:15:29 +0100 Subject: [PATCH] Added new command variables Signed-off-by: Jim Martens --- thesis.tex | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/thesis.tex b/thesis.tex index bfec1b7..70dd9b0 100644 --- a/thesis.tex +++ b/thesis.tex @@ -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