Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I miss list-short-format #258

Open
Chris-B73 opened this issue Mar 23, 2023 · 1 comment
Open

I miss list-short-format #258

Chris-B73 opened this issue Mar 23, 2023 · 1 comment

Comments

@Chris-B73
Copy link

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
Copy link

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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants