I'm having a problem with a figure reference that keeps being wrong, no matter what I do... I don't think that I've made any mistakes in my code:
Code: Select all
\begin{figure}
\centering
\includegraphics[scale=1]{Adsorptie_interacties}
\label{Adsorptie_interacties}
\caption{Adsorptie interacties}
\end{figure}
Code: Select all
\begin{figure}
\centering
\includegraphics[scale=1.05]{Sorptie_isothermen}
\label{Sorptie_isothermen}
\caption{Types sorptie isothermen}
\end{figure}
\ref{}
afterwards with the label I've given up, it returns a number that differs from the number LaTeX gave to the figure. Other figures in the same document do get a right reference, so I don't see why these two don't...Maybe it also has something to do with the fact I used sub-figures somewhere in the document before these two figures?
FYI, I've also tried to save the document under another name and build it again.
I hope anyone can help me.
Thanks in advance!