添加外部图形时出现问题

添加外部图形时出现问题

文件结构是

 someDirectory
 someDirectory/Images

有问题的代码如下

 \graphicspath{/home/LaTeX Musings/Whitepaper Template/Images}

 \begin{figure}
    \includegraphics[width=\linewidth]{/Images/mistake.jpg}
    \caption{A cat.}
    \label{fig:cat}
 \end{figure}

包含includegraphics的行是出错的行,它是以下错误中的第77行,我想我没有告诉它如何找到包含图像的目录

错误是

 ! Package pdftex.def Error: File `mistake.jpg' not found: using draft setting. 

任何想法谢谢大家对 LaTeX 的新手

相关内容