-
Notifications
You must be signed in to change notification settings - Fork 0
/
Projektarbeit.tex
110 lines (92 loc) · 2.83 KB
/
Projektarbeit.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
\documentclass[a4paper, 11pt]{scrartcl}
\usepackage[a4paper,left=3cm,right=2.5cm,top=2cm,bottom=2cm]{geometry}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{times}
\usepackage[onehalfspacing]{setspace}
\usepackage{graphicx}
\usepackage[backend=bibtex]{biblatex}
\usepackage{csquotes}
\usepackage{hyperref}
\usepackage{caption}
\usepackage{float}
\usepackage{subcaption}
\usepackage[headsepline, automark, nouppercase, singlespacing=true]{scrlayer-scrpage}
%-------------------------------------------------------------------------------
% Settings
%---------------------------------------------------------------
\pagestyle{scrheadings}
\clearpairofpagestyles
\ihead*{\headmark}
\ofoot*{\pagemark}
\renewcommand*{\headfont}{\normalfont}
\renewcommand*{\sectionmarkformat}{}
\setlength{\headheight}{14.5pt}
\relax
%change title of tableofcontents
\addto\captionsngerman{\renewcommand{\contentsname}{Inhalt}}
%remove biblatex warnings
\nocite{*}
%add bibliography
\addbibresource{bibliography.bib}
% disable einrückung after image
\setlength{\parindent}{0pt}
% change indent of toc to 0em
\RedeclareSectionCommand[tocindent=0em]{section}
\RedeclareSectionCommand[tocindent=0em]{subsection}
\RedeclareSectionCommand[tocindent=0em]{subsubsection}
%-------------------------------------------------------------------------------
% TITLE PAGE
%---------------------------------------------------------------
\title{ \normalsize \textbf{Dokumentation}
\\2022 / 2023
\leavevmode\\ [2.0cm]
\hrule
\leavevmode\\ [0.5cm]
\LARGE \textbf{\uppercase{Versuch Switchkonfiguration}}
\leavevmode\\ [1cm]
\hrule
\leavevmode\\ [2cm]
\begin{center}
\includegraphics[scale=0.6]{bszet-lgo.png}
\end{center}
\normalsize \vspace*{4.7\baselineskip}
}
\date{}
\author{
Bonjov Hima \\
Bjarne Doench \\
Marius Starke \\ \\
Betreut durch: Herr Ränsch}
%-------------------------------------------------------------------------------
% Main Content
%---------------------------------------------------------------
\begin{document}
\pagenumbering{gobble}
\maketitle
\newpage
\setcounter{page}{1}
\pagenumbering{Roman}
\tableofcontents
\thispagestyle{scrheadings}
\newpage
\pagenumbering{arabic}
\include{Projektbeschreibung}
\include{Vorbereitung}
\include{Versuchsaufbau}
\include{Auswertung}
%-------------------------------------------------------------------------------
% Schlussteil
%---------------------------------------------------------------
\newpage
\phantomsection
\addcontentsline{toc}{section}{Literatur}
\printbibliography
\newpage
\phantomsection
\addcontentsline{toc}{section}{Abbildungsverzeichnis}
\listoffigures
\newpage
\include{EidesstattlicheErklärung}
\end{document}