SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2.01k stars 365 forks source link

Sudden errors: eps-converted-to.pdf' not found: using draft setting. #1392

Open xiongruixu opened 5 years ago

xiongruixu commented 5 years ago

I has been using ST3+LaTeXTools on my Macbook for the past three years and it worked well. But several days ago when I run it, it didn't work.

_Compilation failed with return code [12]!

8 Error(s), 10 Warning(s), 0 FSC, and 7 BadBox(es).

[Error(s)] E: xx.tex:119 Package pdftex.def Error: File xxx-eps-converted-to.pdf' not found: using draft setting. E: xx.tex:119 Font OT1/pcr/m/n/10=pcrr7t at 10.0pt not loadable: Metric (TFM) file not found. E: xx.tex:123 Package pdftex.def Error: Filexxxx-eps-converted-to.pdf' not found: using draft setting. E: xx.tex:127 Package pdftex.def Error: File xxxxx-eps-converted-to.pdf' not found: using draft setting. E: xx.tex:131 Package pdftex.def Error: Filexxxxxx-eps-converted-to.pdf' not found: using draft setting. E: xx.tex:135 Package pdftex.def Error: File xxxxxxx-eps-converted-to.pdf' not found: using draft setting. E: xx.tex:139 Package pdftex.def Error: Filexxxxxxxx-eps-converted-to.pdf' not found: using draft setting. E: xx.tex:142 Package pdftex.def Error: File `xxxxxxxxx-eps-converted-to.pdf' not found: using draft setting._

[Warning(s)] W: xx.tex:35 Citation xx' on page 1 undefined. W: xx.tex:35 Citationxx' on page 1 undefined. W: xx.tex:35 Citation xx' on page 1 undefined. W: xx.tex:35 Citationxx' on page 1 undefined. W: xx.tex:60 Citation xx' on page 1 undefined. W: xx.tex:60 Citationxx' on page 1 undefined. W: xx.tex:73 Citation xx' on page 1 undefined. W: xx.tex:131 Filexxxxxx.eps' not found. W: xx.tex:139 File `xxxxxxxx.eps' not found. W: xx.tex:0 There were undefined references.

[BadBox(es)] B: xx.tex:119 Overfull \hbox (9.45953pt too wide) B: xx.tex:123 Overfull \hbox (9.45953pt too wide) B: xx.tex:127 Overfull \hbox (9.45953pt too wide) B: xx.tex:131 Overfull \hbox (9.45953pt too wide) B: xx.tex:135 Overfull \hbox (9.45953pt too wide) B: xx.tex:142 Overfull \hbox (71.82947pt too wide) B: xx.tex:139 Overfull \hbox (9.45953pt too wide)

[Done in 1.4s!]

r-stein commented 5 years ago

This is about the compilation and not an error inside LaTeXTools, hence I can't help you. I recommend to search/ask on https://tex.stackexchange.com/ .

ig0774 commented 5 years ago

This doesn’t look like the output from the LaTeXTools builder. You may have installed another package that is trying to build your LaTeX document. In the command palette you might try selecting “Build with LaTeX”. If there are multiple “Build with LaTeX” options, you might have to hunt down the offending package...