forked from JulianSch/FP-Pelle-Julian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibheader.tex
53 lines (40 loc) · 897 Bytes
/
bibheader.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
\documentclass[bibliography=totoc,captions=tableheading,titlepage=firstiscover]{scrartcl}
\usepackage{scrhack}
\usepackage[aux]{rerunfilecheck}
\usepackage{polyglossia}
\setmainlanguage{german}
\usepackage[backend=biber,]{biblatex}
\addbibresource{lit.bib}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage{fontspec}
\usepackage[
math-style=ISO,
bold-style=ISO,
sans-style=italic,
nabla=upright,
partial=upright,
]{unicode-math}
\usepackage[
locale=DE,
separate-uncertainty=true,
per-mode=reciprocal,
output-decimal-marker=.,
]{siunitx}
\usepackage{float}
\floatplacement{figure}{htbp}
\floatplacement{table}{htbp}
\usepackage[
labelfont=bf,
font=small,
width=0.9\textwidth,
]{caption}
\usepackage{graphicx}
\usepackage{grffile}
\usepackage{subcaption}
\usepackage{booktabs}
\usepackage[
unicode,
]{hyperref}
\usepackage{bookmark}