使用 ACM 模板删除摘要下的参考标尺

使用 ACM 模板删除摘要下的参考标尺

使用 ACMacmart模板,我可以用来\settopmatter{printacmref=false}删除摘要下的参考文献,但仍然有两条标尺线,见下图。有没有什么办法可以去掉它们?TIA

\documentclass[review=false,screen,manuscript]{acmart}
\settopmatter{printacmref=false} % Removes citation information below abstract
\renewcommand\footnotetextcopyrightpermission[1]{} % removes footnote with conference info
\setcopyright{none}
\pagestyle{plain} % remove running headers
\usepackage{blindtext}

\title{TBD}
\begin{document}
\maketitle

\blindtext[1]
\end{document}

样本

答案1

其他人也抱怨。因此进行了设计更改:在当前版本中,acmart没有围绕摘要的规则。

相关内容