我们发现ACM的latex模板中会有ACM Reference Format信息,怎么也去不掉,百度了好久才发现可以这样去掉-----

发现在\documentclass[sigconf]{acmart}下面直接添加这几行即可去掉
\settopmatter{printacmref=false} % Removes citation information below abstract
\renewcommand\footnotetextcopyrightpermission[1]{} % removes footnote with conference information in first column
\pagestyle{plain} % removes running headers

博客介绍了去除ACM的LaTeX模板中ACM Reference Format信息的方法。在\\documentclass[sigconf]{acmart}下面添加\\settopmatter{printacmref=false}等三行代码即可去掉相关信息,还给出了找到这几行代码的链接。
1万+





