在文章类中加载 .PNG 时出现问题

在文章类中加载 .PNG 时出现问题

我正在撰写论文,在将图像加载到文档中时遇到了麻烦。我使用的是 article 类,因为它只需要最少的编辑就可以让它看起来像我想要的那样。当我尝试使用 添加图片时\includegraphics{picture},它会编译文件,但当我尝试打开 PDF 时,它会告诉我“文件未找到”。我尝试将类更改为 report 并且编译正常。我收到的错误是:

! 包 pdftex.def 错误:未找到文件“G:/Documents/Windows 7/Documents/Spring 2014/Thesis/Thesis/WOpic.png”。

但这是正确的位置,并且文件存在。这是文档的开头以及我正在使用的软件包。此外,我正在使用 TexMaker 进行编辑和编译。

\documentclass[11pt]{report}
\usepackage{cite,titletoc,tocloft,afterpage,setspace,graphicx,fixltx2e}
\usepackage[margin=1.25in]{geometry}
\usepackage[nottoc]{tocbibind}
\usepackage[english]{babel}
\usepackage[version=3]{mhchem}

对于可能存在什么问题,您有什么想法吗?

相关内容