Questions tagged [acm]
Questions about document classes created by the Association for Computing Machinery (www.acm.org).
256
questions
0
votes
0
answers
42
views
Remove huge gaps between sections - ACM sigconf template overleaf [closed]
I have the below template for a report. All the "\input{whatever}" are just defined in other files but are simple \section{}.
\documentclass[sigconf]{acmart}
\usepackage{amsmath,amssymb,...
2
votes
0
answers
46
views
how to make diamond shape author list for acm conference format
The default (two authors per line) looks like the following:
Because the first author has more affiliations which makes the first row of authors looks quite imbalanced. I am. thinking about is there ...
0
votes
0
answers
237
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 ...
1
vote
0
answers
21
views
Bibliography style acm.bst - volume's number bold
I am using acm.bst bibliography style. The only change I need is to make bold the volume numbers of Journals.
It seems that the function which takes care of giving the output of the citation style of ...
0
votes
1
answer
52
views
bibtex acm style: potentially double period if the year is missing
Running latex and bibtex in a loop on
\documentclass{article}
\pagestyle{empty}
\begin{filecontents}[overwrite]{mwe.bib}
@article{Types,
author={Abra K. Dabra},
title={Types in Programming: {Bool},...
0
votes
1
answer
407
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
113
views
How to add a header to an ACM article template
I need to add a header to the first page only on an ACM article template (see the red text on the top of the included image).
This is an example code. Plz. can you help me add a header even if ...
5
votes
2
answers
488
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 &...
0
votes
2
answers
353
views
Class acmart Error: No country present for an affiliation
I encountered a weird bug in latex or pdflatex compiler using ACM Template (version 2.1).
Here are the codes:
%%
%% This is file `sample-acmsmall.tex',
%% generated with the docstrip utility.
%%
\...
1
vote
1
answer
144
views
ACM Paper Submission containing Chinese characters does not allow xeCJK package and does not support XeTeX Compiler
Using the ACM Template - acmsmall version 2.1 (latest version at the moment of writing), the ACM upload system does not support XeTeX compiler; only LaTeX compiler is supported.
Here are my codes (...
0
votes
0
answers
202
views
what is the font used by the ACM paper 'in acmtrans2.cls`
does anyone know what is the font used by the new ACM paper acmtrans2m.cls template/class? I want to reuse the acmart class for my synopsis with acmtrans2M.cls's font type and I really like this ...
0
votes
0
answers
47
views
Citation undefined with certain author names
I am using the ACM template on Overleaf, and I am finding that using certain names in the author field means that the citation can't be found by the .tex file.
For example, this works...
@Book{...
0
votes
1
answer
185
views
subcaption subfig packages not working
I am using ACM ACR 2 column latex template https://www.sigapp.org/acr.html I tried to put four figures with subtitles/ subcaption but its not working in my template , i think subcaption subfigure ...
1
vote
1
answer
218
views
how to put 4 figures upside down with subcaption in acm journal two column template
how to add pictures like this in ACM ACR this template https://www.ctan.org/pkg/acmart.. minipage and subfig subcaption packages are not working in my template
i am getting this error LaTeX Error: ...
0
votes
1
answer
43
views
place four picture next to each other in ACM 2 column journal template
I wanted to place these pictures like this in ACM journal template
my current code is this
\begin{figure}
\centering%
\includegraphics[width=.45\linewidth]{example-image-a}\hfill%
\...