diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-01-31 21:15:06 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-01-31 21:15:06 +0100 |
commit | 063038e94ac789b3d7b7cf2884d8f3e948b0a926 (patch) | |
tree | 086175b5aae91f083d2d48177f8bf9c9cd9e24fd /buch/common | |
parent | parrondo vollständig (diff) | |
download | SeminarMatrizen-063038e94ac789b3d7b7cf2884d8f3e948b0a926.tar.gz SeminarMatrizen-063038e94ac789b3d7b7cf2884d8f3e948b0a926.zip |
Markov-Ketten
Diffstat (limited to 'buch/common')
-rw-r--r-- | buch/common/macros.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buch/common/macros.tex b/buch/common/macros.tex index bc1c6ea..2c6eea2 100644 --- a/buch/common/macros.tex +++ b/buch/common/macros.tex @@ -101,6 +101,7 @@ \newtheorem{lemma}[satz]{Lemma} \newtheorem{definition}[satz]{Definition} \newtheorem{annahme}[satz]{Annahme} +\newtheorem{frage}[satz]{Frage} \newtheorem{problem}[satz]{Problem} \newtheorem{aufgabe}[satz]{Aufgabe} \newtheorem*{problem*}{Problem} |