update ana, add first two lectures
This commit is contained in:
+7
-7
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user