i have a little problem with the numbering of my figures. My document consists of several chapters, and after the second one the counter of the figures is reset, but I don't know why.
The code looks like the following:
Code: Select all
\begin{figure}
\centering
\noindent\includegraphics[width=\ScaleIfNeeded]{xy.jpg}
\caption[title_short]{title_long}
\end{figure}
Code: Select all
\begin{equation}
\Delta T = L - Ln + K - Kn
\end{equation}
Code: Select all
\numberwithin{equation}{section}
\renewcommand{\theequation}{\arabic{equation}}
\renewcommand{\thefigure}{\arabic{figure}}
\addto\captionsenglish{\renewcommand{\figurename}{Fig.}}
Does anybody know why the counter of the figures is reset after the second chapter?
Thanks in advance
