Just recently, I started using LaTeX. I have the following referencing problem.
If I place a reference for a figure (for the below example:
\ref{fig: a figure}
) or a table before this figure or table, then Latex only gives me the output "??".This doesn't occur when I place the reference behind the figure/table. Here is a example code:
Code: Select all
\begin{figure}
\caption{a figure}
\label{a figure}
\includegraphics[scale=0.94]{figure.pdf}
\end{figure}
Greetings,
jomike