美文网首页
删除ACM Latex模板版权信息

删除ACM Latex模板版权信息

作者: 兮嘉 | 来源:发表于2022-08-15 22:01 被阅读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}

相关文章

网友评论

      本文标题:删除ACM Latex模板版权信息

      本文链接:https://www.haomeiwen.com/subject/aewlgrtx.html