Path: blob/main/main-minted-english.tex
431 views
% !TeX spellcheck = en-US1% LTeX: language=en-US2% !TeX encoding = utf83% !TeX program = lualatex4% !TeX TXS-program:compile = txs:///lualatex/[--shell-escape]5% !BIB program = biber6% -*- coding:utf-8 mod:LaTeX -*-78% The following package allows \\ at the title page9% For more information see https://github.com/latextemplates/scientific-thesis-cover/issues/410\RequirePackage{kvoptions-patch}11\documentclass[12% fontsize=11pt is the standard13numbers=noenddot,14english, % English as main language; this parameter is passed to other packages (e.g., selnolig in the case of lualatex)15a4paper, % KOMAScript allows for both paper=a4 and (standard) a4paper - https://tex.stackexchange.com/a/61044/907516twoside, % We are optimizing for both screen and two-side printing. So the page numbers will jump, but the content is configured to stay in the middle (by using the geometry package)17bibliography=totoc,18% idxtotoc, % Index ins Inhaltsverzeichnis19% liststotoc, % List of * ins Inhaltsverzeichnis, mit liststotocnumbered werden die Abbildungsverzeichnisse nummeriert20headsepline,21cleardoublepage=empty,22parskip=half,23% draft % um zu sehen, wo noch nachgebessert werden muss - wichtig, da Bindungskorrektur mit drin24draft=false25]{scrbook}26\usepackage{scrlayer-scrpage}2728\usepackage{iftex}2930\usepackage{ifplatform}3132% backticks (`) are rendered as such in verbatim environments.33% See following links for details:34% - https://tex.stackexchange.com/a/341057/907535% - https://tex.stackexchange.com/a/47451/907536% - https://tex.stackexchange.com/a/166791/907537\usepackage{upquote}3839% Set English as language and allow to write hyphenated"=words40%41% Even though `american`, `english` and `USenglish` are synonyms for babel package (according to https://tex.stackexchange.com/questions/12775/babel-english-american-usenglish), the llncs document class is prepared to avoid the overriding of certain names (such as "Abstract." -> "Abstract" or "Fig." -> "Figure") when using `english`, but not when using the other 2.42% english has to go last to set it as default language43\usepackage[ngerman,main=english]{babel}44%45% Hint by http://tex.stackexchange.com/a/321066/9075 -> enable "= as dashes46\addto\extrasenglish{\languageshorthands{ngerman}\useshorthands{"}}4748% Links behave as they should. Enables "\url{...}" for URL typesettings.49% Allow URL breaks also at a hyphen, even though it might be confusing: Is the "-" part of the address or just a hyphen?50% See https://tex.stackexchange.com/a/3034/9075.51\usepackage[hyphens]{url}5253% When activated, use text font as url font, not the monospaced one.54% For all options see https://tex.stackexchange.com/a/261435/9075.55% \urlstyle{same}5657% Improve wrapping of URLs - hint by http://tex.stackexchange.com/a/10419/907558\makeatletter59\g@addto@macro{\UrlBreaks}{\UrlOrds}60\makeatother6162% nicer // - solution by http://tex.stackexchange.com/a/98470/907563% DO NOT ACTIVATE -> prevents line breaks64%\makeatletter65%\def\Url@twoslashes{\mathchar`\/\@ifnextchar/{\kern-.2em}{}}66%\g@addto@macro\UrlSpecials{\do\/{\Url@twoslashes}}67%\makeatother6869%math stuff70\usepackage[71centertags, % (default) center tags vertically72% tbtags, % 'Top-or-bottom tags': For a split equation, place equation numbers level with the last (resp. first) line, if numbers are on the right (resp. left).73sumlimits, % (default) Place the subscripts and superscripts of summation symbols above and below74% nosumlimits, % Always place the subscripts and superscripts of summation-type symbols to the side, even in displayed equations.75intlimits, % Like sumlimits, but for integral symbols.76% nointlimits, % (default) Opposite of intlimits.77namelimits, % (default) Like sumlimits, but for certain 'operator names' such as det, inf, lim, max, min, that traditionally have subscripts placed underneath when they occur in a displayed equation.78% nonamelimits, % Opposite of namelimits.79% leqno, % Place equation numbers on the left.80% reqno, % Place equation numbers on the right.81fleqn, % Position equations at a fixed indent from the left margin rather than centered in the text column.82]{amsmath}83\SetMathAlphabet{\mathcal}{normal}{OMS}{amsa}{m}{n} %% AMS font for mathcal8485%%% Doc: http://mirror.ctan.org/tex-archive/macros/latex/contrib/mh/doc/mathtools.pdf86% Erweitert amsmath und behebt einige Bugs87\usepackage[fixamsmath,disallowspaces]{mathtools}8889%%% Doc: http://www.ctan.org/info?id=fixmath90% LaTeX's default style of typesetting mathematics does not comply91% with the International Standards ISO31-0:1992 to ISO31-13:199292% which indicate that uppercase Greek letters always be typeset93% upright, as opposed to italic (even though they usually94% represent variables) and allow for typesetting of variables in a95% boldface italic style (even though the required fonts are96% available). This package ensures that uppercase Greek be typeset97% in italic style, that upright $\Delta$ and $\Omega$ symbols are98% available through the commands \upDelta and \upOmega; and99% provides a new math alphabet \mathbold for boldface100% italic letters, including Greek.101\usepackage{fixmath}102103%for theorems, replacement for amsthm104\usepackage[amsmath,hyperref]{ntheorem}105\theorempreskipamount 2ex plus1ex minus0.5ex106\theorempostskipamount 2ex plus1ex minus0.5ex107\theoremstyle{break}108\newtheorem{definition}{Definition}[chapter]109110%%% Doc: http://mirror.ctan.org/tex-archive/macros/latex/contrib/onlyamsmath/onlyamsmath.dvi111% Warnt bei Benutzung von Befehlen die mit amsmath inkompatibel sind.112113% Braucht man evtl. nicht.114% \usepackage[115% all,116% warning117% ]{onlyamsmath}118119%% !!! If you change the font, be sure that words such as "workflow" can120%% !!! still be copied from the PDF. If this is not the case, you have121%% !!! to use glyphtounicode. See comment at cmap package.122%%123%% Background: "workflow" contains "fl" which is a ligature, which in turn124%% is rendered as one character in the PDF and needs to be split125%% whily copying.126127\ifluatex128\usepackage[no-math]{fontspec}129\usepackage{unicode-math}130131% See https://tug.org/FontCatalogue/texgyretermes/ for more information132\setmainfont{texgyretermes}[133Extension = .otf,134UprightFont = *-regular,135BoldFont = *-bold,136ItalicFont = *-italic,137BoldItalicFont = *-bolditalic,138Ligatures=TeX139]140% See https://tug.org/FontCatalogue/texgyreheros/ for more information141\setsansfont[Scale=.9]{TeX Gyre Heros Regular}142% shapely l, upright quotes143% Normal scaling is too large --> thus, we use ",Scale=.9"144\ifwindows145\setmonofont[StylisticSet={1,3},Scale=.9]{Inconsolata}146\else147\setmonofont[StylisticSet={1,3},Scale=.9]{Inconsolatazi4}148\fi149150% Enable proper ligatures151% For more information see https://ctan.org/pkg/selnolig152% language "english" or "ngerman" is passed to selnolig by the document class153\usepackage{selnolig}154155\else156\RequirePackage{newtxtext}157\RequirePackage{newtxmath}158\RequirePackage[zerostyle=b,scaled=.9]{newtxtt}159160% Has to be loaded AFTER any font packages. See https://tex.stackexchange.com/a/2869/9075.161\usepackage[T1]{fontenc}162\fi163164% DE: Noch mehr Symbole165%\usepackage{stmaryrd} %fuer \ovee, \owedge, \otimes166%\usepackage{marvosym} %fuer \Writinghand %patched to not redefine \Rightarrow167%\usepackage{mathrsfs} %mittels \mathscr{} schoenen geschwungenen Buchstaben erzeugen168%\usepackage{calrsfs} %\mathcal{} ein bisserl dickeren buchstaben erzeugen - sieht net so gut aus.169170% EN: Fallback font - if the subsequent font packages do not define a font (e.g., monospaced)171% This is the modern package for "Computer Modern".172% In case this gets activated, one has to switch from cmap package to glyphtounicode (in the case of pdflatex)173% DE: Fallback-Schriftart174%\usepackage[%175% rm={oldstyle=false,proportional=true},%176% sf={oldstyle=false,proportional=true},%177% tt={oldstyle=false,proportional=true,variable=true},%178% qt=false%179%]{cfr-lm}180181% EN: Headings are typeset in Helvetica (which is similar to Arial)182% DE: Schriftart fuer die Ueberschriften - ueberschreibt lmodern183%\usepackage[scaled=.95]{helvet}184185% DE: Für Schreibschrift würde tun, muss aber nicht186%\usepackage{mathrsfs} % \mathscr{ABC}187188% EN: Font for the main text189% DE: Schriftart fuer den Fliesstext - ueberschreibt lmodern190% Linux Libertine, siehe http://www.linuxlibertine.org/191% Packageparamter [osf] = Minuskel-Ziffern192% rm = libertine im Brottext, Linux Biolinum NICHT als serifenlose Schrift, sondern helvet (von oben) beibehalten193%\usepackage[rm]{libertine}194195% EN: Alternative Font: Palantino. It is recommeded by Prof. Ludewig for German texts196% DE: Alternative Schriftart: Palantino, Packageparamter [osf] = Minuskel-Ziffern197% Bitte nur in deutschen Texten198%\usepackage{mathpazo} %ftp://ftp.dante.de/tex-archive/fonts/mathpazo/ - Tipp aus DE-TEX-FAQ 8.2.1199% EN: The euro sign200% DE: Das Euro Zeichen201% Fuer Palatino (mathpazo.sty): richtiges Euro-Zeichen202% Alternative: \usepackage{eurosym}203% \newcommand{\EUR}{\ppleuro}204205% DE: Schriftart fuer Programmcode - ueberschreibt lmodern206% Falls auskommentiert, wird die Standardschriftart lmodern genommen207% Fuer schreibmaschinenartige Schluesselwoerter in den Listings - geht bei alten Installationen nicht, da einige Fontshapes (<>=) fehlen208%\usepackage[scaled=.92]{luximono}209%\usepackage{courier}210% DE: BeraMono als Typewriter-Schrift, Tipp von http://tex.stackexchange.com/a/71346/9075211%\usepackage[scaled=0.83]{beramono}212213\usepackage{setspace}214% Alternative package: https://ctan.org/pkg/leading215216% Symbole Check und Cross217\usepackage{pifont}218\newcommand{\dingcheck}{\ding{51}}219\newcommand{\dingcross}{\ding{55}}220%for scaling see http://tex.stackexchange.com/a/130236/9075221222% DE: Noch mehr Symbole223%\usepackage{stmaryrd} %fuer \ovee, \owedge, \otimes224%\usepackage{marvosym} %fuer \Writinghand %patched to not redefine \Rightarrow225%\usepackage{mathrsfs} %mittels \mathscr{} schoenen geschwungenen Buchstaben erzeugen226%\usepackage{calrsfs} %\mathcal{} ein bisserl dickeren buchstaben erzeugen - sieht net so gut aus.227228\automark[section]{chapter}229\setkomafont{pageheadfoot}{\normalfont\sffamily}230\setkomafont{pagenumber}{\normalfont\sffamily}231232\ihead[]{}233\chead[]{}234\ohead[]{\headmark}235\cfoot[]{}236\ofoot[\usekomafont{pagenumber}\thepage]{\usekomafont{pagenumber}\thepage}237\ifoot[]{}238239% Character protrusion and font expansion. See http://www.ctan.org/tex-archive/macros/latex/contrib/microtype/240241\usepackage[242babel=true, % Enable language-specific kerning. Take language-settings from the languge of the current document (see Section 6 of microtype.pdf)243expansion=alltext,244protrusion=alltext-nott, % Ensure that at listings, there is no change at the margin of the listing245% In the standard configuration, this template is always in the final mode, so this option only makes a difference if "pros" use the draft mode246final % Always enable microtype, even if in draft mode. This helps finding bad boxes quickly.247]{microtype}248249% \texttt{test -- test} keeps the "--" as "--" (and does not convert it to an en dash)250\DisableLigatures{encoding = T1, family = tt* }251252%\DeclareMicrotypeSet*[tracking]{my}{ font = */*/*/sc/* }%253%\SetTracking{ encoding = *, shape = sc }{ 45 }254% Source: http://homepage.ruhr-uni-bochum.de/Georg.Verweyen/pakete.html255% Deactiviated, because does not look good256257\usepackage{graphicx}258259% Base folder, so there is no need to repeat this over and over again.260\graphicspath{ {figures/} }261262%%% Doc: http://mirror.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf263\usepackage{pdfpages} % Include pages from external PDF documents in LaTeX documents264265% Diagonal lines in a table - http://tex.stackexchange.com/questions/17745/diagonal-lines-in-table-cell266% Slashbox is not available in texlive (due to licensing) and also gives bad results. Thus, we use diagbox267\usepackage{diagbox}268269\ifluatex270\usepackage{spelling}271\spellingoutput{off}272\fi273274\usepackage[dvipsnames, table]{xcolor}275% See https://github.com/gpoore/minted276\usepackage[newfloat]{minted}277278\setminted{279% Line numbers not flowing out of the margin280numbersep=5pt,281xleftmargin=12pt,282%283% Better listing breaking284breakafter=-/\{,285breakbefore=\\286%287% Alternative: Rely on pygment's tokenizer. Does not work well with LaTeX and comments288% breakbytoken=true,289% breakbytokenanywhere=true290}291292%\usemintedstyle{bw} %black and white style293%\usemintedstyle{vs} %visual studio294\usemintedstyle{friendly_grayscale}295%\usemintedstyle{friendly}296%\usemintedstyle{eclipse} %http://www.jevon.org/wiki/Eclipse_Pygments_Style297%\usemintedstyle{autumn}298%\usemintedstyle{rrt}299%\usemintedstyle{borland}300301% We need to load caption to have a bold font on the label302% The other parameters mimic the layout of the LNCS class303\usepackage[labelfont=bf,font=small,skip=4pt]{caption}304\SetupFloatingEnvironment{listing}{name=List.,within=none}305306% When using both minted and listings307% Compatibility of packages minted and listings with respect to the numbering of "List." caption308% Source: https://tex.stackexchange.com/a/269510/9075309% \AtBeginEnvironment{listing}{\setcounter{listing}{\value{lstlisting}}}310% \AtEndEnvironment{listing}{\stepcounter{lstlisting}}311312% Intermediate solution for hyperlinked refs. See https://tex.stackexchange.com/q/132420/9075 for more information.313\newcommand{\labelline}[1]{\label[line]{#1}\hypertarget{#1}{}}314\newcommand{\refline}[1]{\hyperlink{#1}{\FancyVerbLineautorefname~\ref*{#1}}}315316% For easy quotations: \enquote{text}317% This package is very smart when nesting is applied, otherwise textcmds (see below) provides a shorter command318\usepackage[autostyle=true]{csquotes}319320% Enable using "`quote"' - see https://tex.stackexchange.com/a/150954/9075321\defineshorthand{"`}{\openautoquote}322\defineshorthand{"'}{\closeautoquote}323324% Nicer tables (\toprule, \midrule, \bottomrule)325\usepackage{booktabs}326327% Extended enumerate, such as \begin{compactenum}328\usepackage{paralist}329\usepackage[330backend = biber, %biber does not work with 64x versions alternative: bibtex8; minalphanames only works with biber backend331sortcites = true,332bibstyle = alphabetic,333citestyle = alphabetic,334giveninits = true,335useprefix = false, %"von, van, etc." will be printed, too. See below.336minnames = 1,337minalphanames = 3,338maxalphanames = 4,339maxbibnames = 99,340maxcitenames = 2,341natbib = true,342eprint = true,343url = true,344doi = true, %source: http://tex.stackexchange.com/a/23118/9075345isbn = true, %source: http://tex.stackexchange.com/a/23118/9075346backref = true]{biblatex}347348% enable more breaks at URLs. See https://tex.stackexchange.com/a/134281.349\setcounter{biburllcpenalty}{7000}350\setcounter{biburlucpenalty}{8000}351352\bibliography{bibliography}353%\addbibresource[datatype=bibtex]{\bibliography{bibliography}}354355% Do not put "vd" in the label, but put it at "\citeauthor"356% Source: http://tex.stackexchange.com/a/30277/9075357\makeatletter358\AtBeginDocument{\toggletrue{blx@useprefix}}359\AtBeginBibliography{\togglefalse{blx@useprefix}}360\makeatother361362% Thin spaces between initials363% http://tex.stackexchange.com/a/11083/9075364\renewrobustcmd*{\bibinitdelim}{\,}365366% Keep first and last name together in the bibliography367% http://tex.stackexchange.com/a/196192/9075368\renewcommand*\bibnamedelimc{\addnbspace}369\renewcommand*\bibnamedelimd{\addnbspace}370371% Replace last "and" by comma in bibliography372% See http://tex.stackexchange.com/a/41532/9075373\AtBeginBibliography{%374\renewcommand*{\finalnamedelim}{\addcomma\space}%375}376377% enable hyperlinked author names when using \citeauthor378% source: http://tex.stackexchange.com/a/75916/9075379\DeclareCiteCommand{\citeauthor}380{381\boolfalse{citetracker}%382\boolfalse{pagetracker}%383\usebibmacro{prenote}384}385{386\ifciteindex387{\indexnames{labelname}}388{}%389\printtext[bibhyperref]{\printnames{labelname}}390}391{\multicitedelim}392{\usebibmacro{postnote}}393394% Farbige Tabellen395% ----------------396% Das Paket colortbl wird inzwischen automatisch durch xcolor geladen397%398% Erweiterte Funktionen innerhalb von Tabellen399% --------------------------------------------400%%% Doc: http://mirror.ctan.org/tex-archive/macros/latex/contrib/multirow/multirow.sty401\usepackage{multirow} % Mehrfachspalten402%403%%% Doc: Documentation inside dtx Package404\usepackage{dcolumn} % Ausrichtung an Komma oder Punkt405406%%% Doc: http://mirror.ctan.org/tex-archive/macros/latex/contrib/supertabular/supertabular.pdf407%\usepackage{supertabular}408409%%% Fussnoten/Endnoten ===================================================410411%%% Doc: http://mirror.ctan.org/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf412%413\usepackage[414bottom, % Footnotes appear always on bottom. This is necessary specially when floats are used415stable, % Make footnotes stable in section titles416% perpage, % Reset on each page417% para, % Place footnotes side by side of in one paragraph.418% side, % Place footnotes in the margin419ragged, % Use RaggedRight420% norule, % Suppress rule above footnotes421multiple, % Rearrange multiple footnotes intelligent in the text.422% symbol, % Use symbols instead of numbers423]{footmisc}424425\counterwithout{footnote}{chapter} % Continuous numbering of footnotes across chapters426427\interfootnotelinepenalty=10000 % Verhindert das Fortsetzen von Fussnoten auf der gegenüberligenden Seite428429% EN: Put footnotes below floats430% DE: Fußnoten unter Gleitumgebungen ("floats") platzieren431% Source: https://tex.stackexchange.com/a/32993/9075432\usepackage{stfloats}433\fnbelowfloat434435% EN: Extended support for footnotes436% DE: Fußnoten437%438%\usepackage{dblfnote} %Zweispaltige Fußnoten439%440% Keine hochgestellten Ziffern in der Fußnote (KOMA-Script-spezifisch):441%\deffootnote[1.5em]{0pt}{1em}{\makebox[1.5em][l]{\bfseries\thefootnotemark}}442%443% Abstand zwischen Fußnoten vergrößern:444%\setlength{\footnotesep}{.85\baselineskip}445%446% EN: Following command disables the separting line of the footnote447% DE: Folgendes Kommando deaktiviert die Trennlinie zur Fußnote448%\renewcommand{\footnoterule}{}449%450%\addtolength{\skip\footins}{\baselineskip} % Abstand Text <-> Fußnote451452% DE: Fußnoten immer ganz unten auf einer \raggedbottom-Seite453% DE: fnpos kommt aus dem yafoot package454%\usepackage{fnpos}455%\makeFNbelow456%\makeFNbottom457458% TODO (and comment) configuration459%460% - \todo (from todo, easy-todo, todonotes) / \TODO (from fixmetodonotes) - for "normal" TODOs461% - \todofix - "important" TODOs462%463% - \textcomment - highlights text and has a hover comment464% - \sidecomment - just puts a comment to the side. Note: \comment MUST NOT be used as command name, it is already defined by much packages (mathdesign, mindflow, verbatim, and others)465%466% - \missingfigure467%468% - \textmarker469% - \modified470% - \change - adresses a review comment471472% Enable nice comments473\usepackage{pdfcomment}474475\newcommand{\textcomment}[2]{\colorbox{yellow!60}{#1}\pdfcomment[color={0.234 0.867 0.211},hoffset=-6pt,voffset=10pt,opacity=0.5]{#2}}476477% Small PDF comment478% 1. Parameter: Comment479\newcommand{\sidecomment}[1]{\pdfcomment[color={0.045 0.278 0.643},voffset=4pt,icon=Note]{#1}}480% Disabled variant - for the final PDF481%\newcommand{\sidecomment}[1]{}482483\newcommand{\todo}[1]{TODO!\sidecomment{#1}}484485% Änderungen486%487% 1. Parameter: Review-Kommentar488% 2. Parameter: Neuer Text489\newcommand{\change}[2]{{\color{red}#2}\pdfcomment[color={0.234 0.867 0.211},voffset=8pt,opacity=0.5]{#1}}490% Disabled variant - for the final PDF491%\newcommand{\change}[2]{#2}492493% Define default commands494\makeatletter495\@ifundefined{missingfigure}{\newcommand{\missingfigure}{... missing figure ...}}{}496\@ifundefined{textcomment}{\newcommand{\textcomment}[2]{#1 \todo{#2}}}{}497\@ifundefined{sidecomment}{\newcommand{\sidecomment}[1]{\marginpar{#1}}}{}498\@ifundefined{todo}{\newcommand{\todo}[1]{\sidecomment{#1}}}{}499\@ifundefined{TODO}{\newcommand{\TODO}[1]{\todo{#1}}}{}500\@ifundefined{todofix}{\newcommand{\todofix}[1]{\todo{#1}}}{}501\@ifundefined{change}{\newcommand{\change}[2]{#1 $\rightarrow$ #2}}{}502\makeatother503504% Textmarker (Textfarbe rot)505\newcommand{\textmarker}[1]{{\color{red} #1}\xspace}506507% Modified (Text blau)508\newcommand{\modified}[1]{{\color{blue!60!black} #1}\xspace}509510\usepackage[group-minimum-digits=4,per-mode=fraction]{siunitx}511512% See http://tex.stackexchange.com/a/83051/9075513% Normally, doesn't work with hyperref, but cleveref fixes that514\usepackage{varioref}515516% Enable that parameters of \cref{}, \ref{}, \cite{}, ... are linked so that a reader can click on the number an jump to the target in the document517\usepackage{hyperref}518519% Enable hyperref without colors and without bookmarks520\hypersetup{521hidelinks,522colorlinks=true, % Links erhalten Farben statt Kaeten523raiselinks=true, % calculate real height of the link524allcolors=black,525pdfstartview=Fit,526breaklinks=true, % Links ueberstehen Zeilenumbruch527hypertexnames=false, % Fix jumping to algorithm line - http://tex.stackexchange.com/a/156404/9075528}529530% Enable correct jumping to figures when referencing531\usepackage[all]{hypcap}532533534%%%535% Ermoeglicht es, Abbildungen um 90 Grad zu drehen536% Alternatives Paket: rotating Allerdings wird hier nur das Bild gedreht, während bei lscape auch die PDF-Seite gedreht wird.537%Das Paket lscape dreht die Seite auch nicht538\usepackage{pdflscape}539540\usepackage[caption=false,font=footnotesize]{subfig}541542% Alternative for making subfigures:543% Part of the caption package. See http://www.ctan.org/pkg/caption544% Ersetzt die Pakete subfigure und subfig - siehe https://tex.stackexchange.com/a/13778/9075545%546% (subfigure is outdated. subfig is maintained, but subcaption is better)547% See: http://tex.stackexchange.com/questions/13625/subcaption-vs-subfig-best-package-for-referencing-a-subfigure548%\usepackage[hypcap=true]{subcaption}549550\usepackage{mindflow}551552% https://ctan.org/pkg/algorithms553% Consists of two environments: algorithm and algorithmic554% Although oudated, it defines the "algorithm" float enviornment555% TODO: Define floating environment "algorithm" in other ways556\usepackage[chapter]{algorithm}557558% https://ctan.org/pkg/algpseudocodex559% Successor of algorithmicx; more modern than https://ctan.org/pkg/algorithms560\usepackage{algpseudocodex}561562\floatname{algorithm}{Algorithmus}563\renewcommand{\listalgorithmname}{Algorithmenverzeichnis}564565\newcommand{\commentchar}{\ensuremath{/\mkern-4mu/}}566\algrenewcommand{\algorithmiccomment}[1]{\hfill $\commentchar$ #1}567568% Extensions for references inside the document (\cref{fig:sample}, ...)569% Enable usage \cref{...} and \Cref{...} instead of \ref: Type of reference included in the link570% That means, "Figure 5" is a full link instead of just "5".571\usepackage[capitalise,nameinlink,noabbrev]{cleveref}572573\crefname{listing}{Listing}{Listings}574\Crefname{listing}{Listing}{Listings}575576% Intermediate solution for hyperlinked refs. See https://tex.stackexchange.com/q/132420/9075 for more information.577\newcommand{\llabel}[1]{\label[line]{#1}\hypertarget{#1}{}}578\newcommand{\lref}[1]{\hyperlink{#1}{\FancyVerbLineautorefname~\ref*{#1}}}579580\usepackage{lipsum}581582% For demonstration purposes only583% These packages can be removed when all examples have been deleted584\usepackage[math]{blindtext}585\usepackage{mwe}586\usepackage[realmainfile]{currfile}587\usepackage{tcolorbox}588\tcbuselibrary{minted}589590%introduce \powerset - hint by http://matheplanet.com/matheplanet/nuke/html/viewtopic.php?topic=136492&post_id=997377591\DeclareFontFamily{U}{MnSymbolC}{}592\DeclareSymbolFont{MnSyC}{U}{MnSymbolC}{m}{n}593\DeclareFontShape{U}{MnSymbolC}{m}{n}{594<-6> MnSymbolC5595<6-7> MnSymbolC6596<7-8> MnSymbolC7597<8-9> MnSymbolC8598<9-10> MnSymbolC9599<10-12> MnSymbolC10600<12-> MnSymbolC12%601}{}602\DeclareMathSymbol{\powerset}{\mathord}{MnSyC}{180}603604\usepackage[605translate=babel,606abbreviations, % create "abbreviations" glossary607nomain, % don't create "main" glossary608stylemods=longbooktabs % do the adjustments for the longbooktabs styles609]{glossaries-extra}610\setglossarystyle{long3col-booktabs}611612% Hint by https://tex.stackexchange.com/a/463188/9075613% \usepackage{glossary-longextra}614615% Following is required if the abbreviation list should be sorted automatically (\printglossary / \printglossaries)616% Not required, if we printed the entries in-order (using \printunsrtglossaries)617% Required to have the German chapter name % Source: https://tex.stackexchange.com/a/426392/9075618\makeglossaries619620\input{abbreviations}621622% Allows for defining commands that don't eat spaces.623\usepackage{xspace}624% Adds compatibility to \xspace und \enquote625\makeatletter626\xspaceaddexceptions{\grqq \grq \csq@qclose@i \} }627\makeatother628629\newcommand{\eg}{e.g.,\ }630\newcommand{\ie}{i.e.,\ }631632% Enable hyphenation at other places as the dash.633% Example: applicaiton\hydash specific634\makeatletter635\newcommand{\hydash}{\penalty\@M-\hskip\z@skip}636% Definition of "= taken from http://mirror.ctan.org/macros/latex/contrib/babel-contrib/german/ngermanb.dtx637\makeatother638639% Add manual adapted hyphenation of English words640% See https://ctan.org/pkg/hyphenex and https://tex.stackexchange.com/a/22892/9075 for details641\input{ushyphex}642643% correct bad hyphenation here644\hyphenation{645op-tical net-works semi-conduc-tor646% May not be hypphenated647AROMA TOSCA BPMN OASIS OMG DMTF IT DevOps648}649650\input{commands}651652% Package URL: https://ctan.org/pkg/scientific-thesis-cover653\usepackage[654title={Is Oil the future?},655author={Lars K.},656type=bachelor,657institute=iaas, % or other institute names - or just a plain string using {Demo\\Demo...}658course={Medieninformatik},659examiner={Prof.\ Dr.\ Uwe Fessor},660supervisor={Dipl.-Inf.\ Roman Tiker,\\Dipl.-Inf.\ Laura Stern,\\Otto Normalverbraucher,\ M.Sc.},661startdate={July 5, 2018},662enddate={January 5, 2019}663]{scientific-thesis-cover}664665666\ifpdftex667% Enable copy and paste of text from the PDF668% Only required for pdflatex. It "just works" in the case of lualatex.669% Alternative: cmap or mmap package670% mmap enables mathematical symbols, but does not work with the newtx font set671% See: https://tex.stackexchange.com/a/64457/9075672% Other solutions outlined at http://goemonx.blogspot.de/2012/01/pdflatex-ligaturen-und-copynpaste.html and http://tex.stackexchange.com/questions/4397/make-ligatures-in-linux-libertine-copyable-and-searchable673% Trouble shooting outlined at https://tex.stackexchange.com/a/100618/9075674%675% According to https://tex.stackexchange.com/q/451235/9075 this is the way to go676\input{glyphtounicode}677\pdfgentounicode=1678\fi679% DM: line-breaking-description env vom daniel w.680681% credit goes to daniel w. :-)682%% --- Descriptions with line breaks in labels ---------------------------------683\usepackage{calc}684685\newcommand*\Descriptionlabel[1]{%686\raisebox{0pt}[1ex][0pt]{687\makebox[\labelwidth][1]{688\parbox[t]{\labelwidth}{689\hspace{0pt}\textbf{#1:}}}}690}691692\newcommand*\Descriptionlabelx[1]{%693\parbox[t]{\textwidth}{694\textbf{#1}\\\mbox{}}695}696697\newenvironment{Description}{698\begin{list}{}{699\let\makelabel\Descriptionlabelx700\setlength\labelwidth{1em}701\setlength\leftmargin{\labelwidth+\labelsep}702}703}704{705\end{list}706}707708% globally change line spacing of lists709% paralist has suspended development since 10 years.710% enumitem has been updated 2011-09-28711\usepackage[inline]{enumitem}712\setlist{partopsep=0pt,itemsep=1pt}713714%------------------------------------------------------------------------715% fquote Fancy Quotation environment716% supports empty/optional author717718% Use \sloppy to make right-margin easier?719% Set picture units to be relative to font size (em)?720% Use begingroup to rest units afterwards?721722\usepackage{xifthen}% provides \isempty test723\definecolor{quotemark}{gray}{0.7}724725%fquote environment with author as optional parameter726%usage: \begin{fquote}quote\end{fquote} or \begin{fquote}[Author]quote\end{fquote}727\newenvironment{fquote}[1][]{%728\newcommand{\fqauthor}{\relax}729\ifthenelse{\isempty{#1}}730{}% do nothing731{\renewcommand{\fqauthor}{\hfill\textsc{--- #1}}}732\vspace{1em}733\begin{list}{}{%734\setlength{\leftmargin}{0.2\textwidth}735\setlength{\rightmargin}{0.2\textwidth}736}737\item[]%738\begin{picture}(0,0)(0,0)739\put(-15,-5){\makebox(0,0){%740\scalebox{4.5}{\textcolor{quotemark}{\bfseries``}}}%741}742\end{picture}\em\ignorespaces%743}{%744\newline%745\makebox[0pt][l]{\hspace{0.6\textwidth}%746\begin{picture}(0,0)(0,0)747\put(15,10){\makebox(0,0){%748\scalebox{4.5}{\textcolor{quotemark}{\rmfamily\bfseries''}}}%749}750\end{picture}}%751\fqauthor752\end{list}753}754755%German fquote756% 1 parameter for the author's name, may be empty ("{}")757% guaranteed German quotes (works with lualatex and babel package)758% usage: \begin{gfquote}{Author}quote\end{gfquote}759\newenvironment{gfquote}[1]{%760\newcommand{\fqauthor}{\relax}761\ifthenelse{\isempty{#1}}762{}% do nothing763{\renewcommand{\fqauthor}{\hfill\textsc{\textemdash #1}}}764\vspace{1em}765\begin{list}{}{%766\setlength{\leftmargin}{0.2\textwidth}767\setlength{\rightmargin}{0.2\textwidth}768}769\item[]%770\begin{picture}(0,0)(0,0)771\put(-15,-5){\makebox(0,0){%772\scalebox{4.5}{\textcolor{quotemark}{\bfseries \glqq}}}%773}774\end{picture}\em\ignorespaces%775}{%776\newline%777\makebox[0pt][l]{\hspace{0.6\textwidth}%778\begin{picture}(0,0)(0,0)779\put(15,10){\makebox(0,0){%780\scalebox{4.5}{\textcolor{quotemark}{\rmfamily\bfseries \grqq}}}%781}782\end{picture}}%783\fqauthor784\end{list}785}786787% fix incompatibilities between KOMA and other packages, mainly float.788% should be loaded at the very end - see http://tex.stackexchange.com/a/156256/9075789\usepackage{scrhack}790791792\begin{document}793\raggedbottom794\pagenumbering{arabic}795\Titelblatt796797\pagestyle{plain.scrheadings}798\renewcommand*{\chapterpagestyle}{plain.scrheadings}799800% abstract801% Same style as table of contents802\section*{Abstract}803\emph{Write an abstract for your work.804Replace each of the points below with one sentence (two if you must) and you have your abstract.805Write it when you finished your entire report.806\footnote{https://www.easterbrook.ca/steve/2010/01/how-to-write-a-scientific-abstract-in-six-easy-steps/}}807808\emph{Introduction.}809In one sentence, what’s the topic?810Phrase it in a way that your reader will understand.811If you’re writing a PhD thesis, your readers are the examiners – assume they are familiar with the general field of research, so you need to tell them specifically what topic your thesis addresses.812Same advice works for scientific papers – the readers are the peer reviewers, and eventually others in your field interested in your research, so again they know the background work, but want to know specifically what topic your paper covers.813814\emph{State the problem you tackle.}815What’s the key research question?816Again, in one sentence.817(Note: For a more general essay, I’d adjust this slightly to state the central question that you want to address)818Remember, your first sentence introduced the overall topic, so now you can build on that, and focus on one key question within that topic.819If you can’t summarize your thesis/paper/essay in one key question, then you don’t yet understand what you’re trying to write about.820Keep working at this step until you have a single, concise (and understandable) question.821822\emph{Summarize (in one sentence) why nobody else has adequately answered the research question yet.}823For a PhD thesis, you’ll have an entire chapter, covering what’s been done previously in the literature.824Here you have to boil that down to one sentence.825But remember, the trick is not to try and cover all the various ways in which people have tried and failed; the trick is to explain that there’s this one particular approach that nobody else tried yet (hint: it’s the thing that your research does).826But here you’re phrasing it in such a way that it’s clear it’s a gap in the literature.827So use a phrase such as “previous work has failed to address…”.828(if you’re writing a more general essay, you still need to summarize the source material you’re drawing on, so you can pull the same trick – explain in a few words what the general message in the source material is, but expressed in terms of what’s missing)829830\emph{Explain, in one sentence, how you tackled the research question.}831What’s your big new idea?832(Again for a more general essay, you might want to adapt this slightly: what’s the new perspective you have adopted? or:833What’s your overall view on the question you introduced in step 2?)834835\emph{In one sentence, how did you go about doing the research that follows from your big idea.}836Did you run experiments?837Build a piece of software?838Carry out case studies?839This is likely to be the longest sentence, especially if it’s a PhD thesis – after all you’re probably covering several years worth of research.840But don’t overdo it – we’re still looking for a sentence that you could read aloud without having to stop for breath.841Remember, the word ‘abstract’ means a summary of the main ideas with most of the detail left out.842So feel free to omit detail!843(For those of you who got this far and are still insisting on writing an essay rather than signing up for a PhD, this sentence is really an elaboration of sentence 4 – explore the consequences of your new perspective).844845\emph{As a single sentence, what’s the key impact of your research?846Here we’re not looking for the outcome of an experiment.847}848We’re looking for a summary of the implications.849What’s it all mean?850Why should other people care?851What can they do with your research.852(Essay folks: all the same questions apply: what conclusions did you draw, and why would anyone care about them?)853854855\microtypesetup{protrusion=false}856857% In case you have trouble with headings reaching into the page numbers, enable the following three lines.858% Hint by http://golatex.de/inhaltsverzeichnis-schreibt-ueber-rand-t3106.html859%860%\makeatletter861%\renewcommand{\@pnumwidth}{2em}862%\makeatother863%864% In case of a strange break in the table of contents,865% a page break can be inserted by issuing the following command at the "right" place in the main text:866% \addtocontents{toc}{\protect\newpage}867\tableofcontents868869\listoffigures870871\listoftables872\listoflistings873874% mittels \newfloat wurde die Algorithmus-Gleitumgebung definiert.875% Mit folgendem Befehl werden alle floats dieses Typs ausgegeben876%\listof{Algorithmus}{List of Algorithms}877%\listofalgorithms %Ist nur für Algorithmen, die mittels \begin{algorithm} umschlossen werden, nötig878879% Abbreviations / Acronyms880\printglossary[type=\acronymtype,title={Abbreviations}]881% \printglossaries882% \printnoidxglossaries883% \printunsrtglossaries cannot be used, because then no indexing happens; source: https://tex.stackexchange.com/a/287128/9075884885\microtypesetup{protrusion=true}886887% Headline and footline888\renewcommand*{\chapterpagestyle}{scrplain}889\pagestyle{scrheadings}890891%%% ===============================================================================892\chapter{Introduction}\label{sec:introduction}893%%% ===============================================================================894895\emph{Purpose and scope of your entire report}.896The purpose of your entire report is to make a \emph{scientific argument using the scientific method}.897A scientific argument always has the following steps that all must come in this order.898%899\begin{itemize}900\item[SM1] \emph{Explicate the assumptions and state of the art} on which you are going to conduct your research to investigate your research problem/test the hypothesis.901\item[SM2] Clearly and precisely \emph{formulate a research problem or hypothesis}.902\item[SM3] \emph{Describe the (research) method} that you followed to investigate the problem / to test the hypothesis in a way that \emph{allows someone else to reproduce your steps}.903The method must includes steps and criteria for evaluating whether you answered your question successfully or not.904\item[SM4] \emph{Provide execution details} on how you followed the method in the given, specific situation.905\item[SM5] \emph{Report your results} by describing and summarizing your measurements.906You must not interpret your results.907\item[SM6] \emph{Now interpret your results} by contextualizing the measurements and drawing conclusion that lead to answering your research problem or defining further follow-up research problems.908\end{itemize}909%910This template will mark various parts of the structure with SM1-SM6 to recall to you which step of a scientific argument is used and where.911912\emph{Purpose and scope of \cref{sec:introduction}}.913The introduction chapter is a summary of your work and your scientific argument that shall be understandable to anyone in your scientific field, e.g., anyone in Data Science.914A reader must be able to comprehend the problem, method, relevant execution details, results, and their interpretation by reading the introduction and the introduction alone.915Section~\ref{sec:introduction:topic} introduces the general topic of your research.916Section~\ref{sec:introduction:state-of-art} discusses the state of the art and identifies a research.917Section~\ref{sec:introduction:research-question} then states the research problem to investigate.918Section~\ref{sec:problem-exposition:research-method} explains the research method that was followed, possibly with execution details.919Section~\ref{sec:introduction:results} then presents the results and their interpretation.920Only if a reader thinks they are not convinced or they need more details to reproduce your study, they shall have to read further.921The individual chapters and sections provide the details for each of the steps in your scientific argument.922923You usually write the introduction chapter \emph{after} you wrote all other chapters, but you should keep on making notes for each of the sections as you write the later chapters.924.925926\emph{Purpose and scope of the introduction paragraph to a chapter}.927The paragraph you are reading above is a typical introductory paragraph to a chapter.928It is a high-level summary of the chapters' topic (SM1 and SM2).929It gives the reader some guidance by breaking down the chapter topic into subtopics that are clearly named (SM3) in the right order with forward references to the corresponding sections (SM4).930It may close with announcing the result you obtain (SM6) but this is usually not done in the opening paragraph of the introduction.931932% ---------------------------------------------------------------------------------933\section{Context and Topic (SM1)}\label{sec:introduction:topic}934% ---------------------------------------------------------------------------------935936\emph{Purpose and scope}.937You begin with providing the general scientific audience an introduction into the specific topic of your work.938The aim of this section is to first introduce the \emph{general subject of study} (``Giraffes are well-known animals and everyone's favorite''), the \emph{specific topic of societal or scientific interest} to investigate (``Giraffes have blue tongues'') and the \emph{objective of society/science towards} this topic (``it is unknown at the moment how the blue color tone evolved'').939It must be understandable by the general scientific public.940Every \emph{term} with a specific meaning must be highlighted and introduced in precise language/concepts that only builds on a general scientific background.941942At the end of this section, you have explained and established a general goal that society/science universally agrees to be worth achieving (``knowing how everyone's favorite animal evolved the colour of their tongue'').943944% ---------------------------------------------------------------------------------945\section{State of the Art (SM1)}\label{sec:introduction:state-of-art}946% ---------------------------------------------------------------------------------947948\emph{Purpose and scope}.949You provide a more in-depth introduction into the research topic by contrasting the current state of the art in society/science in relation to the research topic you introduced in \cref{sec:introduction:topic}.950This introduction has to951952\begin{itemize}953\item present established facts, methods, and results that provide a deeper understanding of the research topic (``prior work on giraffe genomes, relevance of giraffes for societal well-being, giraffes being a model-animal for various other studies, etc.'')954\item discuss in which ways prior and recent ideas still fall short of reaching the general goal you explained in \cref{sec:introduction:topic} (``prior work only sequenced the genome of one giraffe and did not consider genes of ancient ancestors'')955\end{itemize}956957You have to provide citations/literature references for each of the statements and claims you are making.958This section is usually a summary of the related work discussion in \cref{sec:background}.959960At the end of this section, you have established a \emph{knowledge gap} between the state of the art and the general objective you developed in \cref{sec:introduction:topic}.961\emph{Stating a (knowledge) gap between a status quo and a desired situation is the \emph{first step} of a writing scientific argument.}962963% ---------------------------------------------------------------------------------964\section{Research Question (SM2)}\label{sec:introduction:research-question}965% ---------------------------------------------------------------------------------966967\emph{Purpose and scope}.968In this section you state in which way you will address the knowledge gap you identified at the end of \cref{sec:introduction:state-of-art}.969You usually cannot address and resolve the entire knowledge gap in your work.970The purpose of this section is to clearly detail the specific part of the knowledge that you will address.971You thereby make all the assumptions explicit that underlie your work (``in this report we focus on genomes of female giraffes who lived in the years 1950-2000 in South Africa'').972973Your general research question states974\begin{itemize}975\item The starting point/assumptions you are making from which your research starts (``for the given 13 genomes of female giraffes...''), and976\item the final objective/solution you want to reach (``...identify the genes involved in color expression of giraffe tongues...'')977\item and the evaluation criteria that will determine whether you are successful (``...that are present in at least 75\% of the studied giraffes'')978\end{itemize}979980You will usually break your general research question down into sub-research questions.981You may do this here.982The sub-research questions have to form a chain that take you in smaller steps from the starting point/assumptions of your general research question to your final objective and evaluation.983984% ---------------------------------------------------------------------------------985\section{Method or Approach (SM3, SM4)}\label{sec:introduction:method}986% ---------------------------------------------------------------------------------987988\emph{Purpose and scope}.989In this section you outline the method that you applied to answer the research questions, or the new technical approach that you developed to answer it.990It is a summary of the steps that someone else has to take in order to reproduce your steps.991Mention here the data sets you had to obtain/gather/analyze, interviews with stakeholders you had to make to further develop the research questions, technical artifacts (programs, algorithms, models) you could apply or that you had to develop (and how they work).992993The section is most readable if you give each of the steps in your method its own paragraph.994In each paragraph you first briefly explain the concept of the step in your method (SM3, ``we explored the data through visual analytics'') and then provide details in execution (SM4, ``we used tool X, we developed dashboard Y'') include a forward reference to the respective chapter that provides more details.995996% ---------------------------------------------------------------------------------997\section{Findings (SM5, SM6)}\label{sec:introduction:results}998% ---------------------------------------------------------------------------------9991000\emph{Purpose and scope}.1001You close the introduction by clearly stating the evaluation setup you designed to evaluate the success of your study regarding the research objective, which comes in two steps.1002It is most likely a summary of your evaluation in \cref{sec:evaluation}.10031004\section*{Results (SM5)}10051006You state the evaluation method that is in line with your research question from \cref{sec:introduction:research-question} and summarize the measurements you obtained but you do not interpret them, i.e., you only report the numbers but you do not include judging statements.10071008\section*{Interpretation (SM6)}10091010You summarize your interpretation of the results and draw conclusions.1011State whether and to which degree the research question from \cref{sec:introduction:research-question} has been answered successfully or not.10121013Finally state briefly how much closer society and science have come in answering the general objective you outlined in \cref{sec:introduction:topic}.10141015%%% ===============================================================================1016\section{Background (SM1)}\label{sec:background}1017%%% ===============================================================================10181019\emph{Purpose and scope}.1020The background chapter has multiple roles.1021\begin{itemize}10221023\item \emph{Preliminaries.}1024It has to provide all (and exactly the) information that is necessary to understand the methodological and technical parts of your work in the specific area of study.1025Assume as starting point another student in your degree who did not study the specific subject you are studying but has the task to understand your work.1026Which concepts, terms, definitions, etc. does the student have to know?1027Which formulas, symbols, etc. are standard in this topic?1028Only introduce definitions if you actually need them in any of the subsequent chapters.10291030\item \emph{Related Work.}1031It has to provide a comprehensive discussion of all prior work in the area on this subject.1032Your discussion has to summarize these prior works and has to explain in which way the research question you are solving (\cref{sec:introduction:research-question}) has not bee solved yet because prior work had more limiting assumptions, addressed a different angle, their results are not complete etc. Depending on the subject you are studying, the related work part can be larger and warrant an entire chapter on its own, or be fully concluded within \cref{sec:introduction:state-of-art}.10331034You can close the related work discussion by clarifying the positioning and formulation of your research question (SM2) in relation to all the prior work, making more explicit whether you address an existing research question under different premises or whether you work on a modified or completely new research question.1035\end{itemize}10361037%%% ===============================================================================1038\section{Problem Exposition (optional)}\label{sec:problem-exposition}1039%%% ===============================================================================10401041\emph{Purpose and scope}.1042Introduce the problem context in more detail if \cref{sec:introduction:topic} does not provide all necessary information about the problem to follow the rest of the report.1043This can include further details on the data you studied, context assumptions and requirements, etc.10441045If you have to expose the problem in more detail here, then this chapter should also provide a more detailed explanation of research question and the method you are applying, i.e., you can now provide more concrete sub-problems compared to \cref{sec:introduction:research-question} more details for the method \cref{sec:introduction:method} because you now have explained the problem much better.1046A typical structure can be.10471048% ---------------------------------------------------------------------------------1049\section{Context/Business Understanding (SM1)}\label{sec:problem-exposition:context-understanding}1050% ---------------------------------------------------------------------------------10511052provide details10531054% ---------------------------------------------------------------------------------1055\section{Data Understanding (SM1)}\label{sec:problem-exposition:data-understanding}1056% ---------------------------------------------------------------------------------10571058provide details10591060% ---------------------------------------------------------------------------------1061\section{Detailed Research Questions (SM2)}\label{sec:problem-exposition:research-problems}1062% ---------------------------------------------------------------------------------10631064provide details based on \cref{sec:problem-exposition:context-understanding} and \ref{sec:problem-exposition:data-understanding}10651066% ---------------------------------------------------------------------------------1067\section{Detailed Method (SM3)}\label{sec:problem-exposition:research-method}1068% ---------------------------------------------------------------------------------10691070provide details based on \cref{sec:problem-exposition:context-understanding} and \ref{sec:problem-exposition:data-understanding}10711072%%% ===============================================================================1073\section{First Real Chapter addressing first Research Problem}\label{sec:problem1}1074%%% ===============================================================================10751076\emph{Purpose and scope}.1077After you stated research context (SM1), research problem (SM2), and research method (SM3) in \cref{sec:introduction} and possibly \cref{sec:problem-exposition}, the remainder of your entire report addresses execution (SM4), results (SM5), and interpretation (SM6).1078You usually do this by addressing various sub-problems again through scientific arguments following the 6 steps SM1-SM6.10791080Have a short chapter introduction that recalls and explains the first research problem of your thesis.1081The problem has to show up in the introduction in \cref{sec:introduction:research-question} or in \cref{sec:problem-exposition:research-problems} already.1082This provides the background (SM1) for this chapter while the first research problem of the thesis becomes the research question/hypothesis (SM2) for this chapter.10831084Next, explain in the chapter intro how you solve the research problem in this chapter by breaking it down in further sub-problems.1085By this, you outline the method (SM3) through which you are going to solve the problem of this chapter.1086This is necessary to give the reader guidance of what's to come in this chapter and how it fits into the thesis as a whole.1087Explain that you will address the first sub-problem in \cref{sec:problem1:subproblem1} and the second sub-problem in \cref{sec:problem1:subproblem2}, etc. The sections then provide the details for execution and results.10881089% ---------------------------------------------------------------------------------1090\section{First Sub-Problem}\label{sec:problem1:subproblem1}1091% ---------------------------------------------------------------------------------10921093\emph{The first paragraph describes the first sub-problem and develops the requirements a solution has to satisfy (SM2 for this section).}1094The requirements have to be based on the knowledge and reasoning developing in the preceding chapters and sections.1095Try to use an example to illustrate the problem and the desired properties of the solution.1096Check that every term/concept you use here has already been defined already in a previous section.1097If you cannot describe your problem without defining new terms, you may have to add another section before this one that develops the terms and concepts you need to explain the problem.10981099\emph{The second paragraph describes the method/approach how you address the problem (SM3 for this section).}1100Describe the method in a level of detail that allows another student to reproduce your steps.1101Make use of appendices % (see \cref{sec:appendix1})1102if certain details take too much space.11031104\emph{The third, fourth, and following paragraph provides details on applying the method or developing a new approach, i.e., execution (SM4) and may explain results (SM5)}, i.e. details on the steps needed to reproduce the results.11051106Results (SM5) can come in many forms, e.g., conceptual diagrams, algorithms, tables, charts, a list of articles from a literature research etc. You must reference them (``\cref{fig:my_label} shows.1107..'') and describe the results in text.1108If you use diagrams, tables, or charts, you cannot expect the reader to know what to you expect them to see in a diagram, table or chart.1109Describe to them how to read these, explain the meaning of particular elements, point out special observations.1110But you may only describe the results you must not interpret them.1111Make use of appendices if certain details take too much space.11121113\begin{figure}1114\centering1115%%%\includegraphics{/path/to/figure.pdf}1116\caption{A scientific figure that has to be explained in the text}1117\label{fig:my_label}1118\end{figure}11191120\emph{After describing the results, you may interpret them (SM6).}1121Here you can infer what a particular observation means (for you), how it can be applied, or what others can do with it.1122You must not write interpretations before completely describing your results.1123This is a common mistake done by most beginner writers.1124You want to quickly get to the point, which is the final finding or interpretation.1125But you forget that your reader does not understand yet what you are interpreting - they do not know yet what you do know.1126An interpretation can only be followed after all results have been described.1127The interpretation must be based on the written description only.1128Then you can be sure that your readers can follow your interpretation and reach the same conclusions as you have.11291130Ideally, your interpretation leads to the next sub-problem in \cref{sec:problem1:subproblem2}.11311132% ---------------------------------------------------------------------------------1133\section{Second Sub-Problem}\label{sec:problem1:subproblem2}1134% ---------------------------------------------------------------------------------11351136You now build on the solution to the first sub-problem of \cref{sec:problem1:subproblem1} (SM1) and recall second sub-problem (SM2, you detailed in the introduction of this chapter) and follow the same pattern as before (SM3-SM6).11371138Note that not all sections may not include all parts SM1-SM6 in all detail.1139Some sections do not require to repeatedly state the background (SM1) or the research problem (SM2) if they were already clearly defined in a previous section.1140Sometimes, a section is only dedicated to describing the method (SM3) and execution (SM4) and does not contain any results or interpretations.1141Sometimes results (SM5) and interpretations (SM6) only come in the evaluation chapter.11421143What is important for you when you are writing a scientific argument is not to slavishly have SM1-SM6 in each section explicitly, but that you are always fully aware of the following:1144%1145\begin{itemize}1146\item Which step of a scientific argument am I currently writing (SM1, SM2, ..., SM6)?1147\item Does the step that I am writing come in the right order, i.e., if you are writing about execution (SM4, e.g., details of building a model), is there a preceding paragraph or section that describes the method (SM3) and is that one preceded by a clear statement of the (sub-)problem addressed (SM2)?1148\item Are you really \emph{not} writing interpretation SM6 before SM5, SM4, or SM3?1149\item Is it clear to the reader which part of the scientific argument you are currently making?1150\end{itemize}11511152%%% ===============================================================================1153\section{Second Real Chapter}\label{sec:sub-problem2}1154%%% ===============================================================================11551156Have a short chapter introduction that recalls what you already achieved in \cref{sec:problem1} and explain the second research problem of your thesis.1157The problem has to show up in the introduction in \cref{sec:introduction:research-question} or in \cref{sec:problem-exposition:research-problems} already.1158etc.11591160%%% ===============================================================================1161\section{Evaluation}\label{sec:evaluation}1162%%% ===============================================================================11631164\emph{Purpose and scope}.1165The evaluation chapter should be the most formal and rigorously structured chapter of your thesis as the validity of your evaluation argument depends on it.11661167% ---------------------------------------------------------------------------------1168\section{Objective (SM2)}\label{sec:evaluation:objective}1169% ---------------------------------------------------------------------------------11701171Clearly state what you want to evaluate and what you want to measure.11721173% ---------------------------------------------------------------------------------1174\section{Setup (SM3)}\label{sec:evaluation:setup}1175% ---------------------------------------------------------------------------------11761177State which data, participants, tools, etc. you chose and why.1178Clearly state how you measure outcomes and how you compare them to baselines, reference groups, etc.11791180% ---------------------------------------------------------------------------------1181\section{Execution (SM4)}\label{sec:evaluation:execution}1182% ---------------------------------------------------------------------------------11831184Provide all details on the execution that are necessary to allows another person to reproduce your results at a later point.11851186% ---------------------------------------------------------------------------------1187\section{Results (SM5)}\label{sec:evaluation:results}1188% ---------------------------------------------------------------------------------11891190You only report the measurements.1191You must present and reference them (``\cref{fig:my_label2} shows.1192..'') and describe the results in text.1193If you use diagrams, tables, or charts, you cannot expect the reader to know what to you expect them to see in a diagram, table or chart.1194Describe to them how to read these, explain the meaning of particular elements, point out special observations.1195But you may only describe the results you must not interpret them.1196Make use of appendices if certain details take too much space.11971198\begin{figure}1199\centering1200%%%\includegraphics{/path/to/figure.pdf}1201\caption{Another scientific figure that has to be explained in the text}1202\label{fig:my_label2}1203\end{figure}12041205% ---------------------------------------------------------------------------------1206\section{Discussion (SM6)}\label{sec:evaluation:discussion}1207% ---------------------------------------------------------------------------------12081209An interpretation can only be followed after all results have been described.1210The interpretation must be based on the written description in \cref{sec:evaluation:results} only.1211Then you can be sure that your readers can follow your interpretation and reach the same conclusions as you have.121212131214\chapter{LaTeX Hints}1215\label{sec:latexhints}12161217% Required for proper example rendering in the compiled PDF1218\newcount\LTGbeginlineexample1219\newcount\LTGendlineexample1220\newenvironment{ltgexample}%1221{\LTGbeginlineexample=\numexpr\inputlineno+1\relax}%1222{\LTGendlineexample=\numexpr\inputlineno-1\relax%1223\tcbinputlisting{%1224listing only,1225listing file=\currfilepath,1226colback=green!5!white,1227colframe=green!25,1228coltitle=black!90,1229coltext=black!90,1230left=8mm,1231title=Corresponding \LaTeX{} code of \texttt{\currfilepath},1232minted language=TeX,1233minted style=vs,1234minted options={1235fontsize=\footnotesize,1236firstline=\the\LTGbeginlineexample,1237lastline=\the\LTGendlineexample,1238firstnumber=\the\LTGbeginlineexample,1239breaklines,1240linenos,1241numbersep=8pt1242}1243}1244}%12451246This chapter contains hints on writing LaTeX.1247It focuses on minimal examples, which can be directly adapted to the content12481249\section{Handling of paragraphs}12501251\begin{ltgexample}1252One sentence per line.1253This rule is important for the usage of version control systems.1254A new line is generated with a blank line.1255As you would do in Word:1256New paragraphs are generated by pressing enter.1257In LaTeX, this does not lead to a new paragraph as LaTeX joins subsequent lines.1258In case you want a new paragraph, just press enter twice!1259This leads to an empty line.1260In word, there is the functionality to press shift and enter.1261This leads to a hard line break.1262The text starts at the beginning of a new line.1263In LaTeX, you can do that by using two backslashes (\textbackslash\textbackslash).1264\\1265This is rarely used.12661267Please do \textit{not} use two backslashes for new paragraphs.1268For instance, this sentence belongs to the same paragraph, whereas the last one started a new one.1269A long motivation for that is provided at \url{http://loopspace.mathforge.org/HowDidIDoThat/TeX/VCS/#section.3}.1270\end{ltgexample}12711272\section{Notes separated from the text}12731274The package mindflow enables writing down notes and annotations in a way so that they are separated from the main text.12751276\begin{ltgexample}1277\begin{mindflow}1278This is a small note.1279\end{mindflow}1280\end{ltgexample}12811282\section{Handling TODOs}12831284\begin{ltgexample}1285\textmarker{Markierter Text.}1286\end{ltgexample}12871288Bei \verb1\textmarker1 wird nur die Textfarbe geändert, da dies auch bei einigen Worten gut funktioniert.12891290\begin{ltgexample}1291\textcomment{Markierter Text.}{Kommentar dazu.}1292\end{ltgexample}12931294\begin{ltgexample}1295\hl{In Gelb hervorgehoben.}1296Provided indirectly by pdfcomment.sty (soulpos).1297\end{ltgexample}12981299\begin{ltgexample}1300\modified{Manuelle Markierung für Text, der seit der letzten Version geändert wurde.}1301\end{ltgexample}13021303\begin{ltgexample}1304Das ist ein Text.1305\change{FL1: Text angepasst}{Geänderter Text}.1306\end{ltgexample}13071308\begin{ltgexample}1309Hier nur ein Kommentar\sidecomment{Kommentar}.1310\end{ltgexample}13111312\begin{ltgexample}1313\todo{Hier muss noch kräftig Text produziert werden}1314\end{ltgexample}13151316\section{Hyphenation}13171318\LaTeX{} automatically hyphenates words.1319When using \href{https://ctan.org/pkg/microtype}{microtype}, there should be fewer hyphenations than in other settings.1320It might be necessary to tweak the hyphenations nevertheless.1321Here are some hints:13221323\begin{ltgexample}1324In case you write \enquote{application-specific}, then the word will only be hyphenated at the dash.1325You can also write \verb1applica\allowbreak{}tion-specific1 (result: applica\allowbreak{}tion-specific), but this is much more effort.13261327You can now write words containing hyphens which are hyphenated at other places in the word.1328For instance, \verb1application"=specific1 gets application"=specific.1329This is enabled by an additional configuration of the babel package.1330\end{ltgexample}13311332\section{Typesetting Units}13331334\begin{ltgexample}1335Numbers can be written plain text (such as 100), by using the \href{https://ctan.org/pkg/siunitx}{siunitx} package as follows:1336\SI{100}{\km\per\hour},1337or by using plain \LaTeX{} (and math mode):1338$100 \frac{\mathit{km}}{h}$.1339\end{ltgexample}13401341\begin{ltgexample}1342\SI{5}{\percent} of \SI{10}{kg}1343\end{ltgexample}13441345\begin{ltgexample}1346Numbers are automatically grouped: \num{123456}.1347\end{ltgexample}13481349\section{Surrounding Text by Quotes}13501351\begin{ltgexample}1352Please use the \enquote{enquote command} to quote something.1353Quoting with "`quote"' or ``quote'' also works.13541355\end{ltgexample}13561357\section{Cleveref examples}1358\label{sec:ex:cref}13591360Cleveref demonstration: Cref at beginning of sentence, cref in all other cases.13611362\begin{figure}1363\centering1364\includegraphics[width=.75\linewidth]{example-image-a}1365\caption{Example figure for cref demo}1366\label{fig:ex:cref}1367\end{figure}13681369\begin{table}1370\centering1371\begin{tabular}{ll}1372\toprule1373Heading1 & Heading2 \\1374\midrule1375One & Two \\1376Thee & Four \\1377\bottomrule1378\end{tabular}1379\caption{Example table for cref demo}1380\label{tab:ex:cref}1381\end{table}13821383\begin{ltgexample}1384\Cref{fig:ex:cref} shows a simple fact, although \cref{fig:ex:cref} could also show something else.13851386\Cref{tab:ex:cref} shows a simple fact, although \cref{tab:ex:cref} could also show something else.13871388\Cref{sec:ex:cref} shows a simple fact, although \cref{sec:ex:cref} could also show something else.1389\end{ltgexample}13901391\section{Figures}13921393\begin{ltgexample}1394\Cref{fig:label} shows something interesting.13951396\begin{figure}1397\centering1398\includegraphics[width=.8\linewidth]{example-image-golden}1399\caption[Simple Figure]{1400Simple Figure.1401Based on \citet{mwe}.1402}1403\label{fig:label}1404\end{figure}1405\end{ltgexample}14061407\section{Sub Figures}14081409An example of two sub figures is shown in \cref{fig:two_sub_figures}.14101411\begin{ltgexample}1412\begin{figure}[!b]1413\centering1414\subfloat[Case I]{\includegraphics[width=.4\linewidth]{example-image-a}%1415\label{fig:first_case}}1416\hfil1417\subfloat[Case II]{\includegraphics[width=.4\linewidth]{example-image-b}%1418\label{fig:second_case}}1419\caption{Example figure with two sub figures.}1420\label{fig:two_sub_figures}1421\end{figure}1422\end{ltgexample}14231424\section{Tables}14251426\begin{ltgexample}1427\begin{table}1428\caption{Simple Table}1429\label{tab:simple}1430\centering1431\begin{tabular}{ll}1432\toprule1433Heading1 & Heading2 \\1434\midrule1435One & Two \\1436Thee & Four \\1437\bottomrule1438\end{tabular}1439\end{table}1440\end{ltgexample}14411442\begin{ltgexample}1443% Source: https://tex.stackexchange.com/a/468994/90751444\begin{table}1445\caption{Table with diagonal line}1446\label{tab:diag}1447\begin{center}1448\begin{tabular}{|l|c|c|}1449\hline1450\diagbox[width=10em]{Diag \\Column Head I}{Diag Column\\Head II} & Second & Third \\1451\hline1452& foo & bar \\1453\hline1454\end{tabular}1455\end{center}1456\end{table}1457\end{ltgexample}145814591460\section{Source Code}14611462\href{https://github.com/gpoore/minted}{minted} is a sophisticated package to enable properly highlighted listings.1463It uses the \href{http://pygments.org/}{pygments} library, which in turn requires Python.14641465\begin{ltgexample}1466\Cref{lst:XML} shows source code written in XML.1467\refline{line:comment} contains a comment.14681469\begin{listing}[htbp]1470\begin{minted}[linenos=true,escapeinside=||]{xml}1471<listing name="example">1472<!-- comment --> |\labelline{line:comment}|1473<content>not interesting</content>1474</listing>1475\end{minted}1476\caption{Example XML listing using minted}1477\label{lst:XML}1478\end{listing}1479\end{ltgexample}14801481One can also typeset JSON as shown in \cref{lst:flJSON}.14821483\begin{ltgexample}1484\begin{listing}[htbp]1485\begin{minted}[linenos=true,escapeinside=||]{json}1486{1487key: "value"1488}1489\end{minted}1490\caption{Example JSON listing using minted}1491\label{lst:flJSON}1492\end{listing}1493\end{ltgexample}14941495Java is also possible as shown in \cref{lst:flJava}.14961497\begin{ltgexample}1498\begin{listing}[htbp]1499\begin{minted}[linenos=true,escapeinside=||]{java}1500public class Hello {1501public static void main (String[] args) {1502System.out.println("Hello World!");1503}1504}1505\end{minted}1506\caption{Java code rendered using minted}1507\label{lst:flJava}1508\end{listing}1509\end{ltgexample}15101511\section{Itemization}15121513One can list items as follows:15141515\begin{ltgexample}1516\begin{itemize}1517\item Item One1518\item Item Two1519\end{itemize}1520\end{ltgexample}15211522With the package paralist, one can create itemizations with lesser spacing:15231524\begin{ltgexample}1525\begin{compactitem}1526\item Item One1527\item Item Two1528\end{compactitem}1529\end{ltgexample}15301531One can enumerate items as follows:15321533\begin{ltgexample}1534\begin{enumerate}1535\item Item One1536\item Item Two1537\end{enumerate}1538\end{ltgexample}15391540With the package paralist, one can create enumerations with lesser spacing:15411542\begin{ltgexample}1543\begin{compactenum}1544\item Item One1545\item Item Two1546\end{compactenum}1547\end{ltgexample}15481549With paralist, one can even have all items typeset after each other and have them clean in the TeX document:15501551\begin{ltgexample}1552\begin{inparaenum}1553\item All these items...1554\item ...appear in one line1555\item This is enabled by the paralist package.1556\end{inparaenum}1557\end{ltgexample}15581559\section{Abbreviations}15601561With \verb+\gls{...}+ you can enter abbreviations, the first time you call it, the long form is used.1562When reusing \verb+\gls{..}+ the short form is automatically displayed.1563The abbreviation is also automatically inserted in the abbreviation list.1564With \verb+\glspl{...}+ the plural form is used.1565If you want the short form to appear directly at the first use, you can use \verb+\glsunset{..}+ to mark an abbreviation as already used.1566The opposite is achieved with \verb+\glsreset{..}+.15671568Abbreviations are defined in \verb+\content\ausarbeitung.tex+ by means of \verb+\newacronym{...}{...}{...}+.15691570More information at: \url{https://ctan.org/pkg/bib2gls}.15711572\begin{ltgexample}1573At the first pass the \gls{fr} was 5.1574At the second pass was \gls{fr} 3.1575The plural form can be seen here: \glspl{er}.1576To demonstrate what the list of abbreviations looks like for longer description texts, \glspl{rdbms} must be mentioned here.15771578\gls{dante} is a local \TeX\ user group.1579The German-speaking local \TeX\ user group is \gls{dante}.1580A \gls{gp} is a medical doctor.1581I went to my surgery to see the \gls{gp}.1582\end{ltgexample}15831584\todo{Include difference between acronym and abbreviation - \url{https://tex.stackexchange.com/a/154566/9075}}15851586\section{Other Features}15871588\begin{ltgexample}1589The words \enquote{workflow} and \enquote{dwarflike} can be copied from the PDF and pasted to a text file.1590\end{ltgexample}15911592\begin{ltgexample}1593The symbol for powerset is now correct: $\powerset$ and not a Weierstrass p ($\wp$).15941595$\powerset({1,2,3})$1596\end{ltgexample}15971598\begin{ltgexample}1599Brackets work as designed:1600<test>1601One can also input backticks in verbatim text: \verb|`test`|.1602\end{ltgexample}160316041605\section{Varioref examples}1606\label{sec:ex:vref}16071608Varioref demonstration: Vref at beginning of sentence, vref in all other cases.16091610\begin{ltgexample}1611\Vref{fig:ex:cref} shows a simple fact, although \vref{fig:ex:cref} could also show something else.16121613\Vref{tab:ex:cref} shows a simple fact, although \vref{tab:ex:cref} could also show something else.16141615\Vref{sec:ex:cref} shows a simple fact, although \vref{sec:ex:cref} could also show something else.1616\end{ltgexample}16171618\section{Citations}16191620When referencing something from the bibliography file, it will automatically appear in the references section.1621If a reference is not cited, it is not appearing there.16221623\begin{ltgexample}1624Standard case: Citing indirectly citing something~\cite{mwe}.1625In case one wants to name the author: \textcite{mwe} shows a minimal \LaTeX{} example.1626\end{ltgexample}16271628Note that \texttt{\textbackslash textcite\{mwe\}} prints both the author and the reference to the bibliography entry.16291630Remember that you have to call \texttt{biber main-english} to generate the bibliography data for \texttt{lualatex}.1631You will need to run \texttt{lualatex} twice to ensure that the page numbers are updated correctly.163216331634In the bibliography, use \texttt{\textbackslash textsuperscript} for \enquote{st}, \enquote{nd}, \ldots:1635E.g., \enquote{The 2\textsuperscript{nd} conference on examples}.1636When you use \href{https://www.jabref.org}{JabRef}, you can use the clean up command to achieve that.1637See \url{https://help.jabref.org/en/CleanupEntries} for an overview of the cleanup functionality.16381639\section{Miscellaneous Examles}1640\label{ssec:example}16411642Referencetest: \Cref{ssec:example}, \cref{fig:Abbildung} und \cref{alg:example}.16431644\begin{ltgexample}1645Checkmark: \dingcheck.1646Crossmark: \dingcross.1647\end{ltgexample}16481649\begin{figure}1650\missingfigure{}1651\caption{Abbildung}1652\label{fig:Abbildung}1653\end{figure}16541655\begin{landscape}1656\begin{figure}1657\missingfigure{}1658\caption{Gedrehte Abbildung}1659\label{fig:AbbildungGedreht}1660\end{figure}1661\end{landscape}16621663\subsection{Algorithmen}16641665\begin{algorithm}1666\caption{$algo$}1667\label{alg:example}1668\begin{algorithmic}[1]1669\State $a \gets 0$1670\State State 2\label{alg1:state2}1671\end{algorithmic}1672\end{algorithm}16731674\begin{algorithm}1675\caption{Algorithmus 2}1676\label{alg:example2}1677\begin{algorithmic}[1]1678\State $a \gets 0$1679\State State 2\label{alg2:state2}1680\end{algorithmic}1681\end{algorithm}16821683\Cref{alg:example} hat bereits einen Algorithmus gezeigt.1684Test der Zeilenreferenzierung: Zeile~\ref{alg1:state2} (\cref{alg:example}) und Zeile~\ref{alg2:state2} (\cref{alg:example2}).16851686\subsection{Definitionen}1687\begin{definition}[Title]1688\label{def:def1}1689Definition Text1690\end{definition}16911692\Cref{def:def1} zeigt \ldots16931694\subsection{Aufzählungen}16951696\begin{enumerate}[label=\alph*)]1697\item a1698\item b1699\item c1700\item d1701\end{enumerate}17021703Equivalent to paralist's inparaenum:1704\begin{enumerate*}[label=\alph*)]1705\item a1706\item b1707\item c1708\item d1709\end{enumerate*}17101711\begin{description}1712\item[first] Erstens1713\item[second] Zweitens1714\item[third] Drittens1715\end{description}17161717\begin{description}1718\item[\texttt{first}] Erstens1719\item[\texttt{second}] Zweitens1720\item[\texttt{third}] Drittens1721\end{description}17221723%works only if package enumitem is loaded1724\begin{description}[font=\ttfamily]1725\item[first] Erstens1726\item[second] Zweitens1727\item[third] Drittens1728\end{description}17291730\begin{description}[style=unboxed]1731\item[first label with a long description text breaking over one line. Enabled by enumitem package] Erstens1732\item[second] Zweitens1733\item[third] Drittens1734\end{description}17351736\begin{Description}1737\item[first label with a long description text breaking over one line. Defined in template.tex] Erstens1738\item[second] Zweitens1739\item[third] Drittens1740\end{Description}17411742\begin{itemize}1743\item Erstens1744\item Zweitens1745\item Drittens1746\end{itemize}17471748Optionaler Parameter ändert den Marker, der vorangestellt ist.1749Siehe \url{http://www.weinelt.de/latex/item.html}.1750\begin{itemize}1751\item[A] Erstens1752\item[B] Zweitens1753\item[C] Drittens1754\end{itemize}17551756Falsche Benutzung des optionalen Parameters wie folgt:1757\begin{itemize}1758\item[first] Erstens1759\item[second] Zweitens1760\item[third] Drittens1761\end{itemize}1762Dabei ist zu beachten, dass es sich bei Einbindung von \texttt{enumitem} anders verhält als bei \texttt{paralist}.17631764\subsection{fquote}17651766\begin{fquote}[T.\ Informatiker]1767Bis nächsten Freitag ist das Programm fertig.1768\end{fquote}17691770\begin{gfquote}{T.\ Informatiker}1771Bis nächsten Freitag ist das Programm fertig.1772\end{gfquote}177317741775%%% ===============================================================================1776\chapter{Conclusion and Outlook}\label{sec:conclusion}1777%%% ===============================================================================17781779Your conclusions are not just a factual summary of your work, but they position, interpret, and defend your findings against the state of the art that you discussed in \cref{sec:introduction:state-of-art}.1780You specifically outline which concrete findings or methodological contributions advance our knowledge towards the general objective you introduced in \cref{sec:introduction:topic}.1781Objectively discuss which parts you solved and in which parts you failed.17821783You should explicitly discuss limitations and shortcomings of your work and detail what kind of future studies are needed to overcome these limitations.1784Be specific in the sense that your arguments for future work should be based on concrete findings and insights you obtained in your report.178517861787%%% ===============================================================================1788%%% Bibliography1789%%% ===============================================================================17901791\printbibliography17921793% Enfore empty line after bibliography1794\ \\1795%1796\noindent1797All links were last followed on October 5, 2020.17981799%%% ===============================================================================18001801%\IfDefined{printindex}{\printindex}1802%\IfDefined{printnomenclature}{\printnomenclature}18031804\clearpage1805\appendix1806% 'Anhang' ins Inhaltsverzeichnis1807%\phantomsection1808%\addcontentsline{toc}{chapter}{Appendix}1809\addcontentsline{toc}{part}{Appendix}18101811%%% ===============================================================================1812\chapter{My first appendix}\label{sec:appendix1}1813%%% ===============================================================================18141815\lipsum[1]18161817\pagestyle{empty}1818\renewcommand*{\chapterpagestyle}{empty}1819\Versicherung1820\end{document}182118221823