This commit is contained in:
2025-11-29 15:11:13 +01:00
commit 9b3618478f
293 changed files with 113456 additions and 0 deletions
+59
View File
@@ -0,0 +1,59 @@
project:
type: default
output-dir: _output
format:
docx:
prefer-html: true
toc: true
toc-depth: 3
lot: false
lof: false
number-sections: true
bibliography: literature/Thesis.bib
reference-section-title: Bibliography
link-citations: true
csl: https://www.zotero.org/styles/apa
execute:
freeze: auto
execute-dir: file
header-includes: |
\usepackage{pdfpages}
\pagenumbering{gobble}
\usepackage{booktabs}
\usepackage{caption}
\DeclareCaptionLabelSeparator{period-newline}{.\par}
\usepackage{setspace}
\usepackage{float} % enables [H]
\usepackage[section]{placeins} % <— add [section]
include-before: |
\captionsetup[figure]{format=plain, labelsep=period-newline, justification=centering, margin=2cm, font=footnotesize, singlelinecheck=false}
\captionsetup[table]{format=plain, labelsep=period-newline, justification=centering, margin=2cm, font=footnotesize, singlelinecheck=false}
\begin{center}
\Large{\textbf{Michael Beck}} \\
\vspace*{2cm}
Masterarbeit \\
\vspace*{2cm}
Themensteller: \\
\textbf{Dr. Alexander Trinidad} \\
\vspace*{5cm}
Vorgelegt in der Masterprüfung im Studiengang \\
\vspace*{0.5cm}
\textbf{Master of Science\\Sociology and Social Research} \\
\vspace*{0.5cm}
der Wirtschafts- und Sozialwissenschaftlichen Fakultät der Universität zu Köln \\
\vspace*{4cm}
Köln, 09.09.2025
\end{center}
\thispagestyle{empty}
\newpage
\thispagestyle{empty}
citeproc: true
citation-package: none