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

Hi, A feature request: when using anonymous mode, the template does not leave a gap equal to the size of the authors. This means that the spacing/pagination of the paper...

Dear acmart devs, after updating to the latest template, the dreaded ``` 13.13 ! pdfTeX error (ext4): \pdfendlink ended up in different nesting level than \pd fstartlink. \@EveryShipout@Output ...@Org@Shipout \box...

The purpose of ror.org is to assign persistent IDs to research institutions in the same way that ORCID IDs are assigned to individual researchers. They now have quote comprehensive coverage...

Using newtxmath with xetex or luatex produces PDFs that are missing `/ToUnicode` annotations for the math symbol fonts (txsy\*); the most important practical reason this is a problem, is that...

When adding the `authorversion` option in the most recent `acmart` version (1.78), I get the following error: ``` pdfTeX error (ext4): \pdfendlink ended up in different nesting level than \pdfstartlink....

Consider the file ```latex \documentclass{acmart} \usepackage{tikz} \usepackage{pgfplots} \usepgfplotslibrary{external} \tikzexternalize \begin{document} \begin{tikzpicture} \begin{axis} \addplot [color=black,solid,line width=1.0pt,domain=0:1,samples=11]{x+x^2}; \end{axis} \end{tikzpicture} \end{document} ``` Running `pdflatex -shell-escape` on this file results in a log that...

Hi I am using [vscode](https://code.visualstudio.com/) and [Latex-Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop), and noticed that synctex do not go to the correct place on large files. I find out that the synctex from PDF consistently...

I have two questions about the formatting of journal articles by the ACM-Reference-Format: 1. Normally, for volume 20 and number 4, references are using "20(4)". But here it is printed...

Hi Boris, The new template was now used for the first issue of PACMPL and the ICFP workshops. As a result from a discussion with ACM representatives and conference chairs,...

When compiling ``` \documentclass{acmart} \usepackage{cleveref} \begin{document} \section{Main Results}\label{sec:main} Some theorems. \appendix Let's reference the main results: \cref{sec:main}. \section{Proofs of theorems from \cref{sec:main}} \end{document} ``` the first reference produces "section 1"...