-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.tex
278 lines (229 loc) · 6.7 KB
/
config.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
%!TEX root = ./main.tex
\documentclass[
paper=A4,
fontsize=12pt,
parskip=half,
headsepline,
listof=totoc,
draft=false,
headings=small,
oneside,
final,
numbers=noenddot
]{scrbook}
% Seitenränder
\usepackage[
left=40mm,
right=20mm,
top=25mm,
bottom=25mm
]{geometry}
% Anhang inklusive Anhangsverzeichnis
\usepackage{tocvsec2}
\usepackage{titletoc}
\newenvironment{custom_appendix}{%
% normale Zeilenabstände
\singlespacing
% keine Einträge mehr im Abbildungs-/Tabellenverzeichnis
\captionsetup{list=no}
% ab hier keine Einträge mehr im Inhaltsverzeichnis - dafür haben wir das Anhangverzeichnis
\addtocontents{toc}{\string\setcounter{tocdepth}{0}}
\renewcommand{\thechapter}{\MakeUppercase{\Alph{chapter}}}%
\setcounter{chapter}{1}
\addchap{Anhang}
\startcontents
\section*{Anhangsverzeichnis}
\printcontents{l}{1}{\setcounter{tocdepth}{2}}
\addtocontents{ptc}{\string\setcounter{tocdepth}{2}}
\newpage
}{
\stopcontents
\renewcommand{\thechapter}{\arabic{chapter}}%
\setcounter{chapter}{1}
}
% Reduzierung der Abstände zwischen Überschriften und Text
\RedeclareSectionCommand[afterskip=.0001\baselineskip]{section}
\RedeclareSectionCommand[afterskip=.0001\baselineskip]{subsection}
\RedeclareSectionCommand[afterskip=.0001\baselineskip]{subsubsection}
\RedeclareSectionCommand[beforeskip=.0001\baselineskip]{paragraph}
% Schriftauswahl
\usepackage{fontspec}
% Neue Deutsche Rechtschreibung und Deutsche Standardtexte
\usepackage[ngerman]{babel}
% 1/2-zeiliger Zeilenabstand
\usepackage[onehalfspacing]{setspace}
% Für die Verwendung von Grafiken
\usepackage{graphicx}
% Bessere Tabellen
\usepackage{tabularx}
% diagonal unterteilte Tabellencellen
\usepackage{diagbox}
% Tabellenzellen über mehrere Reihen oder Spalten
\usepackage{multirow}
% \multicolumn vernünftig in tabularx nutzen - siehe https://tex.stackexchange.com/questions/236155/tabularx-and-multicolumn
\newcommand{\tabularxmulticolumn}[3]
{\multicolumn{#1}
{>{\hsize=\dimexpr#1\hsize+#1\tabcolsep+\arrayrulewidth\relax}#2}
{#3}}
% Möglichkeit für Zeilenumbrüche in Tabellen
\usepackage{makecell}
% Tabellen im Querformat
\usepackage{rotating}
% mehr Zeilenabstand in Tabellen
\renewcommand{\arraystretch}{1.4}
% Für die Befehle \toprule, \midrule und \bottomrule, z.B. in Tabellen
\usepackage{booktabs}
% vertikale Abstände entfernen - siehe https://tex.stackexchange.com/questions/381718/how-to-remove-the-space-after-midrule-in-a-table
\aboverulesep = 0mm
\belowrulesep = 0mm
% mehrseitige Tabellen
\usepackage{longtable}
% Farben in Tabellenzeilen
\usepackage[table]{xcolor}
\definecolor{tableshadow}{RGB}{240,240,240}
% Tabellen aus CSV
\usepackage{csvsimple}
% Erlaubt die Benutzung von Farben
\usepackage{color}
% Links im PDF
\usepackage{hyperref}
\hypersetup{
colorlinks=false,
pdfborder={0 0 0},
pdftitle=\dokumententitel,
pdfauthor=\dokumentenautor
}
% Verbessertes URL-Handling mit \url{http://...}
\usepackage{url}
% Listen ohne Abstände \begin{compactlist}...\end{compactlist}
\usepackage{paralist}
% bessere Konfiguration + Referenzen auf enums und items
\usepackage{enumitem}
% Ausgabe der aktuellen Uhrzeit für die Draft-Versionen
\usepackage{datetime}
% Deutsche Anführungszeichen
\usepackage[babel,german=quotes]{csquotes}
% Konfiguration der Abbildungs- und Tabellenbezeichnungen
\usepackage[
format=hang,
font={footnotesize, sf},
labelfont=bf,
justification=raggedright,
singlelinecheck=false
]{caption}
% Macro für Quellenangaben unter Abbildungen und Tabellen
\newcommand{\source}[1]{\vspace{-.5\topsep}\caption*{\textsf{\textbf{Quelle:}} \textsf{#1}} }
% Nacro für Hinweise unter Abbildungen und Tabellen
\newcommand{\hint}[1]{\vspace{-.5\topsep}\caption*{\textsf{\textbf{Hinweis:}} \textsf{#1}} }
% Abbildungen am exakten Ort platzieren
\usepackage{float}
% Fußnoten an Überschriften
\usepackage[stable]{footmisc}
% Zitate und Quellenverzeichnis
\usepackage[
style=authoryear-ibid,
giveninits=false,
natbib=true,
urldate=long,
url=true,
date=long,
dashed=false,
maxcitenames=2,
maxbibnames=99,
backend=biber,
autocite=footnote,
uniquelist=false,
ibidpage=true,
citetracker=true
]{biblatex}
\addbibresource{library/library.bib}
\DeclareLabeldate{
\field{year}
\field{date}
\field{eventdate}
\field{origdate}
\literal{nodate}
}
\AtEveryBibitem{
\ifentrytype{book}{
\clearfield{url}
\clearfield{urldate}
\clearfield{urlyear}
\clearfield{urlmonth}
\clearfield{urlday}
}{}
\ifentrytype{article}{
\clearfield{url}
\clearfield{urldate}
\clearfield{urlyear}
\clearfield{urlmonth}
\clearfield{urlday}
}{}
\ifentrytype{inproceedings}{
\clearfield{url}
\clearfield{urldate}
\clearfield{urlyear}
\clearfield{urlmonth}
\clearfield{urlday}
}{}
\ifentrytype{incollection}{
\clearfield{url}
\clearfield{urldate}
\clearfield{urlyear}
\clearfield{urlmonth}
\clearfield{urlday}
}{}
}
% Ebenentiefe der Nummerierung
\setcounter{secnumdepth}{3}
% Gliederungstiefe im Inhaltsverzeichnis
\setcounter{tocdepth}{2}
% Inhaltsverzeichnis ins Inhaltsverzeichnis
\setuptoc{toc}{totoc}
% Tabellen- und Abbildungsverzeichnis mit Bezeichnung
\usepackage[titles]{tocloft}
% Abkürzungen
\usepackage{acronym}
% Bestimmte Warnungen unterdrücken
% siehe http://tex.stackexchange.com/questions/51867/koma-warning-about-toc
\usepackage{scrhack}
% Sourcecode-Listings
\usepackage[chapter,newfloat]{minted}
\setminted{
linenos=true,
frame=lines,
baselinestretch=1,
breaklines=true,
breakautoindent=true,
fontsize=\small
}
\newenvironment{code}{\captionsetup{type=listing}}{}
\SetupFloatingEnvironment{listing}{name=Listing,listname=Listingverzeichnis}
% Fußnoten durchnummerieren
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}
% UTF8-Zeichen für math-Umgebung
\usepackage{amsmath}
% Verbessert das Referenzieren von Kapiteln, Abbildungen etc.
\usepackage[german,capitalise]{cleveref}
% Pandoc Integration
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
% PDF Input
\usepackage{pdfpages}
% Seiten im Querformat - wir wollen nicht pdflscape benutzen, da es komplette Seiten im PDF ins Querformat legt, was zu Problemen beim Druck führt (siehe https://texblog.org/2007/11/10/landscape-in-latex/)
\usepackage{lscape}
% schickere \quotes
\usepackage{framed}
\renewenvironment{quote}{
\FrameSep3pt
\def\FrameCommand{%
\hspace{12pt} % defaults to font size
{\color{black}\vrule width \heavyrulewidth}%
{\color{tableshadow}\vrule width 3pt}%
\colorbox{tableshadow}%
}
\vspace{-.25\topsep}
\MakeFramed{\advance\hsize-\width\FrameRestore}
}
{\endMakeFramed \vspace{-.75\topsep}}