LaTeX 錯誤:未找到檔案“...”

LaTeX 錯誤:未找到檔案“...”

下的圖像中包含 13 個文件.tex,但這是我在第一個文件中收到的典型錯誤訊息,對於所有具有不同文件名的文件來說都是相同的錯誤,當然,它們都是一個.jpg文件並且之前工作過,

`LaTeX Error: File `uob' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.40 ...graphics[width=0.4\textwidth, center]{uob}

I could not locate the file with any of these extensions:
.eps,.ps,.eps.gz,.ps.gz,.eps.Z,.mps
Try typing  <return>  to proceed.`
If that doesn't work, type  X <return>  to quit.

答案1

您必須使用 LaTeX 編譯文檔,同時.jpg文件只能包含在 pdfLaTeX 下。更改你的編譯器:

在此輸入影像描述

相關內容