On 2013-12-20, Patrick Dupre wrote:
> Hello,

> Is there an option to have all the equations automatically numbered if
> I only label some of them ?

For this, I have in my "latex preamble":

% Gleichungen
% -----------
% Alle Gleichungen nummerieren
\renewcommand\[{\begin{equation}}
\renewcommand\]{\end{equation}}

And additionally to number by chapter (do not add this if you want
consecutive numbering over the whole document):

% Starte Gleichungsnummern für jedes Kapitel neu (mit AMS mathe)
\numberwithin{equation}{chapter}


Günter

Reply via email to