mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Beweis: es gibt offene und abgeschlossene Mengen
This commit is contained in:
parent
f9f622b9ff
commit
b3f7de4c16
5 changed files with 22 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
\newframedtheorem{satz}{Satz}[chapter]
|
||||
\newframedtheorem{lemma}[satz]{Lemma}
|
||||
\newtheorem{korollar}[satz]{Korollar}
|
||||
\newtheorem{plaindefinition}{Definition}
|
||||
\newenvironment{definition}{\begin{plaindefinition}}{\end{plaindefinition}}
|
||||
\newenvironment{definition*}{\begin{plaindefinition*}}{\end{plaindefinition*}}
|
||||
|
@ -28,6 +29,8 @@
|
|||
|
||||
\def\fB{\mathfrak{B}}%Für Basis
|
||||
\def\fT{\mathfrak{T}}%Für Topologie
|
||||
\renewcommand{\qed}{\hfill\blacksquare}
|
||||
\newcommand{\qedwhite}{\hfill \ensuremath{\Box}}
|
||||
\newcommand{\powerset}[1]{\mathcal{P}(#1)}
|
||||
\def\mdr{\ensuremath{\mathbb{R}}}
|
||||
\def\mdq{\ensuremath{\mathbb{Q}}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue