Remove Copyright and Author Address in ACM LaTeX Template

Place the following code just after \documentclass[acmsmall]{acmart}

\makeatletter
\let\@authorsaddresses\@empty
\makeatother

\settopmatter{printacmref=false} % Removes citation information below abstract
\renewcommand\footnotetextcopyrightpermission[1]{} % removes footnote with conference information in first column
\pagestyle{plain} % removes running headers

你可能感兴趣的:(LaTeX)