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

Same approach as lstlisting to prevent spurious space warnings.

The following document produces an error "No country present for an affiliation". ```tex \documentclass{acmart} \title{Test} \author{Test Author 1} \affiliation{% \institution{Test Institution} \country{Testland} } \author{Test Author 2} \affiliation{% \institution{Test Institution} \country{Testland}...

When setting `\copyright{none}` and `\copyrightyear{}` (i.e., empty), a single "." is still generated in the document. Tested with `\documentclass{acmart}` and `\documentclass[sigconf]{acmart}`. Relevant lines of code seem to be: https://github.com/borisveytsman/acmart/blob/093bdc7e5e8bc08930bd4e985724ccafc334a4a3/acmart.dtx#L6392-L6395 It...

When using `Document Class: acmart 2024/02/04 v2.03` the `mathbb` command produces error. Compiling the following MWE ```latex \documentclass[sigconf]{acmart} \begin{document} $\mathbb{C}$ \end{document} ``` results in the following mwe.log This is pdfTeX,...

I have a question regarding the `\setcopyright{cc}` option: My university is now part of ACM Open Program. The documentation mentions, beside the `nonacm` and `acmengage` conditions, that `\setcopyright{cc}` is applicable...

After a tlmgr update, with acmart I now get: ! Package hyperxmp Error: hyperref must be loaded before hyperxmp. Indeed, it seems this was an intentional change if you look...

There's a really small typo in the documentation for multilanguage usage. It's fixed here.

The following minimal example LaTeX file ```latex \documentclass{acmart} \usepackage{listings} \begin{document} \lstinputlisting{test.ml} \end{document} ``` where `test.ml` is ```ocaml type test = Test ``` produces the warning ``` Class acmart Warning: \vspace...

Fix typo Birkhaüser -> Birkhäuser

`@misc` bibliography entries that do not contain a month, day, ..., i.e., only a year, are rendered with the year twice (with `acmnumeric.bbx`). E.g., the following entry ```bibtex @Misc{rfc9207, author...