Questions tagged [acmart]

Questions related to acmart class, the official class of the Association for Computing Machinery

The class acmart is the current official LaTeX class of ACM, The Association for Computing Machinery.

CTAN location: https://ctan.org/pkg/acmart

Github repository: https://github.com/borisveyts­man/ac­mart/

Bug tracker: https://github.com/borisveyts­man/ac­mart/is­sues

129 questions
8
votes
2 answers

How to remove Author's addresses in acm art?

In acmart template, I am trying to remove authors' addresses footnote which gets placed automatically in the first page. Here is a copy of this footnote: Authors’ addresses: first_name last_name, University of California Davis, 1 Shields Ave, Davis,…
MTMD
  • 183
7
votes
1 answer

Abstract does not appear with acmart latex template

I am using acmart latex template from this site: http://www.acm.org/publications/proceedings-template When I compile my files, the Abstract does not appear. I am using \maketitle after the abstract but to no avail. The abstract is there in the…
2
votes
1 answer

acmart: Avoid break in email address with hyphen

Using the acmart package, I have an author with an email address whose domain contains a hyphen. This gets broken into two lines by the default acmart styling, and since it's an email (and therefore interprets all commands literally), I'm not able…
2
votes
1 answer

Package acmart doesn't show author name

My name doesn't print when using ACM's acmart package. Here is my code %File:…
1
vote
1 answer

How to detect anonymous status in acmart?

This is what I'm doing: \documentclass[sigplan,nonacm=true,anonymous=true]{acmart} \newcommand\anon[1]{% \makeatletter\if@ACM@anonymous% XXX% \else% #1% \fi\makeatother% } \begin{document} Hello, \anon{Jeff}! \end{document} I'm…
yegor256
  • 12,021
0
votes
1 answer

How to make a figure span two columns in an acmart document

I am trying to make a figure span both columns in an acmart document. I have tried using figure* but that simply makes the figure disappear from the document. Here is a sample…
0
votes
0 answers

Package acmart cannot be imported. acmart.sty not found

I am a beginner in LaTeX and excuse me if my question is basic. I have downloaded the template of ACM Siggconf. The template is using \documentclass[sigconf]{acmart}. I have seen the text below on the ACM website. Please note that the following…
user216506
  • 31
  • 3