You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
198 lines
6.9 KiB
198 lines
6.9 KiB
%------------------------------------------------------------------------------------
|
|
%----Präambel/Preamble---------------------------------------------------------------
|
|
%------------------------------------------------------------------------------------
|
|
|
|
\documentclass[a4paper,
|
|
11pt,
|
|
DIV=11,
|
|
headings=big,
|
|
index=totoc,
|
|
listof=totoc,
|
|
bibliography=totoc,
|
|
parskip=half,
|
|
cleardoublepage=empty,
|
|
oneside,
|
|
openright]{scrartcl}
|
|
%------------------------------------------------------------------------------------
|
|
|
|
\usepackage[UKenglish]{babel}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
% verbesserter Randausgleich
|
|
\usepackage{microtype}
|
|
|
|
\usepackage{graphicx}
|
|
\usepackage{float}
|
|
\usepackage{wrapfig}
|
|
\usepackage{subfigure}
|
|
|
|
\usepackage{geometry} % Für newgeometry in Titelseite
|
|
\geometry{a4paper,left=30mm,right=20mm}
|
|
|
|
% Hyperref loads url internally therefore we pass the option hyphens to url without loading it manually
|
|
\PassOptionsToPackage{hyphens}{url}
|
|
\usepackage[pdfborder={0 0 0},
|
|
colorlinks=true,
|
|
linkcolor=black,
|
|
citecolor=red,
|
|
]{hyperref}
|
|
|
|
% Citation
|
|
\usepackage[style=numeric, natbib=true]{biblatex}
|
|
\addbibresource{ref_shelf.bib}
|
|
|
|
\usepackage{pdfpages}
|
|
|
|
\usepackage{xcolor}
|
|
|
|
\usepackage{setspace}
|
|
|
|
\usepackage{longtable}
|
|
\usepackage{multirow}
|
|
\usepackage{colortbl}
|
|
|
|
\usepackage{mathtools}
|
|
|
|
%----Kopfzeile-----------------------------------------------------------------------
|
|
\usepackage{scrlayer-scrpage} % Aufruf KOMA-Skript für Kopfzeilen
|
|
%----Separator Header/Footer---------------------------------------------------------
|
|
\KOMAoptions{headsepline=true, footsepline=true}
|
|
|
|
\pagestyle{scrheadings} % Definition der Eigenen Headerformatierung
|
|
\clearscrheadfoot % alle Standard-Werte und Formatierungen raus
|
|
% \automark[chapter]{section} % Kapitel und Section als Inhalt der Variablen leftmark und rightmark
|
|
\ohead{\pagemark} % Seitenzahl auf äußerem Rand
|
|
% \ihead{\Ifthispageodd{\leftmark}{\rightmark}} % Innere Überschrift mit Kapitel bei linker Seite und Section bei rechter Seite -> geht nur in Verbindung mit
|
|
% zweiseitigem Text wirklich sinnvoll
|
|
\setkomafont{pagehead}{\scshape} % Schriftart in Kopfzeile, \scshape = Kapitelchen
|
|
%----Fußzeile------------------------------------------------------------------------
|
|
\setkomafont{pagefoot}{\scshape} % Schriftart in Fußfzeile, \scshape = Kapitelchen
|
|
\ifoot{\footnotesize{Philip Gaber}}
|
|
\ofoot{\footnotesize{Bachelor Thesis Proposal}}
|
|
%------------------------------------------------------------------------------------
|
|
|
|
|
|
%----Farbdefinition--THI-Blau--------------------------------------------------------
|
|
\definecolor{thi_blue}{RGB}{2,91,156}
|
|
\addtokomafont{section}{\color{thi_blue} \rmfamily \scshape}
|
|
\addtokomafont{subsection}{\color{thi_blue} \rmfamily}
|
|
\addtokomafont{subsubsection}{\color{thi_blue} \rmfamily}
|
|
\addtokomafont{paragraph}{\color{thi_blue} \rmfamily}
|
|
\addtokomafont{subparagraph}{\rmfamily}
|
|
%------------------------------------------------------------------------------------
|
|
|
|
\definecolor{tab_2}{RGB}{230,230,230}
|
|
\definecolor{tab_1}{RGB}{85,128,214}
|
|
|
|
%------Längenanpassung---------------------------------------------------------------
|
|
\setlength{\headsep}{10mm} % Textabstand zur Kopfzeile
|
|
\setlength{\footskip}{15mm} % Abstand zur Fußzeile
|
|
\setlength{\textheight}{235mm} % Texthöhe
|
|
%------------------------------------------------------------------------------------
|
|
|
|
|
|
%----Glossar-------------------------------------------------------------------------
|
|
\usepackage[toc,acronym,nonumberlist,nogroupskip]{glossaries}
|
|
\makeglossaries
|
|
\include{glossary}
|
|
%------------------------------------------------------------------------------------
|
|
|
|
\includeonly{
|
|
glossary,
|
|
mainpart,
|
|
%fazit,
|
|
appendices
|
|
}
|
|
|
|
|
|
%------------------------------------------------------------------------------------
|
|
%----------------DOKUMENT-BEGINN-----------------------------------------------------
|
|
%------------------------------------------------------------------------------------
|
|
|
|
\begin{document}
|
|
|
|
%----Vermeidung von Hurenkindern und Schusterjungen---------------------
|
|
\widowpenalty=10000
|
|
\clubpenalty=10000
|
|
\displaywidowpenalty=10000
|
|
%-----------------------------------------------------------------------
|
|
|
|
%Titelseite/title page
|
|
\include{titlepage} % include erzeugt immer eine neue Seite bei jedem Einbinden
|
|
\cleardoublepage % include always creates a new page
|
|
|
|
\pagenumbering{Roman} % Römische Nummerierung der Kapitel/roman page numbering
|
|
|
|
%Erklärung
|
|
\include{affidavit}
|
|
\cleardoublepage
|
|
|
|
%Danksagung
|
|
\include{acknowledgments}
|
|
\cleardoublepage
|
|
|
|
%Kurfassung/Abstract German (only for thesis written in German)
|
|
\include{abstractDE}
|
|
\cleardoublepage
|
|
|
|
%Kurzfassung/Abstract Englisch (for every thesis)
|
|
\include{abstractEN}
|
|
\cleardoublepage
|
|
|
|
%Sperrvermerk/Confidentiality clause (if any)
|
|
\include{confidentialityClause}
|
|
\cleardoublepage
|
|
|
|
% Inhaltsverzeichnis
|
|
\renewcommand{\contentsname}{Table of contents} % Remove for German thesis
|
|
% \tableofcontents
|
|
\cleardoublepage
|
|
\singlespacing
|
|
|
|
%--------------------------------------------------------------------------------
|
|
%------Ausarbeitung--------------------------------------------------------------
|
|
%--------------------------------------------------------------------------------
|
|
% Arabische Nummerierung der Kapitel/Arabic page numbering
|
|
\pagenumbering{arabic}
|
|
\include{mainpart}
|
|
|
|
%--------------------------------------------------------------------------------
|
|
%-----Anhang---------------------------------------------------------------------
|
|
%--------------------------------------------------------------------------------
|
|
|
|
\pagenumbering{Roman} % Römische Nummerierung der Kapitel/Roman page numbering
|
|
\setcounter{page}{1} % Beginn bei Seitenzahl X (hier: 6) um bei oberer Nummerierung aufzuschließen/Adapt page numbering
|
|
|
|
%Glossar/Glossary
|
|
\glssetwidest{A D A S} % gleicher Abstand zur 2. Spalte (längstes Wort)
|
|
% \setglossarystyle{alttree}
|
|
% \glsaddall
|
|
\printglossaries
|
|
\cleardoublepage
|
|
|
|
%Abbildungsverzeichnis/List of figures
|
|
% \renewcommand*\listfigurename{List of figures} % Remove for German thesis
|
|
% \listoffigures
|
|
% \cleardoublepage
|
|
|
|
%Tabellenverzeichnis/List of tables
|
|
% \renewcommand*\listtablename{List of tables} % Remove for German thesis
|
|
% \listoftables
|
|
% \cleardoublepage
|
|
|
|
%Literaturliste/Literature references
|
|
% \bibliographystyle{abbrvdin} % DIN-Norm für Literaturdarstellung plaindin
|
|
\renewcommand{\refname}{Literature references} % Remove for German thesis
|
|
\printbibliography
|
|
\cleardoublepage
|
|
|
|
%Anhänge/Appendices
|
|
\include{appendices}
|
|
\cleardoublepage
|
|
|
|
%------------------------------------------------------------------------------------
|
|
%----------------DOKUMENTENENDE - END OF DOCUMENT------------------------------------
|
|
%------------------------------------------------------------------------------------
|
|
|
|
\end{document} |