I am trying to use
\label
and \ref
to automatically refer to the figure. However the problem is that the label (Figure) doesn't appear in the output file. I have to write it manually. Here is my way and the output file. Code: Select all
\begin{figure}[H]
\caption{Picture}
\centering
\includegraphics[scale=1]{45042_101726753222359_606717_n.jpg}
\label{Pic}
\end{figure}
see ~\ref{Pic} for more details
Thanks in advance...