一、我们发现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

 

二、现在的会议一般都是双盲审,因此需要将投稿作者设置成anonymous,设置后的样式以及具体设置方法如下:

\author{Anonymous authors}
 \affiliation{
   \institution{Paper under double-blind review}
 }
\renewcommand{\shortauthors}{Anonymous Author, et al.}

 

三、投稿时 如果要求打印页码,并且不想打印输出CSS部分,追加这两项配置(下面红色字体)即可:

       \settopmatter{printacmref=false,  printccs=false,  printfolios=true}

      注:Full papers: Contain no more than twelve (12) single-spaced and numbered pages

             这句话的要求是: 最多12页、且单行距并且要显示页码。

 

四、投稿时,在每页的页眉会显示下图的①和②,如果想将其替换成本次投稿的内容,这样修改即可:

针对①,修改acmart.cls文件的第1216行,进行修改即可,例如:

修改前:\acmConference[Conference'17]{ACM Conference}{July 2017}{Washington, DC, USA}%

修改后:\acmConference[MobiCom'20]{ACM Conference}{Sep 2020}{London, UK}%

针对②,修改latex源文件(例:sample-sigconf.tex)即可,例如:

修改前:\renewcommand{\shortauthors}{Trovato and Tobin, et al.}

修改后:\renewcommand{\shortauthors}{Anonymous Author, et al.}

 

ACM投稿Latex模板页面

 

修改后的页面

 

参考文献:

1)https://blog.csdn.net/MX_studying/article/details/88682175

2)https://tex.stackexchange.com/questions/346292/how-to-remove-conference-information-from-the-acm-2017-sigconf-template

 

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐