删除ACM Latex模板版权信息
2022-08-15 本文已影响0人
兮嘉
三条命令去除ACM sigconf latex模板里的ACM reference format和copyright信息。
\settopmatter{printacmref=false}
\setcopyright{none}
\renewcommand\footnotetextcopyrightpermission[1]{} % removes footnote with conference information in first column
\pagestyle{plain}