From 3a93a40aa6bc2e98b2c6aa32286f84cc2fe1d4b8 Mon Sep 17 00:00:00 2001 From: Matthis Scholz Date: Sun, 12 Nov 2023 18:53:19 +0100 Subject: [PATCH] added varepsilon and bem* --- lecture.cls | 3 +++ 1 file changed, 3 insertions(+) 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