cgnieder / acro

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

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

Closed cgnieder closed 5 years ago

cgnieder commented 5 years ago

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 commented 5 years ago

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


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

cgnieder commented 5 years ago

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


fix issue #135

cgnieder commented 4 years ago

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


Removing version: 2.10 (automated comment)