blob: 6a7fe1745d9dc4fefb506bdefb5f6d742d765eb7 (
plain) (
blame)
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
|
\usepackage{tikz}
\usetikzlibrary{datavisualization}
\usetikzlibrary{calc}
\usetikzlibrary{arrows.meta}
\usetikzlibrary{shapes}
\usepackage{tikz-imagelabels}
% \usepackage{dblfloatfix} % To enable figures at the bottom of page
% \usepackage{kantlipsum} % for random text
% \labelformat{section}{section~#1}
% \labelformat{subsection}{subsection~#1}
% \labelformat{subsubsection}{subsubsection~#1}
% \labelformat{figure}{Abbildung~#1}
% \labelformat{section}{Abschnitt~#1}
% \labelformat{chapter}{Kapitel~#1}
% Tell cref about extra names
\crefname{Bild}{Bild}{Bilder}
\usepackage{caption}
\usepackage{subcaption}
% For the `figureBig` command
\usepackage{xparse}
% For DTMDate
\usepackage[ngerman, showdow]{datetime2} % make handling dates easier
\usepackage{stfloats}
|