On 1.03.08, assasukasse wrote: > floating pictures, i still couldn't find a way to have all my equations > numbered (not showing in the summary but just numbered)
If you really want *all* equations in your document numbered, you can put
the following in the preamble (Settings>Document>LaTeX preamble)::
% number all equations
\renewcommand\[{\begin{equation}}
\renewcommand\]{\end{equation}}
% number per chapter (needs AMS math)
\numberwithin{equation}{chapter}
Günter
