how to upload image in winedt. i have included \usepackage{graphicx} at beginning. the file is executing but pdf is not building. i have attached the file for reference. please help.
The error in your file is the space between fig and 3, the name of the image file mustn't have any spaces, so rename your figure in its own folder "fig3" and delete space in your latex file, if it is necessary, you can name your image in that form fig_3 in both places in its own folder in your PC and in latex file.
see the attached file, in which I repaired your problem. (I put a temporary Figure from my computer)
It is not necessary to include file extension "eps" in latex file if the original figure is already of eps format, the problem was the space in the file name, which is n't allowed.
Khaled Mohamed sir my problem is still not solved.. i have incorporated all the points u all have mentioned. when i execute my file by writing \usepackage{graphicx}, pdf does not build, its showing pdflatex compilation report (page 0), errors are 0...
when i write some text without including any graphics, it executes and builds pdf..
but when i try to include some figure, it does not build pdf. please help..
Are your figures in "eps" format or other format like "jpg" ... etc?
The problem may be the format of your figures differ than "eps" format. If this is the situation, convert it to "eps" format by any software or by online sites like:
The problem in you code is in the fifth line (I put it in bold format), although we write "graphix" in \usepackage{graphicx} at the beginning of the file, we write it in its original letters in \includegraphics in the block of figure format
so replace (\includegraphicx) by (\includegraphics)
See the attached compiled true format on my PC, you can run it at your PC, if the problem persists I think you have to re-install latex software again.
I think you are not able to download the graphicx package. I think you may have to install it manually. You can manually download the package from here https://www.ctan.org/pkg/graphicx (download zip file). And follow this post to install it to your tex system (miktex, in windows) http://tex.stackexchange.com/questions/2063/how-can-i-manually-install-a-package-on-miktex-windows
I think you should save your image file to your corresponding latex file in the jpeg or png format and then run your winedit file then only you can get the answer. Dont forget you should both image and latex file in the same folder.