如何从ACM的论文模板中删除ACM Reference Format信息

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

如何从ACM的论文模板中删除ACM Reference Format信息_第1张图片

 

发现在\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的论文模板中删除ACM Reference Format信息_第2张图片

这里是我找到这几行的链接https://tex.stackexchange.com/questions/346292/how-to-remove-conference-information-from-the-acm-2017-sigconf-template

你可能感兴趣的:(小知识)