includegraphics 在包含另一个图形后停止工作

includegraphics 在包含另一个图形后停止工作

目前正在使用 Texmaker 并使用这行代码:

\begin{figure}[h!]
\includegraphics[scale=.5]{Figures/Blah}
\caption{\label{Blah} BLAH BLAH}
\end{figure}

在我尝试添加新人物之前,其他几个人物的一切都正常。现在,尽管删除了我添加的新人物,但每个人物都会收到这些错误消息。

! LaTeX Error: Not in outer par mode.See the LaTeX manual or LaTeX Companion for explanation.Type H <return> for immediate help.... \begin{figure}[h!]
! Undefined control sequence.\@xfloat@LaTeX ...f \fi \global \setbox \@currbox\color@vbox \normalcolor \... \begin{figure}[h!]
! Missing number, treated as zero

\documentclass[aps, prl, twocolumn, floatfix, final, letterpaper, citeautoscript, superscriptaddress]{revtex4} 
\usepackage{graphicx} 
\usepackage{subfigure} 
\usepackage{natbib} 
\usepackage{amsmath} 

相关内容