eps-converted-to.pdf 未找到

eps-converted-to.pdf 未找到

我试图在 LuaLatex 中包含一个图形,但收到一条错误消息

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

相同的代码在 pdfLaTex+MakeIndex+bibTex 中运行。有办法解决这个问题吗?另外,有没有办法包含包含空格的目录或文件路径(例如,c:\my project\tex)?

\documentclass{article}    
\usepackage{graphicx,xcolor,colortbl}    
\usepackage{epstopdf,epsfig}    
\begin{document}    
\begin{figure}    
\includegraphics{test.eps}    
\end{figure}    
\end{document}

相关内容