mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
19 lines
717 B
TeX
19 lines
717 B
TeX
\theoremstyle{break}
|
|
\setlength\theoremindent{0.7cm}
|
|
\theoremheaderfont{\kern-0.7cm\normalfont\bfseries}
|
|
\theorembodyfont{\normalfont} % nicht mehr kursiv
|
|
|
|
\newframedtheorem{satz}{Satz}[chapter]
|
|
\newframedtheorem{lemma}[satz]{Lemma}
|
|
\newtheorem{plaindefinition}{Definition}
|
|
\newenvironment{definition}{\begin{plaindefinition}}{\end{plaindefinition}}
|
|
\newenvironment{definition*}{\begin{plaindefinition*}}{\end{plaindefinition*}}
|
|
\newtheorem{beispiel}{Beispiel}
|
|
\newtheorem{bemerkung}{Bemerkung}
|
|
|
|
\def\fB{\mathfrak{B}}%Für Basis
|
|
\def\fT{\mathfrak{T}}%Für Topologie
|
|
\newcommand{\powerset}[1]{\mathcal{P}(#1)}
|
|
\def\mdr{\ensuremath{\mathbb{R}}}
|
|
\def\mdq{\ensuremath{\mathbb{Q}}}
|
|
\def\gdw{\ensuremath{\Leftrightarrow}}
|