Bug Tracker
I’m currently working on a major new version of the datatool package. This may take a while. Please be patient. (Experimental version available for testing.)
ID | 107🔗 |
---|---|
Date: | 2016-04-26 10:58:56 |
Status | Closed (Fixed) |
Category | glossaries-extra |
Version | 1.01 |
Summary | using \glsfmtshortpl only shows the singular short version in text |
Sign in to subscribe to notifications about this report.
Description
Hello Nicola,
When using the command \glsfmtshortpl
it only shows the short form in the text, but the short plural form in the PDF bookmarks. So I think this is a bug, right?
Best regards,
MWE
Download (265B)
% ----- minimal example ----- \documentclass{article} \usepackage{hyperref} \usepackage{glossaries-extra} \newacronym{VLE}{VLE}{vapor liquid equilibrium} \begin{document} \section{\glsfmtshortpl{VLE}} \end{document} % ---------------------------
Evaluation
Yes, it's a bug. The error's in the definition of
\newrobustcmd*{\glsxtrtitleshortpl}[1]{% \glsxtrshort[noindex,hyper=false]{#1}[]% }This should be
\newrobustcmd*{\glsxtrtitleshortpl}[1]{% \glsxtrshortpl[noindex,hyper=false]{#1}[]% }Thanks.
Update 2016-04-27: Fixed in v1.03.
Comments
0 comments.
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=107