I would like to understand what is the difference between writing this:
Code: Select all
\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}
Code: Select all
\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}
Fab.