-
Notifications
You must be signed in to change notification settings - Fork 0
/
bl_tafelanschriebe.sty
144 lines (119 loc) · 4.61 KB
/
bl_tafelanschriebe.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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
%\RequirePackage{scrpage2} %% obsolete --> use scrlayer-scrpage instead if needed
\RequirePackage[utf8]{inputenc}
\RequirePackage[T1]{fontenc}
\RequirePackage[ngerman]{babel}
\RequirePackage[german]{babelbib}
\RequirePackage{microtype}
\RequirePackage{pifont}
\RequirePackage{lmodern}
\RequirePackage{latexsym,amssymb,amsmath,mathdots}
\RequirePackage{wasysym}
% \RequirePackage{txfonts}
% \RequirePackage[scaled=.9]{helvet}
\RequirePackage{xspace}
\RequirePackage[pdfborder={0 0 0}]{hyperref}
\RequirePackage{graphicx}
\RequirePackage{tikz}
\usetikzlibrary{automata,positioning,arrows.meta,shapes,calc,fit,backgrounds}
\RequirePackage{ifthen}
\RequirePackage{rotating}
\RequirePackage{chngcntr}
\counterwithout{figure}{section}
\renewcommand\thefigure{\arabic{figure}}
\counterwithout{equation}{section}
%\DeclareFontShape{U}{wasy}{b}{n}{%
%<->wasyb10%
%}{}
\wasyfamily
\DeclareFontShape{U}{wasy}{b}{n}{ <-10> ssub * wasy/m/n
<10> <10.95> <12> <14.4> <17.28> <20.74> <24.88>wasyb10 }{}
\renewcommand\thepart{\arabic{part}}
\renewcommand\partname{Kapitel}
\renewcommand\floatpagefraction{.99}
\renewcommand\topfraction{.99}
\renewcommand\bottomfraction{.99}
\renewcommand\textfraction{.01}
\pgfdeclarelayer{background}
\pgfdeclarelayer{foreground}
\pgfsetlayers{background,main,foreground}
\hyphenation{Konzept-inklusion}
\newcommand{\textbfsf}[1]{\textbf{\textsf{#1}}}
\newcommand{\textsfbf}[1]{\textbf{\textsf{#1}}}
% Beweisumgebung
\newcommand{\qedsymbol}{\ding{111}}
\newcommand{\qedhere}{\hspace*{\fill}\qedsymbol}
\newcommand{\quasiqedhere}{\hspace*{\fill}(\qedsymbol)}
\newenvironment{beweis}{%
\par\medskip\noindent
\textup{\textsfbf{Beweis.}}
}{%
% \hspace*{\fill}\qedsymbol
\par\smallskip\noindent
}
% ----- Frakturbuchstaben -----
\newcommand{\Amf}{\ensuremath{\mathfrak{A}}\xspace}
\newcommand{\Bmf}{\ensuremath{\mathfrak{B}}\xspace}
\newcommand{\Imf}{\ensuremath{\mathfrak{I}}\xspace}
\newcommand{\Nmf}{\ensuremath{\mathfrak{N}}\xspace}
% ----- kalligrafische Buchstaben -----
\newcommand{\Amc}{\ensuremath{\mathcal{A}}\xspace}
\newcommand{\Bmc}{\ensuremath{\mathcal{B}}\xspace}
\newcommand{\Fmc}{\ensuremath{\mathcal{F}}\xspace}
\newcommand{\Gmc}{\ensuremath{\mathcal{G}}\xspace}
\newcommand{\Imc}{\ensuremath{\mathcal{I}}\xspace}
\newcommand{\Jmc}{\ensuremath{\mathcal{J}}\xspace}
\newcommand{\Kmc}{\ensuremath{\mathcal{K}}\xspace}
\newcommand{\Lmc}{\ensuremath{\mathcal{L}}\xspace}
\newcommand{\Omc}{\ensuremath{\mathcal{O}}\xspace}
\newcommand{\Pmc}{\ensuremath{\mathcal{P}}\xspace}
\newcommand{\Smc}{\ensuremath{\mathcal{S}}\xspace}
\newcommand{\Tmc}{\ensuremath{\mathcal{T}}\xspace}
\newcommand{\Umc}{\ensuremath{\mathcal{U}}\xspace}
% ----- Carstens phi-Abkürzung -----
\newcommand{\vp}{\ensuremath{\varphi}\xspace}
% ----- Makros für lineare Strukturen und deren Labels -----
\newcommand{\linstruc}[1]{%
\node[state] (elem0) {0};
\foreach \x [remember=\x as \lastx (initially 0)] in {1,...,#1} {
\node[state] (elem\x) [right=of elem\lastx] {\x};
\path[->] (elem\lastx) edge node[above] {$s$} (elem\x);
};
\path[->] (elem#1) edge[loop right] node[right] {$s$} ();
}
% 1st param: location of label w.r.t. to element (default: above)
% 2nd param: distance to element
% 3rd param: element name
% 4th param: alignment among labels
% 5th param: label text (without "tabular")
\newcommand{\linstruclab}[5][above]{%
\node [#1=#2 of elem#3] {\begin{tabular}{@{}#4@{}}#5\end{tabular}};
}
\renewcommand{\Vec}[1]{\ensuremath{\overrightarrow{#1}}}
\newcommand{\bspnr}[1]{{\footnotesize\textsf{#1}}}
\newcommand{\auf}{\ensuremath{\langle}}
\newcommand{\zu}{\ensuremath{\rangle}}
\newcommand*\circled[1]{\tikz[baseline=(char.base)]{
\node[shape=circle,draw,inner sep=1pt,line width = .8pt] (char) {{\small #1}};}}
\newcommand{\term}[1]{\textsf{#1}}
\newcommand{\DL}[1]{\ensuremath{\mathcal{#1}}}
\newcommand{\EL}{\DL{E\!\!\:L}\xspace}
\newcommand{\ELI}{\DL{E\!\!\:LI}\xspace}
\newcommand{\ALC}{\DL{ALC}\xspace}
\newcommand{\ALCI}{\DL{ALCI}\xspace}
\newcommand{\ALCQ}{\DL{ALCQ}\xspace}
\newcommand{\ALCQI}{\DL{ALCQI}\xspace}
\newcommand{\qnrgeq}[3]{\ensuremath{(\mathord{\geqslant}#1\,#2.#3)}}
\newcommand{\qnrleq}[3]{\ensuremath{(\mathord{\leqslant}#1\,#2.#3)}}
\newcommand{\parI}{\par\smallskip}
\newcommand{\parII}{\par\medskip}
\newcommand{\parIII}{\par\bigskip}
\newenvironment{tboxarray}{%
\renewcommand{\arraystretch}{1.2}
\begin{array}{@{}r@{~~}r@{~~}c@{~~}l@{~~}l@{}}
}{%
\end{array}
}
\newfont{\bigmathxx}{cmsy10 scaled 1980}
\newfont{\smallmathxx}{cmsy10 scaled 720}
\newcommand{\bigsqcap}{\mathop{\mathop{\mbox{\bigmathxx\symbol{117}}}}\limits}
\renewcommand{\bigsqcup}{\mathop{\mathop{\mbox{\bigmathxx\symbol{116}}}}\limits}