Questions tagged [acmart]
Questions related to acmart class, the official class of the Association for Computing Machinery
138 questions
0 votes
0 answers
40 views
Smaller author list with acmart document class
I want to submit a poster with a short abstract to a conference, which tells me to use the acmart documentclass. Me and my supervisors share the same affiliation, therefore I used: \documentclass[...
0 votes
1 answer
75 views
My tables on top of the page "bleed over" - go above the starting point where text usually starts. Using an acm format template for my paper
I am trying to add padding to the tables, but they don't budge. I can add the acmart.cls file here if needed, but it's quite big and bloated. It's the first time I'm using this format and I couldn't ...
0 votes
0 answers
56 views
How to add a ToC only for Appendix, at start of Appendix, using only ACM TAPS allowed packages?
I am submitting a manuscript where the way I wrote it I use titletoc to create a ToC just for the Appendix. See the image and MRE. But here is the problem. Now I need to submit the manuscript for the ...
4 votes
1 answer
158 views
\mathbb not working when using pdfLaTeX, acmart, DeclareSymbolFont, stmaryrd, and bbold in a specific order
While writing an article using acmart, I've found a very weird bug, where \mathbb does not format correctly. The following is the MWE of the bug: \documentclass{acmart} \DeclareSymbolFont{parenthesis}{...
2 votes
1 answer
133 views
Acro package in acm
I'm writing on a document using the acmart template and the acro package for acronyms. However, acronym expansion does not properly work in the abstract. As shown below, the acronyms will follow the ...
1 vote
1 answer
81 views
Bottom placement of multi-column figure on particular page
\section{DESIGN PROCESS} \label{sec:dp} \lipsum[25-33] %% 4.1 \subsection{Solution Design} \label{sec:sd} %% 4.1.1 \subsubsection{Key Feature 1} \...
1 vote
2 answers
160 views
acmart with nonacm does not show date
I am using: \documentclass[nonacm,natbib=false]{acmart} \date{\today} The top matter now includes the title and my name but no date. How can I get the date?
1 vote
1 answer
56 views
Matching lhs2tex sytle with verbatim style
I would like to match the font of the verbatim environment with the code blocks produced using lhs2TeX, while still keeping the nice lhs2TeX features like tabular alignment with polycode.fmt and bold ...
0 votes
1 answer
74 views
Why cant abstarct be on the same page as the titel (using \documentclass[sigconf, 10pt, nonacm]{acmart})
The problem I'm facing is that when I use my code in the LaTeX template, it spans across two pages instead of staying within one. This causes formatting issues and disrupts the flow of the report. I'm ...
1 vote
1 answer
326 views
Unused Balance Option Warnings in ACM Template
When I use \documentclass[sigconf,balance=false]{acmart}, it outputs the warning LaTeX: Unused global option(s): [balance=false]. However, if I remove the term "balance=false", it outputs ...
1 vote
0 answers
1k views
ACM Template cannot use acknowledgements (acks)
In the ACM Journals Primary Article Template, I added the following code before the reference, \begin{acks} To Robert, for the bagels and explaining CMYK and color spaces. \end{acks} however, the ...
0 votes
1 answer
366 views
Anyone has experience on using the newest acmart of Primary Article Template - LaTeX for ACM?
I have downloaded the latest Primary Article Template - LaTeX for ACM. I am currently using: Texmaker 5.1.3 (compiled with Qt 5.15.2) Copyright (c) 2003-2022 by Pascal Brachet I am using Quick Build ...
0 votes
1 answer
725 views
font expansion : auto expansion is only possible with scalable fonts
I downloaded the LaTeX template "sample-sigconf" from Overleaf. While it compiles without errors using Overleaf's compiler, I encounter the following error message when compiling it with ...
0 votes
0 answers
556 views
Appendix comes empty in ACM LaTeX template
I am using acmart.cls ACM template to author a paper.I have three appendix sections. Surprisingly, as and when I keep writing, the appendix sections in the generated PDF file sometimes appears, ...
5 votes
2 answers
685 views
How to add a "qed square" at the end of a definition?
I'm using the acmart documentclass for a conference paper submission. I've provided a simple example (code below) which currently renders to the following output: Questions: How can I change the &...