-
Notifications
You must be signed in to change notification settings - Fork 0
/
format.tex
41 lines (34 loc) · 1.11 KB
/
format.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
\clearpairofpagestyles
% Anpassen der Kopfzeile: Kapitel links, Seitenzahl rechts
\ihead[]{\headmark}
\ohead[]{\pagemark}
\pagestyle{scrheadings}
% Kopfzeile auch auf Seiten, auf denen ein Kapitel anfängt
\renewcommand*\chapterpagestyle{scrheadings}
% Grafikordner auf "images/" setzen
\graphicspath{{images/}}
% New colors defined below
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
% Code listing style named "mystyle"
\lstdefinestyle{mystyle}{
backgroundcolor=\color{backcolour},
commentstyle=\color{codegreen},
keywordstyle=\color{magenta},
numberstyle=\tiny\color{codegray},
stringstyle=\color{codepurple},
basicstyle=\ttfamily\footnotesize,
breakatwhitespace=false,
breaklines=true,
captionpos=b,
keepspaces=true,
numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2
}
\lstset{style=mystyle}