rchaput / acronyms

Adds support for Acronyms, and List of Acronyms, to Quarto documents.
GNU General Public License v3.0
20 stars 2 forks source link

\printacronyms manually needs a longtable setup fix #2

Open jmehringer-iis opened 1 year ago

jmehringer-iis commented 1 year ago

Hi,

I tried to manually insert the list of acronyms at some place in the document, but found that the default behaviour of acro seems to misbehave with the current version of longtable and I get the error message

Package acro Error: Patching `longtable' failed. Please contact the acro
(acro)                author.

I needed to specify

\usepackage{acro}
\acsetup{patch/longtable=false}

as also seen here

Maybe you can add this at some place during setup? Cheers