Purplelink
← All templates

ACM paper template (acmart)

For an ACM conference or journal, use the acmart class: \documentclass[sigconf]{acmart} for conference proceedings or [acmsmall] for most ACM journals, and add review,anonymous for a double-blind submission.

acmart is ACM's single class for all of its publications. It is maintained by Boris Veytsman and distributed on CTAN as the acmart package, which also carries the ACM-Reference-Format bibliography style. New versions come out several times a year, so if a call says to use the latest one, update your TeX distribution or take the class from CTAN.

Minimal skeleton

Save your references as references.bib in the same folder. This compiles with pdfLaTeX followed by BibTeX. The class loads its own fonts and hyperref, so you do not need to.

Download the starter (.zip) main.tex, references.bib and a README. Compiles as is. Writing on a Mac? Open the folder in ModernTex.

\documentclass[sigconf,review,anonymous]{acmart}

% Filled in from the ACM rights form at camera-ready time:
% \setcopyright{...}
% \acmConference[ACRONYM '26]{Full Conference Name}{Month Days, Year}{City, Country}
% \acmDOI{...}
% \acmISBN{...}

\acmSubmissionID{123}

\begin{document}

\title{Paper Title}

\author{First Author}
\affiliation{%
  \institution{University}
  \city{City}
  \country{Country}}
\email{first@example.edu}

\author{Second Author}
\affiliation{%
  \institution{Company}
  \city{City}
  \country{Country}}
\email{second@example.com}

\begin{abstract}
One paragraph that states the problem, the method, and the result.
\end{abstract}

\ccsdesc[500]{Security and privacy}

\keywords{first keyword, second keyword}

\maketitle

\section{Introduction}
Text with a citation~\cite{example}.

\begin{acks}
Funding and thanks go here. The anonymous option hides this block.
\end{acks}

\bibliographystyle{ACM-Reference-Format}
\bibliography{references}

\end{document}

With anonymous on, the PDF shows "Anonymous Author(s)" and the submission ID instead of the author block, and the acknowledgments are left out. Remove review,anonymous for the camera-ready version.

Key options

Common submission pitfalls

Check before you submit

Writing it on a Mac

If you write on a Mac, ModernTex is our native LaTeX editor. It compiles with the TeX distribution you already have, such as MacTeX, so acmart behaves the same as it does anywhere else, and the PDF preview stays in sync with the source. It has a 7-day free trial and then costs $10 once.

A reminder a week before the deadline

One email, seven days ahead, with the submission checklist and the checks that fit in a week. Then nothing more.

The address is kept until that email goes out, then deleted 30 days later. Privacy.