Took me 6 hours today and still doesn't work, the error is :
Package pdftex.def error PDF mode expected mf-texlive/tex/latex/pdftex-def/pdftex.def
Example document:
\documentclass{article}
\usepackage[pdftex]{graphicx}
\begin{document}
\includegraphics[scale=0.5,angle=90]{histogram_DSC_activity.eps}
\section{Title}
\end{document}
when I change it to
\usepackage{graphicx}
I get cannot determine size of graphic in the figure file.
I check all remedy on google and here but ... also tried picture with pdf format.
latexorpdflatex? – Sharpie May 8 '11 at 20:52