2023-10-08 20:33:23 +02:00
% ****************************************************************************************************
% ferniunithesis-config.tex
% Use it at the beginning of your thesis.tex, or as a LaTeX Preamble
% in your thesis.{tex,lyx} with \input{fernunithesis-config}
% ****************************************************************************************************
% ****************************************************************************************************
% 1. Personal data and user ad-hoc commands
% ****************************************************************************************************
2024-07-07 22:57:05 +02:00
\newcommand { \myTitle } { Multi-Layer Optimization Strategies for Enhanced Performance in Digital Editions: A Study on Database Queries, Caches, Java EE and JSF\xspace }
2023-10-08 20:33:23 +02:00
%\newcommand{\mySubtitle}{An Homage to The Elements of Typographic Style\xspace}
\newcommand { \myDegree } { Bachelor of Science (B.Sc.)\xspace }
%\newcommand{\myDegree}{Bachelor of Arts (B.A.)\xspace}
%\newcommand{\myDegree}{Master of Science (M.Sc.)\xspace}
%\newcommand{\myDegree}{Master of Arts (M.A.)\xspace}
\newcommand { \myThesisType } { Expose\xspace }
%\newcommand{\myThesisType}{Masterarbeit\xspace}
\newcommand { \myName } { Marco Galster\xspace }
\newcommand { \myId } { 8335710\xspace }
\newcommand { \myProf } { Prof. Dr. Uta St\" orl\xspace }
\newcommand { \referent } { Referentin\xspace } % Referentin/Referent, depending on the gender of your prof
2024-09-22 00:51:24 +02:00
\newcommand { \mySupervisor } { Tobias Holstein\xspace }
2023-10-08 20:33:23 +02:00
\newcommand { \supervisor } { Betreuer\xspace } % Betreuerin/Betreuer, depending on the gender of your supervisor
\newcommand { \myFaculty } { Fakult\" at f\" ur Mathematik und Informatik\xspace }
\newcommand { \myUni } { FernUniversit\" at in Hagen\xspace }
\newcommand { \mySubjectArea } { Lehrgebiet Datenbanken und Informationssysteme\xspace }
2024-02-25 19:32:49 +01:00
\newcommand { \myLocation } { Höchstadt\xspace }
2024-09-26 23:43:15 +02:00
\newcommand { \myTime } { 29. September 2024\xspace }
2023-10-08 20:33:23 +02:00
\newcommand { \myVersion } { version 1.0\xspace }
% ****************************************************************************************************
% 2. Is it a master thesis?
% ****************************************************************************************************
%\PassOptionsToPackage{master}{fernunihesis} % uncomment if this is a master thesis
% ****************************************************************************************************
% 3. Does the thesis have a lock flag?
% ****************************************************************************************************
%\PassOptionsToPackage{lockflag}{fernunithesis} % uncomment if this thesis has a lock flag
% ****************************************************************************************************
% 4. Loading some handy packages
% ****************************************************************************************************
% ****************************************************************************************************
% Packages with options that might require adjustments
% ****************************************************************************************************
%\PassOptionsToPackage{ngerman,american}{babel} % change this to your language(s)
% Spanish languages need extra options in order to work with this template
%\PassOptionsToPackage{spanish,es-lcroman}{babel}
\usepackage { babel}
2024-06-02 15:43:11 +02:00
% Damit dies Funktioniert, muss in der "classicthesis.sty" die Zeile 153 einkommentieren, damit der Fehler "Black ist nicht bekannt" mehr auftritt
2024-01-06 16:02:26 +01:00
\usepackage { pgfplots} % External TikZ/PGF support (thanks to Andreas Nautsch)
2024-06-02 15:43:11 +02:00
\pgfplotsset { compat=1.18}
2024-01-06 16:02:26 +01:00
\usetikzlibrary { external,shapes.geometric, arrows, fit, arrows.meta}
% Notwendig, damit die Fehlermeldung "Black ist nicht bekannt" gelöst ist
% Kopiert aus "classicthesis.sty" - Zeile 153
\definecolor { Maroon} { cmyk} { 0, 0.87, 0.68, 0.32}
\definecolor { RoyalBlue} { cmyk} { 1, 0.50, 0, 0}
% \definecolor{Black}{cmyk}{0, 0, 0, 0}
\definecolor { Black} { HTML} { 221E1F} % Definition von https://en.wikibooks.org/wiki/LaTeX/Colors
2024-04-18 00:51:19 +02:00
\definecolor { Green} { HTML} { 00A64f}
2024-09-26 23:43:15 +02:00
% Farbiges Markieren mit \texthl{...}
\usepackage { soul}
% ToDos erstellen mit \todo{...}
\usepackage { todonotes}