我在 texmaker 中的图形有问题。我的旧 PC 中有我的代码,它工作正常。但现在在我的新电脑上它不起作用。这是我的代码:
\documentclass[a4paper,11pt]{elsarticle} % article for Elsevier
\usepackage{graphicx} % need this package
\begin{document}
\begin{figure}[htbp] % htbp stand for "here", "top", "bottom", "page"
\includegraphics[scale=1]{DATA/Zapoctovy program prvak/Matlab DU4/spy(H).jpg}
\end{figure}
\end{document}
它说这个错误:在此处输入图像描述