-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollection.tex
75 lines (54 loc) · 1.41 KB
/
collection.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
\documentclass[a4paper, 10pt, ngerman, xcolor=dvipsnames]{report}
\usepackage[paper=a4paper, hmargin={1.5cm, 1.5cm}, vmargin={2.5cm, 2cm}, headheight=12pt]{geometry}
\usepackage[utf8]{inputenc}
% Dependencies
\usepackage{fancyhdr}
\usepackage{babel}
\usepackage{siunitx}
\usepackage{xcolor, colortbl}
\usepackage{libs/tikzit}
\usepackage{amsmath}
\usepackage{multicol}
\usepackage{tcolorbox}
\usepackage{sectsty}
\usepackage{subfigure}
\usepackage[export]{adjustbox}
\newenvironment{Figure}
{\par\medskip\noindent\minipage{\linewidth}}
{\endminipage\par\medskip}
% Image Styles
\input{images/styles/styles.tikzstyles}
\DeclareMathSizes{20}{20}{20}{20}
\pagestyle{fancy}
\fancyhf{}
% SI Setup
\sisetup{locale = DE}
\NewDocumentCommand{\siprefix}{m}{%
\unit{#1\nonexistentunitjustforprefixes}%
}
\DeclareSIUnit{\nonexistentunitjustforprefixes}{\relax}
% Header
\lhead{Novice License (HB3)}
\rhead{2022}
% Footer
\rfoot{\thepage}
\lfoot{Jan Minder}
\sectionfont{\fontsize{10}{15}\selectfont}
\begin{document}
\begin{figure}
\centering
\subfigure{\input{components/image.si-circle}}
\hfill
\subfigure{
\adjustbox{valign=b}{
\input{components/table.si-units}
}}
\end{figure}
\input{components/transformator}
\input{components/schaltungen}
\input{components/frequenzen}
\input{components/messtechnik}
\input{components/daempfung}
\input{components/induktion}
\input{components/widerstand}
\end{document}