I'm receiving an error "! Extra }, or forgotten \endgroup" with all of my figures in my thesis , when I use graphicx and rotating usepackage simulatenously. If I use graphicx package only then there is an error in \begin{sidewaystable} tables. I am using Miktex 2.8 and WinEdt 5.5.
The full error output is:
"[11] [12] ! Too many }’s. \color@endbox ->\color@endgroup \egroup 1.113 \end{figure}
regarding the code fragment:
\begin{figure}
\caption{general figure caption} \label{gnrl}
\centering
\includegraphics[width=2.5in]{figures/generalfig.eps}
\end{figure}
Does anybody know what the problem is? It seems from a Google search that the problem is quite common, yet none of the solutions are working for me. Any help would be appreciated.
\documentclassand the appropriate packages so that those trying to help don't have to recreate it. In this case, we need a fully compilable MWE in order to be able to diagnose the problem. – Peter Grill Nov 27 '12 at 06:00graphicxandrotating? – Werner Nov 27 '12 at 06:06