I'm trying to put a picture in my article, but the image just has not being shown. The compiler runs without errors or warnings, but the text is generated with the space of figure (even the legend is showed), but without the figure. What might be happening? Look below the packages that I'm using as well as an example of the code runned.
Code: Select all
\usepackage[dvips]{graphicx}
\begin{document}
\chapter{First}
\begin{figure}[htp]
%\captionstyle{center}
\centering
\includegraphics[scale=0.5]{test.eps}
\caption{Scattering two ports}
\label{fig:scattering_two_ports}
\end{figure}
\end{document}
Can anyone help me?
Thanks a lot in advance!
Michelle