I am working in a thesis and i am having a trouble trying to scale a figure in my document.
I am using an EPS figure to insert on my file, the figure shows up when I compile the whole document but if i try to change the size using the command height, width or scale the compilation cut my document where my figure was and it doesn't show anymore.
this is an example of what i am trying to do
Code: Select all
Code, edit and compile here:
\begin{figure}[h]\includegraphics[width=5cm,height=5cm]{fig.eps}\caption{Sample figure}\label{fig:intro:fig2}\end{figure}