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 | 145🔗 |
---|---|
Submitted by: | Nicola Talbot 🦜 |
Date: | 2020-01-26 21:12:23 |
Status | Closed (Fixed) |
Category | glossaries-extra |
Version | 1.41 |
Summary | record=nameref causes undefined \glslabel when \gls used in equation |
Sign in to subscribe to notifications about this report.
Description
Therecord=nameref
option combined with a record created inside an equation causes the error:
! Undefined control sequence. <argument> \glslabelwithin
\printunsrtglossary
.
MWE
Download (257B)
\documentclass{article} \usepackage{hyperref} \usepackage[record=nameref]{glossaries-extra} \GlsXtrLoadResources[src={example-glossaries-symbolnames}] \begin{document} \begin{equation} \gls{sym.alpha} \end{equation} \printunsrtglossaries \end{document}
Evaluation
Fixed in v1.42.
Comments
0 comments.
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=145