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 149🔗
Submitted by: Nicola Talbot 🦜
Date: 2020-02-07 15:45:03
Status Closed (Fixed)
Category glossaries
Version 4.44
Summary \glsentrytitlecase causes an error with undefaction=warn (or record) option

Sign in to subscribe to notifications about this report.

Description

With glossaries-extra's undefaction=warn (which is automatically implemented by record) \glsentrytitlecase triggers an error. There should only be a warning to allow the LaTeX call to return a successful exit code otherwise the build process can't be completed by automated methods with bib2gls (where entries aren't defined on the first LaTeX run).
Package glossaries-extra Warning: Glossary entry `sample' has not been defined 
on input line 9.

! Undefined control sequence.
<argument> \@gls@value 
                       
l.9 \glsentrytitlecase{sample}{name}
Although this behaviour is only noticeable with glossaries-extra it's actually a problem with the definition within the base glossaries package.

MWE

Download (199B)

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

\usepackage[undefaction=warn]{glossaries-extra}

\begin{document}
\glsentrytitlecase{sample}{name}
\end{document}

Evaluation

Fixed in v4.45.

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