-
Notifications
You must be signed in to change notification settings - Fork 0
/
befehle.tex
75 lines (62 loc) · 2.17 KB
/
befehle.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
% Makros
\newcommand{\N}{\mathds{N}} % natuerliche Zahlen
\newcommand{\Z}{\mathds{Z}} % ganze Zahlen
\newcommand{\Q}{\mathds{Q}} % rationale Zahlen
\newcommand{\R}{\mathds{R}} % reelle Zahlen
\renewcommand{\C}{\mathds{C}}
\DeclareMathOperator{\Ret}{Re} % Guter Realteil
%%Mengen
\newcommand{\BB}{\mathrm{B}}
\newcommand{\Dom}{\mathcal{D}}
\newcommand{\EE}{\mathrm{E}}
\newcommand{\verCone}{\Gamma_\mathrm{V}}
\newcommand{\ShenCone}{\Gamma}
%%Funktionenräume
\newcommand{\CC}{\mathrm{C}}
\newcommand{\Ell}{\mathrm{L}}
\newcommand{\Li}{\mathfrak{L}}
\newcommand{\WW}{\mathrm{W}}
\newcommand{\HH}{\mathrm{H}}
%%Mathematische Operatoren
\newcommand{\aform}{\mathfrak{a}}
\newcommand{\loc}{\mathrm{loc}}
\newcommand{\PP}{\mathbb{P}}
\newcommand{\diam}{\operatorname{diam}}
\newcommand{\K}{\mathcal{K}}
\newcommand{\slp}{\mathcal{S}}
\newcommand{\MM}{\mathcal{M}}
\newcommand{\supp}{\operatorname{supp}}
\newcommand{\dlp}{\mathcal{D}}
\DeclareMathOperator{\pv}{p. v.}
\renewcommand{\Im}{\operatorname{Im}}
\renewcommand{\Re}{\operatorname{Re}}
%Differentialoperatoren
\let\divsymb=\div % rename builtin command \div to \divsymb
\renewcommand{\div}[1]{\mathrm{div\,} #1} % for divergence
\renewcommand{\d}[1]{\ensuremath\, {\operatorname{d}\!{#1}}}
\newcommand{\DD}{\ensuremath\,{\operatorname{D}}}
\newcommand{\ii}{\mathrm{i}}
\newcommand{\e}{\mathrm{e}}
% Umgebungen für Definitionen, Sätze, usw.
\theoremstyle{plain}
\newtheorem{thm}{Theorem}[chapter]
\newtheorem{lem}[thm]{Lemma}
\newtheorem{lemDefn}[thm]{Lemma and Definition}
\newtheorem{cor}[thm]{Corollary}
\newtheorem{prop}[thm]{Proposition}
\theoremstyle{definition}
\newtheorem{defn}[thm]{Definition}
\newtheorem{Beispiel}{Beispiel}[chapter]
\newtheorem*{RBsp}{Regelbeispiel}
\newtheorem{rem}[thm]{Remark}
\theoremstyle{remark}
\def\Xint#1{\mathchoice
{\XXint\displaystyle\textstyle{#1}}%
{\XXint\textstyle\scriptstyle{#1}}%
{\XXint\scriptstyle\scriptscriptstyle{#1}}%
{\XXint\scriptscriptstyle\scriptscriptstyle{#1}}%
\!\int}
\def\XXint#1#2#3{{\setbox0=\hbox{$#1{#2#3}{\int}$ }
\vcenter{\hbox{$#2#3$ }}\kern-.6\wd0}}
\def\ddashint{\Xint=}
\def\dashint{\Xint-}