Bis 2.5 Grenzwerte

This commit is contained in:
Sven Riwoldt
2024-02-13 20:19:22 +01:00
parent 8176bc828e
commit 671ed1d539
34 changed files with 87 additions and 841 deletions

View File

@@ -205,6 +205,7 @@
\newcounter{mybspcount}
\newcounter{myaufgcount}
\newcounter{mysatzcount}
\newcounter{mybemcount}
\newenvironment{definition}{% define a custom environment
% \bigskip\noindent% create a vertical offset to previous material
@@ -228,6 +229,12 @@
\numberwithin{mybspcount}{chapter}
\newenvironment{bemerkung}{% define a custom environment
\bigskip\noindent% create a vertical offset to previous material
\refstepcounter{mybemcount}% increment the environment's counter
\textbf{Bemerkung \themybemcount}}{}
\numberwithin{mybemcount}{chapter}
\newenvironment{aufgabe}{% define a custom environment
\bigskip\noindent% create a vertical offset to previous material
\refstepcounter{myaufgcount}% increment the environment's counter