[OS X TeX] Using eps files
Alan Munn
amunn at gmx.com
Mon Mar 8 18:07:17 EST 2010
On Mar 8, 2010, at 5:28 PM, <facenda at us.es> <facenda at us.es> wrote:
> Hi all,
> I have a problem with eps files. I have a file, figure.eps
> I think that texshop 2.33 converts this file to pdf when I compile
> the document with the order \includegraphics[]{figure}.
> But I get the error
>
> ! Package pdftex.def Error: File `figure-eps-converted-to.pdf' not
> found
> See the pdftes.def package documentation for explanation
>
Without seeing more of what exactly you are doing, it's hard to tell.
Does the following file not work?
\documentclass{article}
\usepackage{graphicx}
\usepackage{epstopdf}
\begin{document}
\includegraphics{figure.eps}
\end{document}
Alan
--
Alan Munn
amunn at gmx.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://email.esm.psu.edu/pipermail/macosx-tex/attachments/20100308/4cd0e569/attachment.html>
More information about the MacOSX-TeX
mailing list