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 | 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 }}\glscapscaseThe 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
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=192