I have to use the IEEE class file which can be found here:
http://mocha-java.uccs.edu/ieee/
There you can download the class file itself (ieee.cls) and a demo tex file called ieeecls.tex. When I load the pgfplots package then I get the following error
! Too many }'s. \color@endbox ->\color@endgroup \egroup l.811 \end{figure}
I saw that there are other posts regarding this problem, the best help is
Why do I get an error "Too many }'s" when using package rotating
in my opinion. It is anweserd by Stefan Kottwitz. The solution doesn't help in my case. The solution from Stefan is:
There are classes and style files, which define the macro \@xfloat in a way which can cause exactly this error. In this case, consider removing/redefining this macro, or using a different class
\makeatletter \let\latex@xfloat=\@xfloat \def\@xfloat #1[#2]{% \latex@xfloat #1[#2]% \def\baselinestretch{1} \@normalsize\normalsize \normalsize } \makeatother
I cannot add a minimal working example here - but you can download the two files needed as decribed above.
I already filed a bug report to IEEE but I don't think they will reply in time.
ieeetranclass included with most distributions instead? – Mike Renfro Jan 18 '15 at 20:57\inputwithout messing up. In the end, I just produced it separately.] – cfr Jan 18 '15 at 21:41IEEEtrannot thatieee– percusse Jan 19 '15 at 13:11