Hi,
I have problems to insert a figure into my .tex file. This is the code:
\begin{figure}
\includegraphics[width=1\textwidth]{Blockdiagram}
\caption{Diagram}
\label{figure:BlockDiagram}
\end{figure}
It says that it cannot find the file! The same with Blockdiagram.png.
The figure is in the same folder. The main .tex is outside this folder, and I tried copying the image there, but the problem persists.
If I type H for help I have:
I could not locate the file with any of these extensions: .eps, .ps....
¿??¿ It's a png! I have both:
\usepackage{graphicx}
\usepackage{epsfig}
And I tried commenting epsfig.... but nothing happens.
Same error.
Any ideas¿¿?
EDIT: I have several PNG files, is it possible to use PNG files? I am using LEd under WinXP.
Thanks