diff --git a/lecture.cls b/lecture.cls index 68f00be..6548ac5 100644 --- a/lecture.cls +++ b/lecture.cls @@ -97,6 +97,7 @@ \newtheorem{bsp}[satz]{Example} \newtheorem{bem}[satz]{Remark} +\newtheorem*{bem*}{Remark} \newtheorem{aufgabe}[satz]{Exercise} \counterwithin{figure}{chapter} @@ -280,3 +281,5 @@ % add one equation tag to the current line to otherwise unnumbered environment \newcommand{\tageq}{\stepcounter{equation}\tag{\theequation}} + +\newcommand{\ve}{\varepsilon} \ No newline at end of file