2

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

Melons
  • 21

1 Answers1

1

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}
dmg
  • 111