[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#311424: \usepackage{epstopdf} does not create pdf files



Package: tetex-extra
Version: 2.0.2c-7

When I include \usepackage{epstopdf} in my latex file in order to create PDF files from EPS files automatically on the fly I receive the following error message when calling
"pdflatex test.tex":

---------------------------------------------------------------
.
:
loading : Context Support Macros / PDF
)
epstopdf plot.eps

Error: pdflatex (file plot.pdf): cannot find image file
==> Fatal error occurred, the output PDF file is not finished!
----------------------------------------------------------------

The plot.eps file is not created, although I can create it manually with
"epstopdf plots.eps"

The same problem is reported here:
http://mailman.mit.edu/pipermail/macpartners/2005-January/000779.html

The test.tex file which reproduces the error is given below:

%%% test.tex %%%
% please keep the file plot.eps in the same directory

\documentclass{article}

\ifx\pdftexversion\undefined
 \usepackage[dvips]{graphics}
\else
 \usepackage[pdftex]{graphics}
 \usepackage{epstopdf}
\fi

\usepackage[dvips]{epsfig}

\begin{document}

\begin{figure}
\includegraphics{plot} \end{figure}

\end{document}
%%% end %%%

I suggest that all pdf files are created on the fly.

I am using Debian GNU/Linux 3.1, kernel 2.6.8.1-9rc2-dsdty and libc6 2.3.2.ds1-20

Frank
--
Frank Breitling
Humboldt-Universitaet Berlin, +49-30-20937-814(phone)/-642(fax)
http://www-eep.physik.hu-berlin.de/~fkbreitl



Reply to: