Bug Tracker RSS feed

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

Return to Search Results

Sign in to subscribe to notifications about this report.

Description

If I'm right, previous versions of the glossaries 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.

🔗Comment from Denis Bitouzé
Date: 2026-03-08 13:56:37

Works like a charm: many thanks!

Replying to Comment #171:

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.


Add Comment

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.

Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=315

Return to Search Results