Bug Tracker 
| ID | 315🔗 |
|---|---|
| Submitted by: | Denis Bitouzé |
| Date: | 2026-03-01 18:55:33 |
| Last update: | 2026-03-01 21:12:46 |
| Status | Open Sign in if you want to bump this report. |
| 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
Comments
0 comments.
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=315
