You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a reopening of issue as #135. Using \scshape on short-format shows the short version of the acronym in small caps when using \ac, but the text is in lower case when using \printacronyms:
\DeclareAcronym{test}{short=test,long=a test,short-format=\normalfont\scshape} probably gives what you want, however it changes some niche cases like \textit{\acs{test}}. Alternatively you can redefine the list template to use something like \item[\textnormal{\acrowrite{short}}\acroifT{alt}{/\acrowrite{alt}}].
I don't think there's anything to fix directly, but #258 could give a better interface with the ability to set \normalfont in the list only.
Hello, thank you for this convenient package!
This is a reopening of issue as #135. Using
\scshape
onshort-format
shows the short version of the acronym in small caps when using\ac
, but the text is in lower case when using\printacronyms
:It sounds like the fix of #135 does not work any more.
The text was updated successfully, but these errors were encountered: