I know this question asked here before, and I've seen all your answer but it didn't work with me
just \includegraphics[width=0.8\textwidth,natwidth=610,natheight=642]{first.png}work, but if I do that then I can't control on the position of graph, so could you help ?
pdflatexthen you can use\includegraphics[width=0.8\textwidth]{first.png}but if you are using latex you must usenatheightandnatwidthto tell latex the size of the image. – David Carlisle Oct 27 '14 at 16:43natheightbut it didn't work ! – A.khalaf Oct 27 '14 at 16:56\includegraphics[width=0.8\textwidth,natwidth=610,natheight=642]{first.png} \label{fig:first} \end{figure}I did it and there is no error, but now How i can controlling position of the graph ?
– A.khalaf Oct 27 '14 at 17:10figureenvironment then is a floating. – Aradnix Oct 27 '14 at 17:16