I am using the EPFL thesis template to write a LaTex document. I need to compile it using pdfLaTex. Also, I want to use these same template - I can't use any other template. I have many EPS figures which I am unable to include as it throws me the following error
Package epstopdf Info: Source file: (epstopdf)
date: 2014-03-22 17:37:02 (epstopdf) size: 1694
bytes (epstopdf) Output file:
(epstopdf) Command:
-to.pdf images/logo> (epstopdf) \includegraphics on input line 14.
runsystem(repstopdf--outfile=images/logo-eps-converted-to.pdf images/logo.eps)...executed safely (allowed).
Package epstopdf Info: Result file: .
! Package pdftex.def Error: File `images/logo-eps-converted-to.pdf' not found.
I have included the graphicx and epstopdf packages but to no change.I have installed MacTex packages and I am using TexStudio as my LaTex editor.
Is there a way I can include EPS figures without running into these problems? Please note that if I don't use this template and write a normal LaTex document these problems do not arise. I have also tried with other thesis templates and I receive exactly the same problem. I would like to find a solution for such a thesis template itself.
Thanks!
Edit1
Someone has asked me for a piece of code. The zip file for the EPFL thesis template has a file named titlepage.tex. This file includes the EPFL logo (as PDF) within LaTex. I just need to include an EPS image. Here's the relevant code but it's a standard piece of code to include figures in LaTex. logo is the EPS image.
\begin{tabular} {cc}
\parbox{0.3\textwidth}{\includegraphics[width=4cm]{images/logo}}
&
I am able to include PNG, PDF and JPG images but I want to include EPS images for many reasons.
Edit2
This seems to be a TexStudio issue (also mentioned here). It works absolutely good with TexShop. Strange!
titlepage.texand it includes LaTex code to include the EPFL pdf image. I want to include an eps image instead of PDF. In any case, I will add some code in the original question. – Dexter Mar 22 '14 at 14:14xxx-eps-convertedbit: it should have a different name thanxxx. – egreg Mar 22 '14 at 14:17xxxis a pseudonym. Replacexxxby your favourite file name.FooBar? :) – Dexter Mar 22 '14 at 14:19imagesand added\includegraphics{name}in the sample document; after adding\usepackage{epstopdf}to the preamble everything went smooth. Do you have a space in the file name? – egreg Mar 22 '14 at 14:29\usepackage{epstopdf}? I added it to two filessettings_custom.texas well asmy_thesis.tex. Both gives me the same converted-pdf not found error. – Dexter Mar 22 '14 at 14:32settings_custom.tex. But spaces in the file name are not allowed. – egreg Mar 22 '14 at 14:36logo.epsand I have used\includegraphics{logo}in my LaTex file. – Dexter Mar 22 '14 at 14:38imagesdirectory? If you did, you should use\includegraphics{images/logo}– egreg Mar 22 '14 at 14:39.epsfile can be converted at all (epstopdforps2pdf). – Heiko Oberdiek Mar 22 '14 at 14:40! Package pdftex.def Error: Fileimages/logo-eps-converted-to.pdf' not found.` error. – Dexter Mar 22 '14 at 14:46