2 minute read

The ACM emplate is pretty cool, and a lot of the students use it to submit assignments or write the initial paper. However, the copyright information in the first page is kinda boring and we want to remove that sometimes.

Here, in this post, we will see how to remove the copyright information, and add page numbers at the bottom of each page in the template. You can also check my Overleaf version.

Add the following lines after your package list, and that will remove the copyright information from the first page.

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

Add page number in the bottom

People can face another issue that sometimes page numbers are missing at the bottom of the template. Just add the \settopmatter{printfolios=true} before \maketitle and you will find the page numbers in the template.

\settopmatter{printfolios=true}
\maketitle

You can also simply copy my template project in Overleaf or download from there for offline use.

If you find this post helpful, and want to support this blog, you can or

Read my other Latex-related Blog posts!


Promotions and Referrals (US Residents Only)

  • Chime: Open a Checking account at Chime using my referral link and get $100 after your employer deposit paycheck of minimum $200 within the first 45 days.
  • Rakuten: Get $30 after you spend $30 at Rakuten select stores after you use my referral link to open an account.
  • Chase Freedom Credit Card: Earn $200 cash back with Chase Freedom Unlimited or Chase Freedom Flex credit card. I can be rewarded if you apply using my referral link and are approved for the card.

  • Chase Checking Account: Get $200 when you open a checking account using my referral link after your first salary is deposited.
  • Discover: Earn $50 cash back with Discover when you apply using my referral link and are approved for the card.
  • Amex Blue Cash Preferred: Earn $250 as statement credit when you spend $3000 in first six months. Apply using my referral link.

Leave a comment