\includegraphics 不再起作用

\includegraphics 不再起作用

我在 Windows 上使用 Texmaker + MikTex。几年前我成功地写完了我的论文。现在我必须再写一篇,所以我复制了前一篇论文的结构并进行了修改。我注意到的一件事是 \includegraphics 不再起作用了。我有标题但没有图片,它只显示一个白框。我重新编译了我之前的原始论文,图片也消失了。我尝试从 miktex 中删除 graphics 和 graphicx 文件并重新下载它们,但没有用。使用的代码是:

\begin{figure}
\centering
\includegraphics[width=\textwidth,natwidth=650,natheight=251]{ZeusCompare.jpg}
\caption{Caption}
\end{figure}

有什么想法我可以做什么吗?该文件与 latex 文件位于同一文件夹中。

答案1

natheight和键natwidth在这里是错误的。虽然它们过去没有造成危害,但目前它们会导致图像丢失(这种情况将来可能会改变)。

相关内容