Bug Tracker RSS feed

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 192🔗
Submitted by: Nicola Talbot 🦜
Date: 2021-11-28 20:11:45
Last update: 2022-10-19 19:54:01
Status Closed (Fixed)
Category glossaries-extra
Version 1.48
Summary Undefined control sequences with \mgls and bib2gls

Sign in to subscribe to notifications about this report.

Description

When \mgls is used with bib2gls and with \multiglossaryentry in the document (instead of @compoundset in the bib file) then the first LaTeX run causes undefined control sequences:
! Undefined control sequence.
<argument> ...entmainlabel }}\glsxtrifwasfirstuse

! Undefined control sequence.
<argument> ...rstuse \@secondoftwo }}\glsifplural

! Undefined control sequence.
<argument> ...plural \@secondoftwo }}\glscapscase
The problem doesn't occur when @compoundset is used instead of \multiglossaryentry.

MWE

Download (241B)

% arara: pdflatex
% arara: pdflatex
\documentclass{article}

\usepackage[record]{glossaries-extra}

\GlsXtrLoadResources[src=example-glossaries-brief]

\multiglossaryentry{sample}{lorem,dolor}

\begin{document}
\mgls{sample}.
\end{document}

Evaluation

Fixed in v1.49 (make sure you also update glossaries and mfirstuc as well).

Comments

0 comments.


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.

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=192