cgnieder / acro

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

I miss list-short-format #258

Open Chris-B73 opened 1 year ago

Chris-B73 commented 1 year ago

My obviously outdated template uses

\acsetup{list-short-format = \sffamily\bfseries}

that leads to this warning:

Package acro Warning: On line 36: (acro) The option 'list-short-format' has been removed from (acro) acro. (acro) If you need it back please open an issue on (acro) https://github.com/cgnieder/acro/issues

If there's a new way to format the short form of the list I don't need list-short-format back. But I didn't find anything related in the manual.

dbranford commented 1 year ago

This has gone from the code, the list templates just use \acrowrite{short} which has the same formatting as \acs. For the time being you can set format/short locally to only affect \printacronyms

{
\acsetup{format/short=\sffamily\bfseries}
\printacronyms
}