acro icon indicating copy to clipboard operation
acro copied to clipboard

acronyms for LaTeX

Results 35 acro issues
Sort by recently updated
recently updated
newest added

There seems to be an issue using `template=tabularray`: ```latex \documentclass{article} \usepackage{tabularray} \usepackage{acro-examples} \begin{document} \printacronyms[template=tabularray] \end{document} ``` results in: ``` Missing number, treated as zero. \__dim_eval_end: l.7 \printacronyms[template=tabularray] ``` Currently I...

This issue has been discussed on [TeX.SE](https://tex.stackexchange.com/q/661966/18401) and it looks like it comes from a bug on the `acro` side.

[Issue discussed on [TeX.SE](https://tex.stackexchange.com/q/661051/18401).] The compilation of the following MCE: ```latex \documentclass{article} \usepackage{acro} \AtEndDocument{\printacronyms} \DeclareAcronym{gnu}{ short = GNU , long = GNU's Not Unix } \DeclareAcronym{gpl}{ short = GPL ,...

Hi, I found a typo in the "property-unique" message where it says > You tried to set the property \`id' on line .... This property has to have a unique...

! Package acro Error: Patching `longtable' failed. Please contact the acro author. Can't say anything else. Was running smoth and now I get this error.

Hello, thank you for this convenient package! This is a reopening of issue as #135. Using `\scshape` on `short-format` shows the short version of the acronym in small caps when...

I am writing a report and have noticed that the \printacronyms command no longer updates the acronym list with new entries. The warning message above suggests the cause of the...

When the text occupies exactly one entire line, the page numbers are not right-aligned ![image](https://user-images.githubusercontent.com/21330729/179705682-8292a265-02d8-4207-8bd6-04b067dc1633.png)

It appears that many of the commands are set up in `acro.pdfsupport.code.tex` to expand as PDF strings, but `acf` / `Acf` are not.

Hi. Love this package. Unfortunately, many journals and conferences have strict conformance requirements on the source code, and experimental LaTeX3 is generally disallowed. I would like to request a feature,...