acmart icon indicating copy to clipboard operation
acmart copied to clipboard

ACM consolidated LaTeX styles

Results 86 acmart issues
Sort by recently updated
recently updated
newest added

Is there a way to force a certain number of authors per row in acmart? I am aware there is this command: `\settopmatter{authorsperrow=4}`; however, I would like to force the...

I want to use `\additionalaffiliation`, but, to my surprise, putting `\department` before `\institution` inside causes incorrect punctuation in the added footnote. ## Expected behaviour Regardless of the order of `\department`...

When compiling with pdflatex, the following example cause a pdfTeX warning : \documentclass{acmart} \begin{document} \begin{equation} x \tag{foo} \end{equation} \begin{equation} y \tag{bar} \end{equation} \end{document} In particular it says pdfTeX warning (ext4):...

Hi, What's the proper way to set acmsmall's margins size? I've tried the following ``` \documentclass[acmsmall]{acmart} \geometry{margin=1in} ``` which seems to correctly set left and right-margin to 1in, but top...

I'm opening this issue to start a discussion around whether the red line numbering in review versions should be searchable or not. Right now they are and that has been...

Hi, Quick question, why is `a4paper` ignored when I set it as `\documentclass[acmsmall,a4paper]{acmart}`? ``` LaTeX Warning: Unused global option(s): [a4paper]. ``` Would it be correct to achieve that with the...

When using twocolumn `acmart` (e.g. `\documentclass[sigconf]{acmart}`), in case there are a lot of floats, the ordering of these floats is chaotic and unbalanced. Some floats may even overflow from the...

A document satisfying all of the following conditions... 1. Class option `sigconf` is in use 2. There are at least two authors 3. Both of them have complete `\affiliation` blocks...