I'm obviously doing something simple wrong, but for the life of me can't work out what. I'm trying to reference a figure, but the reference never gets saved in the aux file, and so I can't reference it. In the LaTeX file I create the figure, before referencing the figure - but page layout means that the figure is moved after the reference. This is the LaTeX:
Code: Select all
\begin{figure}
\begin{center}
\includegraphics[width=\textwidth]{CyclesOfset.pdf}
\end{center}
\caption{The number of cycles (at 100kHz) of the filter response
from an integrator, with $a=1-2^{-16}$.}
\label{fig:COfset}
\end{figure}
Similarly shown in fig \cite{fig:COfset}
So what am I doing wrong, the same code seems to work elsewhere in the document.