forked from maxnoe/beamertheme-vertex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.tex
119 lines (94 loc) · 2.51 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
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
% multi language typesetting package
\usepackage{polyglossia}
\setmainlanguage{english}
% quoting, \enquote etc...
\usepackage{csquotes}
% labels and references, bookmark adds functionality
\usepackage{hyperref}
\hypersetup{colorlinks=true,allcolors=.,urlcolor=RoyalBlue2}
\usepackage{bookmark}
% Package hyperref, float, listings improvements
\usepackage{scrhack}
% math-commands
\usepackage{amsmath}
% math-symbols
\usepackage{amssymb}
% additional math-commands
\usepackage{mathtools}
% unicode math
\usepackage[
mathrm=sym,
math-style=ISO, % ┐
bold-style=ISO, % │
sans-style=italic, % │ ISO-standard
nabla=upright, % │
partial=upright, % ┘
warnings-off={ % ┐
mathtools-colon, % │ switch off unnecessary warning
mathtools-overbracket, % │
}, % ┘
]{unicode-math}
% Zahlen und Einheiten
\usepackage[
locale=UK, % english settings
separate-uncertainty=true, % errors always with \pm
per-mode=symbol-or-fraction, % / in inline math, fraction in display math
]{siunitx}
% nice fractions inline
\usepackage{xfrac}
% Dirac notation brackets
\usepackage{braket}
% better captions
\usepackage[
labelfont=bf, % Table x: Figure y: bold
font=small, % font little smaller than in document
width=0.7\textwidth, % smaller width of caption
]{caption}
% subfigure, subtable, subref
\usepackage{subcaption}
% graphics can be used
\usepackage{graphicx}
% better tables
\usepackage{booktabs}
% improvement on typesetting
\usepackage{microtype}
% For extended footnote functionality
% \usepackage{footmisc}
% For citations
\usepackage[
% style=numeric,
% style=authoryear-ibid,
% style=verbose,
doi=false,
style=phys,
% sorting=none,
backend=biber,
autolang=hyphen,
articletitle=false,
chaptertitle=false,
biblabel=brackets,
eprint=false,
pageranges=false,
url=false,
% useauthor=false,
]{biblatex}
\addbibresource{lit.bib}
% draw with code
\usepackage{tikz}
% moveability with absolute text positions, great for beamer
\usepackage[overlay]{textpos}
% additional functionality of \includegraphics
\usepackage[export]{adjustbox}
% wrapfigures more for text
\usepackage{wrapfig}
% Trennung von Wörtern mit Strichen
\usepackage[shortcuts]{extdash}
% multicolumns
\usepackage{multicol}
\linespread{1.1}
\makeatletter
% % Default:
% \def\@makefnmark{\hbox{\@textsuperscript{\normalfont\@thefnmark}}}
\renewcommand{\@makefnmark}{\makebox{\normalfont[\@thefnmark]}}
\makeatother
\usetheme{vertex}