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 | 143🔗 |
---|---|
Submitted by: | Nicola Talbot 🦜 |
Date: | 2020-01-26 14:59:42 |
Status | Closed (Fixed) |
Category | glossaries-extra |
Version | 1.41 |
Summary | Plural suffix not converted to uppercase with \GLSpl for some styles |
Sign in to subscribe to notifications about this report.
Description
Some styles, such aslong-short-sc
& long-short-sm
, fail to convert the “s” plural suffix to uppercase with commands like \GLSpl
.
MWE
Download (197B)
\documentclass{article} \usepackage{glossaries-extra} \setabbreviationstyle{long-short-sc} \newabbreviation{html}{html}{hyper text markup language} \begin{document} \GLSpl{html}. \end{document}
Evaluation
This is caused by an erroneous \protect
in \abbrvpluralsuffix
, which prevents the “s” character from being visible to \MakeTextUppercase
. This problem affects “sc”, “sm”, “em” and “only” styles.
As from v1.42, the problematic \protect
will be removed completely from the “sm”, “em” and “only” styles. For the “sc” style, \protect
will be moved inside \glsxtrscsuffix
(in front of \glstextup
).
Comments
0 comments.
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=143