Bug Tracker 
| ID | 315🔗 |
|---|---|
| Submitted by: | Denis Bitouzé |
| Date: | 2026-03-01 18:55:33 |
| Last update: | 2026-03-06 18:11:38 |
| Status | Closed (Fixed) Bumped ×1 |
| Category | glossaries-extra |
| Version | 1.9 |
| Summary | Plural of short forms of abbreviations in French |
Sign in to subscribe to notifications about this report.
Description
If I'm right, previous versions of theglossaries package (and, I guess, glossaries-extra) behave as required regarding the plural of the short forms of abbreviations in French: if this package was loaded after babel (with its french option), \glspl didn't add the plural mark to the short form. But that's not the case anymore for both glossaries and glossaries-extra.MWE
Download (547B)
\documentclass[french]{article}
\usepackage[a4paper]{geometry}
\usepackage{babel}
\usepackage[xindy]{glossaries-extra}
\makeglossaries
\newacronym{dvd}{DVD}{Digital Versatile Disc}
\begin{document}
\emph{We are in French} : \today{}.
\begin{itemize}
\item \emph{The following is wrong} : Les \glspl{dvd} sont… Les \glspl{dvd}
sont…
\item \emph{It should be (note the missing trailing « s »)} : Les DVD sont… Les
DVD sont…
\end{itemize}
\printglossary
\end{document}
%%% Local Variables:
%%% mode: LaTeX
%%% TeX-master: t
%%% End:
Evaluation
Fixed in glossaries version 5.0 and glossaries-extra version 2.0. Please allow a few days for these new versions to reach your TeX distribution.
Comments
1 comment.
Replying to Comment #171:
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=315

Date: 2026-03-08 13:56:37
Works like a charm: many thanks!