>>>>> "M" == M Braun <[EMAIL PROTECTED]> writes:
M> H Andre I would say that anybody writing a Ph.D. thesis would
M> welcome this feature, since in a thesis you typically number all
M> equations irrespective of wether you refer to them or not!
Let's say that "in some fields, in some places, people want to number
all their equations". I even wrote a LaTeX package to unnumber
equations which were not refered to with a \ref for my thesis.
I guess that adding
\renewcommand\[{\begin{\equation}}
\renewcommand\]{\end{equation}}
to your LaTeX preamble should do the trick.
JMarc