-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.tex
40 lines (30 loc) · 1.15 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
\usepackage{blindtext}
\usepackage{polyglossia} % Sprachen
\setmainlanguage[babelshorthands=true]{german}
\usepackage{enumitem} % Für eigene Symbole in Aufzählungen
% Math
\usepackage{mathtools}
\usepackage{amsmath}
\usepackage{hyperref} % Verlinkt das Inhaltsverzeichnis und erlaubt \url
\usepackage{listings}
\usepackage{color}
\definecolor{mygreen}{rgb}{0,0.6,0}
\definecolor{mygray}{rgb}{0.5,0.5,0.5}
\definecolor{mymauve}{rgb}{0.58,0,0.82}
\lstset{ %
backgroundcolor=\color{white}, % choose the background color
basicstyle=\footnotesize, % size of fonts used for the code
breaklines=true, % automatic line breaking only at whitespace
captionpos=b, % sets the caption-position to bottom
commentstyle=\color{mygreen}, % comment style
escapeinside={\%*}{*)}, % if you want to add LaTeX within your code
keywordstyle=\color{blue}, % keyword style
stringstyle=\color{mymauve}, % string literal style
}
% \usepackage[outputdir=build]{minted}
% \titlehead{}
% \subject{}
\title{\LaTeX Kurs}
\subtitle{Eine Zusammenfassung}
\author{\textit{Marvin Raiser}}
\date{\today}