-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjekt_AbelHodelinHernandez.tex
87 lines (66 loc) · 1.95 KB
/
Projekt_AbelHodelinHernandez.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
\documentclass[12pt, a4paper]{scrreprt}
\usepackage[a4paper, total={6in, 8in}]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{version}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage[nohyperlinks]{acronym}
\usepackage{fancyhdr}
\usepackage[type={CC}, modifier={by-sa},version={4.0}]{doclicense}
\usepackage{listings}
\usepackage[table]{xcolor}
\usepackage{xcolor}
\usepackage{ccicons}
\usepackage{array,multirow,graphicx}
\usepackage{float}
\usepackage{amssymb}
\usepackage{scalerel}
\usepackage{ragged2e}
\usepackage{orcidlink}
\usepackage{pdflscape}
\usepackage{booktabs}
\usepackage[babel,german=quotes]{csquotes}
\usepackage[style=numeric, maxbibnames=100,sorting=none, backend=biber]{biblatex}
\DeclareFieldFormat{url}{ \url{#1}} % Standard: url: ...
\addbibresource{bibliography/biblio.bib}
\pagestyle{fancy}
\fancyhf{}
\fancyfoot[C]{\thepage}
% \fancyfoot[C]{\href{https://creativecommons.org/licenses/by-sa/4.0/}{\ccbysa}}
\renewcommand{\headrulewidth}{0pt}
\fancypagestyle{firstpage}
{
\fancyhf{}
\chead{ \includegraphics[width=\textwidth]{figures/master_bild.png}}
\renewcommand{\headrulewidth}{0pt}
}
\renewcommand{\footrulewidth}{0pt}
\setlength\headheight{90.0pt}
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\definecolor{maroon}{cmyk}{0,0.87,0.68,0.32}
\begin{document}
\include{titelpage}
\pagenumbering{Roman}
\tableofcontents
\addcontentsline{toc}{chapter}{\listfigurename}
\listoffigures
\addcontentsline{toc}{chapter}{\listtablename}
\listoftables
\newpage
\pagenumbering{arabic}
\input{0acro}
\input{1introduction}
\input{2icd10}
\input{3db}
\input{4etl}
\input{5data}
\input{6schluss}
\nocite{*} % Die gesamte Literaturbibliothek wird eingefügt
\printbibliography
\appendix
\end{document}