I can not use EPS figures (before I was able to do so). I've tried to run the wizard of TeXnicCenter to restore defaults. Before I had no problems, as I was using the package epstopdf. Any ideas?
The main error when I run LaTeX => PDF is the following:
I include a MWE (I´ve attached the associated kkk.eps figure).Package pdftex.def Error: File ´kkk-eps.converted-to.pdf´ not found
Code: Select all
\documentclass[11pt]{article}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{epstopdf}
\begin{document}
Text
\begin{figure}[ht]
\centering
\includegraphics[scale=0.5]{kkk}
\caption{caption text}
\label{fig:image}
\end{figure}
\end{document}
Kind rgds
Jose