I would like to display the figure in my LaTeX file. I use the class
\documentclass{llncs}
and downloaded psfig.sty and add to /miktex 2.9/tex/latex/base and then from Setting -> Refresh FNDB. I also include this part of code
\input{psfig.sty}
then I used this code to insert the image
\begin{figure}
\psfig{figure=File.eps}
\caption{my figure label}
\label{fig:f1}
\end{figure}
and no image is shown.
I have tried to include this as well \usepackage{graphicx} but nothing happens
in fact, I have download the template and recompiled it but no images also appear.