I have read the numerous related questions on this site, but I still couldn't get it to work. I followed instructions from this answer:
\documentclass[journal, a4paper]{IEEEtran}
\usepackage{graphicx}
\usepackage{epstopdf}
\DeclareGraphicsExtensions{.eps}
\begin{document}
\begin{figure}[!t]
\includegraphics{overnondomination}
\end{figure}
\end{document}
The output is:
*****
***** PDFLaTeX output:
***** cd "/home/martin/MyArticles/Minimum_example"
***** pdflatex -shell-escape -interaction=nonstopmode example.tex
*****
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
\write18 enabled.
...
! Package pdftex.def Error: File `overnondomination-eps-converted-to.pdf' not found.
Please, could you help me find out what I am doing wrong?
EDIT:
As suggested, the problem happened before this error message. It turned out that I had not installed epstopdf.
Running
sudo apt-get install texlive-font-utils
solved the problem.
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012). Is it true that the fileovernondomination-eps-converted-to.pdfdoesn't exist? Can you post more of your output? (If the answer to the first question is 'yes', presumably there is an error message for the file conversion, and seeing it might help work out what is going on here.) – Ant Nov 20 '13 at 12:47epstopdfcan be installed by TeX Live. However, I don't know which component you should select, when setting up TeX Live, because I installed all parts of TeX Live. :( – Ch'en Meng Nov 21 '13 at 01:09