## 编译环境 操作系统 * [x] Windows 10 Tex发行版 * [x] TexLive 2020 ## 我的问题 在使用pdflatex编译论文模板时系统报错,核心报错信息如下: [Loading MPS to PDF converter (version 2006.09.02).] ) *geometry* driver: auto-detecting *geometry* detected driver: pdftex ! Package pdftex.def Error: File `fig1-eps-converted-to.pdf' not found: using d raft setting. See the pdftex.def package documentation for explanation. Type H for immediate help. MWE程序如下所示: ``` \documentclass[english]{cccconf} \usepackage[comma,numbers,square,sort&compress]{natbib} \usepackage{epstopdf} \begin{document} \begin{figure}[!htb] \includegraphics[width=0.3\textwidth]{fig1.eps} \end{figure} \end{document} ``` 无论使用dvi2pdf 还是单纯用pdflatex都是没法加载图片,不清楚是哪里出了差错,也不明白是否要重装

1 回答1

0
``` Because of the security risk, it is better to do it on the command line only: --shell-escape (TEX Live) Example: pdflatex -shell-escape test.tex ``` 不知 `epstopdf` 手册里这段话你是否看过
  • 回复 苍 颜 小 峰 :在命令行中,将全部 eps 转成 pdf 吧。 – OsbertWang 2020-12-07 23:47 回复
  • 这个我之前也试过了,还是出现了同样的错误:file'fig1-eps-converted-to.pdf' not found: uing draft seting – 苍 颜 小 峰 2020-12-05 00:12 回复
  • 这个我之前也试过了,还是出现了同样的错误:file'fig1-eps-converted-to.pdf' not found: uing draft seting – 苍 颜 小 峰 2020-12-05 00:12 回复
  • 这个我之前也试过了,还是出现了同样的错误:file'fig1-eps-converted-to.pdf' not found: uing draft seting – 苍 颜 小 峰 2020-12-05 00:12 回复
  • 这个我之前也试过了,还是出现了同样的错误:file'fig1-eps-converted-to.pdf' not found: uing draft seting – 苍 颜 小 峰 2020-12-05 00:12 回复

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。