-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpakete.tex
104 lines (65 loc) · 2.17 KB
/
pakete.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
\usepackage[ngerman]{babel}
% Kodierung fuer unixoide Systeme und Windowssysteme.
\usepackage[utf8]{inputenc}
% Schriftart Times New Roman.
\usepackage{lmodern}
% Erweitert den Zeichenvorrat, so dass z.B. auch Umlaute im PDF-Dokument
% gefunden werden.
\usepackage[T1]{fontenc}
%Bibliography Fehlerbehebung
\usepackage{bibgerm}
% Zur Einbindung von Bildern.
\usepackage{graphicx}
% Erweiterte enumerate-Umgebung.
\usepackage{enumerate}
% Verschiedene Pakete, die nuetzlich sind um Mathematik in LaTeX zu setzen.
\usepackage{amsmath, amssymb, amsthm, dsfont}
% Doppelte 1 (\mathbbm{1})
\usepackage{bbm}
% Indentation
\usepackage{scrextend}
% Spaces for newcommand
\usepackage{xspace}
% tikz
\usepackage{tikz}
%\usetikzlibrary{arrows.meta}% arrow tip library
%\usetikzlibrary{bending}% better arrow head for bended lines
% Hyphenation of words that already contain a hyphen
% http://tex.stackexchange.com/questions/2706/adequate-hyphenation-of-words-already-containing-a-hyphen
% Example:
% \textsc{Alexandroff}\hyp{}\textsc{Urysohn}\hyp{}Kompaktheit
\usepackage{hyphenat}
% Hyperlinks
%\usepackage{hyperref}
\usepackage[pdfauthor={Fabian Gabel},%
pdftitle={Bachelorarbeit - Die Helmholtz-Zerlegung in L2},%
%pagebackref=true,%
%pdftex
]{hyperref}
%\hypersetup{ colorlinks = false}
\usepackage{url}
\def\UrlBreaks{\do\/\do-}
%\usepackage[
%%nonumberlist, %keine Seitenzahlen anzeigen
%toc, %Einträge im Inhaltsverzeichnis
%section] %im Inhaltsverzeichnis auf section-Ebene erscheinen
%{glossaries}
%%%%%%%%%%%%%%%%
% Seitenlayout %
%%%%%%%%%%%%%%%%
% DIV# gibt den Divisor für die Layoutberechnung an.
% Vergrößern des Divisors vergrößert den Textbereich.
% BCOR#cm gibt die Breite des Bundstegs an.
\usepackage[DIV14,BCOR2cm]{typearea}
% Abstand obere Blattkante zur Kopfzeile ist 2.54cm - 15mm
\setlength{\topmargin}{-15mm}
% Keine Einrueckung nach einem Absatz.
%\parindent 0pt
% Abstand zwischen zwei Abs\"atzen.
%\parskip 12pt
% Zeilenabstand.
\linespread{1.25}
% Inhaltsverzeichnis erstellen.
\usepackage{makeidx}
\makeindex
\usepackage{fancyhdr}