Weblog von hempel

Alphabetische Formelnummerierung

Hallo,

ich schreibe an einem Buchkapitel und verwende dazu die Klasse scrbook.

Wie kann ich die folgende Formelnummerierung erreichen?

a = b (2.10)
c = d (2.10a)
e = f (2.10b)

In der Präambel definiere ich den Befehl:

\newcounter{saveeqn}
\newcommand{\alpheqn}{\setcounter{saveeqn}{\value{equation}}
\setcounter{equation}{0}
\renewcommand{\theequation}{\mbox{\arabic{chapter}.\arabic{equation}\alph{equation}}}}
\newcommand{\reseteqn}{\setcounter{equation}{\value{saveeqn}}
\renewcommand{\theequation}{\arabic{chapter}.\arabic{equation}}}

Inhalt abgleichen