-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreamble.tex
84 lines (67 loc) · 1.41 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
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
%!TEX root = main.tex
\usepackage{fontspec}
\usepackage{siunitx}
\sisetup{
output-decimal-marker = {,},
per-mode = fraction,
separate-uncertainty = true,
}
\DeclareSIUnit\Molar{M}
\DeclareSIUnit\bar{bar}
\DeclareSIUnit\ue{\atomicmassunit\per\elementarycharge}
\usepackage[ngerman]{babel}
\usepackage[autostyle=true,german=quotes]{csquotes}
\usepackage{selnolig}
\usepackage[ngerman]{isodate}
\usepackage{
tabularx,
amsmath,
% amsfonts,
% amssymb,
graphicx,
% geometry,
url,
hyperref,
pgf,
% mdframed,
tikz,
mathtools,
color,
blindtext,
fancyhdr,
multicol,
microtype,
% appendixnumberbeamer,
cleveref,
setspace,
rotating,
import,
icomma,
}
% \usepackage{pgfpages}
% \pgfpagesuselayout{2 on 1}[a4paper,border shrink=5mm]
\usepackage[style=numeric]{biblatex}
\AtEveryBibitem{
\ifentrytype{online}{
}{
\clearfield{urlyear}
}
}
\AtEveryBibitem{
\iffieldundef{doi}{
}{
\clearfield{url}
}
}
\usepackage{acronym}
\newcommand{\dif}{\mathrm d}
\newcommand{\lagrange}{\ensuremath{\mathcal{L}}}
\newcommand{\oldphi}{\phi}
\renewcommand{\phi}{\varphi}
\newcommand{\oldepsilon}{\epsilon}
\renewcommand{\epsilon}{\varepsilon}
\newcommand{\uvec}[1]{\hat{e}_\text{#1}}
\newcommand{\captionbreak}{\\[-1.5em]}
\newcommand{\todo}[1]{\textcolor{red}{\large \emph{TODO:} #1}}
\newcommand{\name}[1]{\textsc{#1}}
\input{xvec.tex}