最近准备投ACM的会议,使用Tex live写文章,在使用subfig包时,出现如下错误:
—————————————————————————————————————————————————————————————————
Package caption Error: No float type 'copyrightbox' defined
—————————————————————————————————————————————————————————————————
根据查阅的资料,发现原来是该库和ACM提供的“ACM SIG Proceedings Templates”模板冲突,因此需要在begin{document}之前加入:
\makeatletter \let\@copyrightspace\relax \makeatother
这样就OK了。