Added new command variables
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
17
thesis.tex
17
thesis.tex
@ -9,8 +9,20 @@
|
|||||||
\author{Jim Martens}
|
\author{Jim Martens}
|
||||||
\date{03. Januar 2019}
|
\date{03. Januar 2019}
|
||||||
\subject{} % value for pdfsubject
|
\subject{} % value for pdfsubject
|
||||||
\newcommand{\keywords}{} % value for pdfkeywords
|
\newcommand{\keywords}{CV} % value for pdfkeywords
|
||||||
\newcommand{\studiengang}{Master Informatik}
|
\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
|
% use custom package to prevent spamming the preamble
|
||||||
\usepackage[licence, library]{masterthesis}
|
\usepackage[licence, library]{masterthesis}
|
||||||
@ -21,9 +33,6 @@
|
|||||||
% specify bib resource
|
% specify bib resource
|
||||||
\addbibresource{ma.bib}
|
\addbibresource{ma.bib}
|
||||||
|
|
||||||
\IfFileExists{./private/definitions.tex}{%
|
|
||||||
\input{./private/definitions.tex}}{}
|
|
||||||
|
|
||||||
% begin document
|
% begin document
|
||||||
\begin{document}
|
\begin{document}
|
||||||
% invoke start command(s) from masterthesis package
|
% invoke start command(s) from masterthesis package
|
||||||
|
|||||||
Reference in New Issue
Block a user