<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Mar 8, 2010, at 5:28 PM, <<a href="mailto:facenda@us.es">facenda@us.es</a>> <<a href="mailto:facenda@us.es">facenda@us.es</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi all,<br>I have a problem with eps files. I have a file, figure.eps<br>I think that texshop 2.33 converts this file to pdf when I compile the document with the order  \includegraphics[]{figure}.<br>But I get the error<br><br>! Package pdftex.def Error: File `figure-eps-converted-to.pdf' not found<br>See the pdftes.def package documentation for explanation<br><br></div></blockquote><br></div><div>Without seeing more of what exactly you are doing, it's hard to tell.  Does the following file not work?</div><div><br></div><div><div>\documentclass{article}</div><div>\usepackage{graphicx}</div><div>\usepackage{epstopdf}</div><div>\begin{document}</div><div>\includegraphics{figure.eps}</div><div>\end{document}</div><div><br></div></div>Alan<div><br><div apple-content-edited="true"> <div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>-- </div><div>Alan Munn</div><div><a href="mailto:amunn@gmx.com">amunn@gmx.com</a></div><div><br></div></div></span><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"> </div><br></div></body></html>