epstopdf 拼写错误或无法找到

epstopdf 拼写错误或无法找到

我在使用 epstopdf 包编译 eps 文件时遇到问题。我使用 TeXStudio portable 并尝试编译以下代码:

\documentclass{article}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage[latin1]{inputenc}

\begin{document}

  \begin{figure}[h]
\includegraphics[width=\columnwidth]{test.eps}
  \end{figure}

\end{document}

此代码显示“epstopdf”错误,要么拼写错误,要么不存在。因此,我尝试转换 eps 文件提示,但得到了相同的错误消息。

谁能告诉我我的 Latex 设置出了什么问题?

谢谢你!

答案1

所以我终于找到了解决问题的方法。

Solution 2. Launch TexMaker from within Miktex来自链接配置 Texmaker 与 MiKTeX Portable 配合使用成功了。我按照说明通过 miktex 打开了 texstudio。完成此操作后,我可以编译 eps 文件而不会出现任何错误。现在我可以打开 texstudio 而无需事先启动 miktex,它仍然可以处理 eps 文件。

相关内容