70 lines
4.1 KiB
TeX
70 lines
4.1 KiB
TeX
% ****************************************************************************************************
|
|
% 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
|
|
% ****************************************************************************************************
|
|
\newcommand{\myTitle}{Multi-Layer Optimization Strategies for Enhanced Performance in Digital Editions: A Study on Database Queries, Caches, Java EE and JSF\xspace}
|
|
%\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
|
|
\newcommand{\mySupervisor}{Tobias Holstein\xspace}
|
|
\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}
|
|
\newcommand{\myLocation}{Höchstadt\xspace}
|
|
\newcommand{\myTime}{29. September 2024\xspace}
|
|
\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}
|
|
|
|
% Damit dies Funktioniert, muss in der "classicthesis.sty" die Zeile 153 einkommentieren, damit der Fehler "Black ist nicht bekannt" mehr auftritt
|
|
\usepackage{pgfplots} % External TikZ/PGF support (thanks to Andreas Nautsch)
|
|
\pgfplotsset{compat=1.18}
|
|
\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
|
|
\definecolor{Green}{HTML}{00A64f}
|
|
|
|
% Farbiges Markieren mit \texthl{...}
|
|
\usepackage{soul}
|
|
% ToDos erstellen mit \todo{...}
|
|
\usepackage{todonotes}
|
|
% für bessere Positionierung von Graphiken mit dem Kürzel H
|
|
\usepackage{float}
|