-
Notifications
You must be signed in to change notification settings - Fork 0
/
kopf.tex
128 lines (117 loc) · 3.64 KB
/
kopf.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
\documentclass[captions=tableheading,
bibliography=totoc,
titlepage=firstiscover
]{scrartcl}
\usepackage{scrhack}
\usepackage[a4paper]{geometry}
% top=1.5cm,left=3.5cm,right=1.75cm,bottom=2cm,bindingoffset=5mm]{geometry}
\usepackage[aux]{rerunfilecheck}
\usepackage{multirow}
\usepackage{polyglossia}
\setmainlanguage{german}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage{xfrac}
\usepackage{fontspec}
\usepackage{biblatex}
\addbibresource{lit.bib} %nach polyglossia
\usepackage[
math-style=ISO,
bold-style=ISO,
sans-style=italic,
nabla=upright,
partial=upright,
]{unicode-math}
\usepackage[
locale=DE,
separate-uncertainty=true,
per-mode=symbol-or-fraction,
]{siunitx}
\usepackage[section, below]{placeins}
\usepackage[
labelfont=bf, % Tabelle x: Abbildung y: ist jetzt fett
font=small, % Schrift etwas kleiner als Dokument
% width=0.9\textwidth, % maximale Breite einer Caption schmaler
format=plain,
indention=1em, % Abbildung sticht links etwas hervor
]{caption}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{grffile}
\usepackage{subcaption}
\usepackage{booktabs}
\usepackage{float}
%\restylefloat{figure}
\floatplacement{figure}{htbp}
\floatplacement{table}{htbp}
\usepackage{rotating}
\usepackage{chemmacros}
\usepackage[unicode]{hyperref}
\usepackage{bookmark}
\usepackage{microtype}
\usepackage[
version=4,
math-greek=default,
text-greek=default,
]{mhchem}
\usepackage{icomma}
\setlength\parindent{0pt}
\newcommand{\be}{\begin{equation}} %Kurzbefehl für \begin{equation}
\newcommand{\ee}{\end{equation}} %Kurzbefehl für \end{equation}
\newcommand{\su}{\symup}
\newcommand{\mOhm}{\,\si{\milli\ohm}}
\newcommand{\Ohm}{\,\si{\ohm}}
\newcommand{\kOhm}{\,\si{\kilo\ohm}}
\newcommand{\Amp}{\,\si{\ampere}}
\newcommand{\Volt}{\,\si{\volt}}
\newcommand{\mA}{\,\si{\milli\ampere}}
\newcommand{\mcA}{\,\si{\micro\ampere}}
\newcommand{\mV}{\,\si{\milli\volt}}
\newcommand{\mt}{\,\si{\meter}}
\newcommand{\pmt}{\,\si{\pico\meter}}
\newcommand{\fmt}{\,\si{\femto\meter}}
\newcommand{\qm}{\,\si{\square\meter}}
\newcommand{\cum}{\,\si{\cubic\meter}}
\newcommand{\cm}{\,\si{\centi\meter}}
\newcommand{\ms}{\,\si{\micro\second}}
\newcommand{\nm}{\,\si{\nano\meter}}
\newcommand{\qcm}{\,\si{\square\centi\meter}}
\newcommand{\ccm}{\,\si{\cubic\centi\meter}}
\newcommand{\Watt}{\,\si{\watt}}
\newcommand{\mm}{\,\si{\milli\meter}}
\newcommand{\gr}{\,\si{\gram}}
\newcommand{\kg}{\,\si{\kilo\gram}}
\newcommand{\J}{\,\si{\joule}}
\newcommand{\kJ}{\,\si{\kilo\joule}}
\newcommand{\Hz}{\,\si{\hertz}}
\newcommand{\kHz}{\,\si{\kilo\hertz}}
\newcommand{\MHz}{\,\si{\mega\hertz}}
\newcommand{\GHz}{\,\si{\giga\hertz}}
\newcommand{\acc}{\,\si{\meter\per\square\second}}
\newcommand{\vel}{\,\si{\meter\per\second}}
\newcommand{\kmh}{\,\si{\kilo\meter\per\hour}}
\newcommand{\sek}{\,\si{\second}}
\newcommand{\New}{\,\si{\newton}}
\newcommand{\Nm}{\,\si{\newton\meter}}
\newcommand{\Kel}{\,\si{\kelvin}}
\newcommand{\Cd}{\,\si{\candela}}
\newcommand{\Hen}{\,\si{\henry}}
\newcommand{\Far}{\,\si{\farad}}
\newcommand{\pas}{\,\si{\pascal}}
\newcommand{\Dichte}{\,\si{\kilo\gram\per\cubic\meter}}
\newcommand{\DichteSI}{\,\si{\gram\per\cubic\centi\meter}}
\newcommand{\kVolt}{\,\si{\kilo\volt}}
\newcommand{\MVolt}{\,\si{\mega\vot}}
\newcommand{\keV}{\,\si{\kilo\electronvolt}}
\newcommand{\MeV}{\,\si{\mega\electronvolt}}
\newcommand{\dgr}{\,\si{\degree}}
\newcommand{\eV}{\,\si{\electronvolt}}
\newcommand{\nA}{\,\si{\nano\ampere}}
\newcommand{\lt}{\,\si{\litre}}
\newcommand{\ml}{\,\si{\milli\litre}}
% \newcommand{\min}{\,\si{\minute}}
\newcommand{\rt}{\right}
\newcommand{\lf}{\left}
\newcommand{\mc}{\multicolumn}
\newcommand{\mr}{\multirow}