Sep 21, 2012

Correct number of graphic when refering in the text

Wrong

\section{A}
text text

\begin{figure}
\caption{1}
\end{figure}

\begin{figure}
......
\label{fig2}
\caption{2}
......
\end{figure}
 (This will label the contents such as section or the figure before so that the wrong number will keep showing up)



Correct:
\caption{2}
\label{fig2}

No comments: