This repository was archived by the owner on Jul 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.sty
More file actions
75 lines (60 loc) · 1.39 KB
/
configuration.sty
File metadata and controls
75 lines (60 loc) · 1.39 KB
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
\ProvidesPackage{configuration}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{geometry}
\geometry{headheight=14pt}
\usepackage[%
backend=biber,
sorting=none,
natbib=true,
style=numeric,
autocite=inline
]{biblatex}
\addbibresource{references.bib}
\usepackage{booktabs}
\usepackage{listings}
\lstdefinestyle{simpleListing}{
language=Bash,
numbers=left,
numbersep=10pt,
numberstyle = \tiny,
tabsize=4,
showspaces=false,
showstringspaces=false,
basicstyle=\small\ttfamily,
breaklines=true,
xleftmargin=0.1\textwidth,
captionpos=b,
}
\defbibenvironment{sources}
{\list
{}
{\setlength{\leftmargin}{\bibhang}%
\setlength{\itemindent}{-\leftmargin}%
\setlength{\itemsep}{\bibitemsep}%
\setlength{\parsep}{\bibparsep}}}
{\endlist}
{\item}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\sectionmark}[1]{\markboth{#1}{}}
\fancyhead[OL]{\nouppercase{\leftmark}}
\cfoot{\thepage}
\usepackage{float}
\newfloat{lstfloat}{htb}{lop}
\usepackage[section]{placeins}
\usepackage[ngerman]{isodate, babel}
\usepackage{csquotes}
\usepackage{lmodern}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subfig}
\newcommand{\subfigureautorefname}{\figureautorefname}
\usepackage{ragged2e}
\usepackage[toc,page]{appendix}
\renewcommand\appendixname{Anhang}
\renewcommand\appendixpagename{Anhang}
\renewcommand\appendixtocname{Anhang}
\overfullrule=1mm