nusthesis icon indicating copy to clipboard operation
nusthesis copied to clipboard

error: Package pdftex.def Error: File `exp/ch-Rice/taste_with_meals-eps-converted-to .pdf' not found: using draft setting.

Open Wanjun98 opened this issue 3 years ago • 1 comments

I got the error when convert eps to pdf:

Package pdftex.def Error: File `exp/ch-Rice/taste_with_meals-eps-converted-to .pdf' not found: using draft setting.

I find a way to solve it. Place the following code in the header: \epstopdfsetup{outdir=./}

The text become become: \begin{figure}[!t] \centering \epstopdfsetup{outdir=./} \begin{minipage}[b]{.45\linewidth} \centering \includegraphics[width=\linewidth]{\Exp{eps}{taste_with_meals}} \caption{Taste with meal repetition.} \label{Rice:exp:taste_with_meals} \end{minipage}

https://tex.stackexchange.com/questions/76455/converted-xxx-eps-converted-to-pdf-not-found#comment163694_76455

Wanjun98 avatar Apr 12 '22 14:04 Wanjun98

Could you provide details of your environment setup where you run with this issue? I tried with the latest TeX Live 2022 and everything works smoothly.

streamjoin avatar Apr 13 '22 14:04 streamjoin