update ana, add first two lectures

This commit is contained in:
2019-12-04 12:54:35 +01:00
parent 0f2b7506dc
commit 7ebf503fda
7 changed files with 275 additions and 9 deletions
+7 -7
View File
@@ -41,14 +41,14 @@
\setlength{\parindent}{0mm}
\theoremstyle{definition}
\newmdtheoremenv{satz}{Satz}
\newmdtheoremenv{lemma}{Lemma}
\newmdtheoremenv{korrolar}{Korrolar}
\newmdtheoremenv{definition}{Definition}
\newmdtheoremenv{satz}{Satz}[section]
\newmdtheoremenv{lemma}[satz]{Lemma}
\newmdtheoremenv{korrolar}[satz]{Korrolar}
\newmdtheoremenv{definition}[satz]{Definition}
\newtheorem{bsp}{Beispiel}
\newtheorem{bem}{Bemerkung}
\newtheorem{aufgabe}{Aufgabe}
\newtheorem{bsp}[satz]{Beispiel}
\newtheorem{bem}[satz]{Bemerkung}
\newtheorem{aufgabe}[satz]{Aufgabe}
\newcommand{\N}{\mathbb{N}}
\newcommand{\R}{\mathbb{R}}