当我在Windows中使用TexMaker在我的Latex文件中添加图像时,出现错误

时间:2014-11-27 14:59:15

标签: latex texmaker

当我在Windows中使用TexMaker在我的Latex文件中添加图像时,出现错误。我的代码如下:

\begin{figure}[hbtp]
\centering
\includegraphics[scale=1]{first1.png}
\caption{iamgeTitle}
\end{figure}

显示错误:未定义的控制序列\ includegraphics

之后我尝试添加     \ usepackage {graphicx宏} 显示错误:只能在序言中使用。

我用谷歌搜索它来解决问题但失败了。我怎样才能解决这个问题。

0 个答案:

没有答案