I would like to understand what is the difference between writing this:
\begin{figure}[h] \centering \includegraphics[width=150mm]{pics/DeportanceForces.eps} \caption{Plot of the Forces on 3 axis (xyz) and of the Yaw Angle} \label{pics:deportance} \end{figure}
and this:
\begin{figure}[h] \centering \includegraphics[width=150mm]{pics/DeportanceForces.eps} \caption{Plot of the Forces on 3 axis (xyz) and of the Yaw Angle} \label{fig:deportance} \end{figure}
Thanks a lot,
Fab.