-
Notifications
You must be signed in to change notification settings - Fork 2
/
header.tex
64 lines (56 loc) · 1.54 KB
/
header.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
\documentclass[headings=standardclasses, numbers=noenddot, a4paper, oneside, fontsize=12pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{mathptmx}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage[all]{nowidow}
\usepackage[final]{listings}
\usepackage{ltablex}
\usepackage{caption}
\usepackage[title]{appendix}
\usepackage{setspace}
\usepackage[backend=biber,style=numeric-comp,citestyle=verbose-note,autocite=footnote,labelnumber=true]{biblatex}
\usepackage{graphicx}
\usepackage[german]{csquotes}
\usepackage{fancyhdr}
\usepackage{geometry}
\usepackage{xurl}
\usepackage[multiple]{footmisc}
\usepackage[table]{xcolor}
\usepackage{amssymb}
\usepackage[letterspace=250]{microtype}
\usepackage{hhline}
\usepackage{wrapfig}
\usepackage{xr-hyper}
\usepackage{makecell}
\usepackage[
bookmarks=true,
bookmarksopen=true,
bookmarksnumbered=true,
breaklinks=true,
colorlinks=true,
linkcolor=black,
anchorcolor=black,
citecolor=black,
filecolor=black,
menucolor=black,
urlcolor=black
]{hyperref}
\usepackage{glossaries-extra} % load after hyperref
\input{abbrev}
\newcommand{\sectionbreak}{\clearpage}
\geometry{top=30mm, bottom=30mm, left=30mm,right=25mm}
\fancypagestyle{sta}{%
\fancyhf{}%clear all headers and footers fields
\chead{\thepage} %prints the page number on the right side of the header
}
\bibliography{src.bib}
\lstset{
basicstyle=\ttfamily,
columns=fullflexible,
frame=single,
breaklines=true,
postbreak=\mbox{$\hookrightarrow$\space},
}
\renewcommand{\baselinestretch}{1.3}
\setabbreviationstyle{short-long}