ieee latex Paragraph ended before \Gin@iii was complete.

1.首先添加    \usepackage{graphics}后,执行下面代码:

\begin{figure}[ht]
    \centering
    \includegraphics[scale=0.3]{Graph1.eps}
    \caption{this is a figure demo}
    \label{fig:label}
\end{figure}

2.总是提醒下面出错信息;

 Paragraph ended before \Gin@iii was complete.

3.把\usepackage{graphics}改为\usepackage{graphicx}后,执行成功,不再提示错误;

你可能感兴趣的:(learning)