OthersPDFLaTeX deletes EPS Files

Information and discussion about other LaTeX editors not listed above
Post Reply
barron
Posts: 2
Joined: Fri Aug 19, 2011 11:41 pm

PDFLaTeX deletes EPS Files

Post by barron »

I have just downloaded MaCTeX 2011 and installed it on my Mac. When I run PDFLaTeX on a *.tex file it deletes the EPS files, say x.eps, and replaces them with PDF files, say x-converted-to.pdf. How do I stop this deletion from happening, I still want my EPS files.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: PDFLaTeX deletes EPS Files

Post by josephwright »

It should not be deleting the EPS files, although it will convert EPS to PDF, i.e. you should end up with both an EPS and PDF files. Can you post your log?
Joseph Wright
barron
Posts: 2
Joined: Fri Aug 19, 2011 11:41 pm

Re: PDFLaTeX deletes EPS Files

Post by barron »

Hum... I am using \usepackage{grffile} now and all works... I don't know why this was no the case before.
Post Reply