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 | 185🔗 |
---|---|
Submitted by: | Nicola Talbot 🦜 |
Date: | 2021-10-08 13:10:06 |
Status | Closed (Fixed) |
Category | glossaries-extra |
Version | 1.45 |
Summary | Undefined control sequence \s@GlsXtrIfFieldNonZero |
Sign in to subscribe to notifications about this report.
Description
Version 1.39 added a starred form of\GlsXtrIfFieldNonZero
but the internal control sequence \s@GlsXtrIfFieldNonZero
wasn't added.MWE
Download (388B)
% arara: pdflatex % arara: bib2gls % arara: pdflatex \documentclass[12pt,a4paper]{article} \usepackage{glossaries-extra} \newglossaryentry{sample}{name={sample},description={an example}} \GlsXtrSetField{sample}{testnum}{1} \begin{document} Non-starred: \GlsXtrIfFieldNonZero{testnum}{sample}{TRUE}{FALSE}. Starred: \GlsXtrIfFieldNonZero*{testnum}{sample}{TRUE}{FALSE}. \end{document}
Evaluation
Fixed in v1.47 (2021-11-04).
Comments
0 comments.
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=185