Bis 2.5 Grenzwerte
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user