This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
preamble.tex
57 lines (48 loc) · 1.54 KB
/
preamble.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
\usepackage[utf8]{inputenc}
\usepackage{amsfonts}
\usepackage{amssymb }
%\usepackage{ngerman}
\usepackage[ngerman,english]{babel}
\usepackage{ upgreek }
%\usepackage{biblatex}
\usepackage{bibgerm}
\usepackage[square,sort,comma,numbers]{natbib}% bibliography style for support for urls in the
\bibliographystyle{gerplain}
%bibliography
%\usepackage{noweb}
%\pagestyle{plain}% plain without headlines, with something more \pagestyle{noweb}
%\noweboptions{shift,smallcode,longchunks}%german,smallcode,longchunks
\usepackage[official]{eurosym}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{graphviz}
\usepackage[hidelinks]{hyperref}
\usepackage[dvipsnames]{xcolor}
\usepackage{comment}
\usepackage{geometry}
\usepackage{tikz}
\geometry{a4paper, portrait,left=2.5cm, right=2.5cm, top=2cm, bottom=3.5cm}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{array}
\usepackage{listings} % für code
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=black,
filecolor=magenta,
urlcolor=blue,
citecolor=black,
}
\urlstyle{same}
\usepackage[font=itshape]{quoting}
% Für Headlines und Footer
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\footrulewidth}{1pt}
\rhead{Reverse Engineering KVM Switch \includegraphics[width=0.05\textwidth]{logo.png}} % Beschreibung für rechts oben
\lhead{\leftmark} % Beschreibung links oben
\rfoot{Seite \thepage} % Beschreibung rechts unten
\lfoot{Sebastian Feustel \& Matthias Enderlein \\Technische Hochschule Brandenburg } % Beschreibung links unten