-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheinstellungen.sty
executable file
·76 lines (65 loc) · 1.92 KB
/
einstellungen.sty
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
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{einstellungen}
% Laden von Paketen
\RequirePackage[T1]{fontenc}
\RequirePackage[ngerman]{babel}
\RequirePackage{cmbright}
\RequirePackage[hidelinks]{hyperref}
\RequirePackage{ifthen}
\RequirePackage{xifthen}
\RequirePackage{geometry}
\RequirePackage{fancyhdr}
\RequirePackage{xcolor}
\RequirePackage{xpatch}
\RequirePackage{etoolbox}
\RequirePackage{pgfpages}
\RequirePackage{atbegshi}
\RequirePackage[shortlabels]{enumitem}
\RequirePackage{multicol, multirow}
\RequirePackage{ragged2e}
\RequirePackage{amsmath, amssymb}
\RequirePackage{setspace}
\RequirePackage[style=ddmmyy,datesep={.},calc]{datetime2}
\RequirePackage{wrapfig}
\RequirePackage{textualicomma}
\RequirePackage{graphbox}
\RequirePackage{MnSymbol}
% Hier noch Modul draus machen
\RequirePackage{informatik-tools}
% Hier noch ein Paket für Symbole "Ordner" oder so. Daraus noch ein Modul machen
% \RequirePackage{fontawesome5}
% Tikz Librarys
\RequirePackage{tikz}
\RequirePackage{tikzpeople}
\usetikzlibrary{calc,arrows.meta}
\usetikzlibrary{positioning}
\usetikzlibrary{shapes}
\usetikzlibrary{shapes.misc}
\input{modul.schriftarten.tex}
\input{modul.muster.tex}
\input{modul.tabellen.tex}
\input{modul.aufgaben.tex}
\input{modul.boxen.tex}
\input{modul.qr.tex}
% Längen einstellen
\setstretch{1.125}
\setlength{\parindent}{0pt}
\RequirePackage{siunitx} % Einheiten in der Physik
\cslet{[email protected]}{\somethingundefined} %fool siunitx wegen "cellspace"
\sisetup{
locale = DE,
per-mode = symbol,
separate-uncertainty = true,
}
% Lückentexte
\newcommand{\lineortext}[1]{\hspace{0.1cm}\underline{\hspace{0.25cm}\hphantom{\hspace{0.25cm}#1\hspace{0.25cm}}\hspace{0.25cm}}\hspace{0.1cm}}
\newcommand{\betterhyph}{
\pretolerance=5000
\tolerance=9000
\emergencystretch=0pt
\righthyphenmin=3
\lefthyphenmin=3
}
\makeatletter
\newcommand{\hrulefilll}{\leavevmode\leaders\hrule height -12pt depth 12.5pt\hfill\kern\z@}
\makeatother