我正在使用大学提供的 LaTeX 模板来撰写论文。当我尝试插入图像时,出现以下错误。我已\usepackage{graphicx}
在模板中使用。我已在下面附上插入图像的代码和错误。
我被告知要为这个问题附上 MWE。所以我附上了一个链接,任何人都可以从那里下载我正在使用的模板。从下面的链接下载“学士/硕士论文的 LaTeX 模板”zip 文件。这就是给我带来问题的模板。
关联: https://agrosy.informatik.uni-kl.de/en/teaching/templates
代码:
\begin{figure}
\centering
\includegraphics[scale=.4]{bilder/my_photo.png}
\label{fig:trial image}
\end{figure}
错误(还附有完整的错误图像):
LaTeX Error: Cannot determine size of graphic in bilder/my_photo.png (no BoundingBox).
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.202 ...degraphics[scale=.4]{bilder/my_photo.png}
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
我是 LaTeX 新手。有人能告诉我我这里做错了什么吗?如果这里提供的信息不足以解决错误,请在评论中告诉我。我很乐意提供更多信息。