[Tex/LaTex] Remove ACMReference from Sigconf December 2016 latex template

acmcross-referencingpaper

I want to remove the ACMReference after the abstract. This fix is not working for me \settopmatter{printacmref=false}. Can anyone help? Thanks!

Best Answer

Putting it right after the documentclass worked for me. I don't think you need to do it after \begin{document}. Perhaps the problem is that you put it after \abstract? I think the macro is called during the creation of the abstract.

\documentclass[sigconf]{acmart}
\settopmatter{printacmref=false}