Search found 3 matches

by amadsen
Tue Mar 25, 2008 10:25 am
Forum: General
Topic: Equation numbering problem
Replies: 5
Views: 7515

Re: Equation numbering problem

Hi Stephan_K and gmedina


Thanks a lot for the help :)
The equnarray was the problem. After i removed them and replaced them with \begin{equation}\begin{split} the numbering worked again.

Thanks again for the quick responses!!


\Andy
by amadsen
Mon Mar 24, 2008 11:45 pm
Forum: General
Topic: Equation numbering problem
Replies: 5
Views: 7515

Re: Equation numbering problem

Hi Stefan_K

It will be rather difficult to make a working example with the error, since it is working fine for the first 7 sections.

I am using
\begin{eqnarray}
math..
\end{eqnarray}

as the last working and right numbered equation. All equations after this gets the number "0". Is there an issue ...
by amadsen
Mon Mar 24, 2008 8:44 pm
Forum: General
Topic: Equation numbering problem
Replies: 5
Views: 7515

Equation numbering problem

Hi

I have a problem with the equation numbering of my document.
At some point in my document, the counter {equation} will not "update" and the equations are all numbered (8.0), (8.0)...

I am using \renewcommand{\theequation}{\arabic{section}.\arabic{equation}} and have been setting the counter to ...