我是靠谱客的博主 自觉跳跳糖,最近开发中收集的这篇文章主要介绍【解决方法】Latex使用eps格式图片报错,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

用matlab制作了eps格式的矢量图片,在latex中使用时编译报错如下:

! Package pdftex.def Error: File `figures/lambda-eps-converted-to.pdf' not foun

d: using draft setting.

See the pdftex.def package documentation for explanation.

Type H <return> for immediate help.

...

l.451 ...egraphics[width=8 cm]{figures/lambda.eps}

?

我用的latex编辑器是MikTex,参考了网上的资料

MikTeX 2.9 报错Could not open the file Definitions/logo-mdpi-eps-converted-to.pdf_五月雨放晴时段的博客-CSDN博客MikTeX 2.9 使用问题的记录(1)部分相关错误信息如下:MiKTeX GPL Ghostscript 9.25: **** Could not open the file Definitions/logo-mdpi-eps-converted-to.pdf .**** Unable to open the initial device, quitting.Sorry, but “...https://blog.csdn.net/wrccrwx/article/details/87891257说要在begin{document}对应的那一行,之前加上epstopdfsetup{outdir=./}

然而编译还是失败,报错信息变为

! Undefined control sequence.

<recently read> epstopdfsetup

l.16 epstopdfsetup

{outdir=./}

?

猜测epstopdf是一个包,于是通过usepackage{epstopdf}引入这个包,编译成功。

总结:

在导入包的部分加入如下两行代码

usepackage{epstopdf}
epstopdfsetup{outdir=./}

最后

以上就是自觉跳跳糖为你收集整理的【解决方法】Latex使用eps格式图片报错的全部内容,希望文章能够帮你解决【解决方法】Latex使用eps格式图片报错所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(38)

评论列表共有 0 条评论

立即
投稿
返回
顶部