!包pdftex.def错误:找不到文件`./filename-eps-converted-to.pdf'

时间:2017-07-05 05:22:00

标签: image latex pdflatex

当我尝试编译这个

\documentclass{jprr}
\usepackage{url}
\usepackage{graphicx}
\usepackage[outdir=./]{epstopdf}
\begin{document}
\begin{figure}
\centering
\includegraphics{/home/name/taiwan.eps}
\end{figure}
\end{document}

我一直都会收到此错误

! Package pdftex.def Error: File `./taiwan-eps-converted-to.pdf' not found.

See the pdftex.def package documentation for explanation.
Type  H <return>  for immediate help.
...                                              

我正在使用Textworks,pdfLaTeX。

请帮忙。

1 个答案:

答案 0 :(得分:-1)

在ubuntu上,安装texlive-font-utils软件包为我解决了这个问题。

sudo apt install texlive-font-utils

我注意到“ repstopdf:未找到系统返回的代码为32512的错误”,然后出现“ converted-to.pdf'not found”错误。我尝试运行“ repstopdf”,shell给了我解决方案:

$ repstopdf

Command 'repstopdf' not found, but can be installed with:

sudo apt install texlive-font-utils