../data/WS07/schnaubelt.sty (download)
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{schnaubelt}
\RequirePackage{amsthm}
\RequirePackage{analysis}
% Theorem style
\theoremstyle{plain}
\newtheorem{satz}{Satz}[chapter]
\newtheorem{lem}[satz]{Lemma}
\newtheorem{kor}[satz]{Korollar}
\newtheorem{thm}[satz]{Theorem}
\theoremstyle{definition}
\newtheorem{dfn}[satz]{Definition}
\newtheorem*{dfn*}{Definition}
\newtheorem{bsp}[satz]{Beispiel}
\newtheorem*{bsp*}{Beispiel}
\theoremstyle{remark}
\newtheorem{bem}[satz]{Bemerkung}
\newtheorem*{bem*}{Bemerkung}
\renewcommand{\proofname}{Beweis}
\renewcommand{\labelenumi}{\alph{enumi})}
\setkomafont{paragraph}{\normalfont\bfseries}
% Lim sup und inf
\newcommand{\ls}{\varlimsup}
\newcommand{\li}{\varliminf}
% FIXME: Darstellung der charakteristischen Funktion
\newcommand{\charfnkt}[1]{\ensuremath{\mathbf{1}_{#1}}}
\renewcommand{\Re}[1]{\ensuremath\operatorname{Re}{#1}}
\renewcommand{\Im}[1]{\ensuremath\operatorname{Im}{#1}}
\endinput