cgnieder / acro

acronyms for LaTeX
LaTeX Project Public License v1.3c
40 stars 9 forks source link

\ace command for printing extra. #264

Closed ratmice closed 6 months ago

ratmice commented 8 months ago

On occasion it would be nice to refer to print an acronym like \acs{acronym}, etc. Printing extra field by itself when referring to the given acronym. I didn't see a way to do that already, but it seems likely that I missed something.

NeverGameStar commented 6 months ago

Try: \NewAcroCommand\ace{m}{\acrowrite{extra}}

ratmice commented 6 months ago

Thank you! I'm going to go ahead and close this since it can be added without changing the package. But feel free to reopen if it's something would be worth adding to the package itself.