\usepage{color}
because I need to use color for some text, there is always a error of "Too many }'s
" appearing at every place importing a graphic, as below:======== quoted from TEX file ======<BEGIN>
Code: Select all
\begin{figure}[tb]
\centering\includegraphics[width=0.8\linewidth]{fig/concepts}
\caption{...}
\label{fig:concepts}
\end{figure}
======== quoted from log file ======<BEGIN>
Code: Select all
<use fig/concepts.pdf>
! Too many }'s.
\color@endbox ->\color@endgroup \egroup
l.57 \end{figure}
You've closed more groups than you opened.
Such booboos are generally harmless, so keep going.
! LaTeX Error: \begin{document} ended by \end{figure}.
I asked my friends and searched on Internet for several days but still cannot solve the problem. I would really appreciate if anybody can help me out. Thank you very much!
I've attached the TEX file and the LOG file for your reference.