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

\scshape only has an effect in \acs{…}, not in \printacronyms #135

Closed
cgnieder opened this issue Oct 2, 2019 · 3 comments
Closed

\scshape only has an effect in \acs{…}, not in \printacronyms #135

cgnieder opened this issue Oct 2, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@cgnieder
Copy link
Owner

cgnieder commented Oct 2, 2019

Original report by Florian Matter (Bitbucket: [Florian Matter](https://bitbucket.org/Florian Matter), ).


When defining an acronym like this:

\DeclareAcronym{test}{
  short=test,
  long=a test,
  short-format=\scshape
}

it will show up in small caps in the running text (with `acs` ), but not in the acronym list.

This worked up to version 2.9, but was broken in 2.10

\documentclass{article}
\usepackage{fontspec}
\setmainfont{Linux Libertine}
\usepackage{acro}
\usepackage{enumitem}
\DeclareAcronym{test}{short=test,long=a test,short-format=\scshape}

\begin{document}

Acronym: \acs{test}

List: \printacronyms

\end{document}

@cgnieder
Copy link
Owner Author

cgnieder commented Oct 2, 2019

Original comment by Clemens Niederberger (Bitbucket: cgnieder, GitHub: cgnieder).


This was introduced in commit c9ae0fb which fixed issue #129. Update is coming…

@cgnieder
Copy link
Owner Author

cgnieder commented Oct 2, 2019

Original comment by Clemens Niederberger (Bitbucket: cgnieder, GitHub: cgnieder).


fix issue #135

@cgnieder cgnieder closed this as completed Oct 2, 2019
@cgnieder
Copy link
Owner Author

cgnieder commented Jan 5, 2020

Original comment by Clemens Niederberger (Bitbucket: cgnieder, GitHub: cgnieder).


Removing version: 2.10 (automated comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant