最近准备投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了。

本文详细介绍了在使用Texlive撰写ACM会议论文时遇到的冲突问题,特别关注了与ACMSIGProceedingsTemplates模板之间的不兼容性,并提供了解决方案:在`begin{document}
1609

被折叠的 条评论
为什么被折叠?



