Bug Tracker RSS feed

ID 139🔗
Submitted by: Nicola Talbot 🦜
Date: 2019-12-05 15:14:51
Status Closed (Fixed)
Category glossaries-extra
Version 1.41
Summary Prefix commands with record option don't write records to aux file

Return to Search Results

Sign in to subscribe to notifications about this report.

Description

Commands provided by glossaries-prefix.sty (such as \pgls) aren't writing records to the aux file with the record option.

MWE

Download (231B)

\listfiles
\documentclass{article}
\usepackage[record]{glossaries-extra}
\usepackage{glossaries-prefix}

\GlsXtrLoadResources[src=example-glossaries-brief]

\begin{document}
Test: \pgls{lorem}.
\printunsrtglossaries
\end{document}

Evaluation

I've logged this problem here under glossaries-extra following the original report logged on bib2gls issue tracker on GitHub. Since the problem only occurs with glossaries-extra combined with bib2gls, these are the two most likely places people will look if they encounter the problem. However the problem is actually in glossaries-prefix.sty (distributed with glossaries.sty) which doesn't take glossaries-extra's record option into account.

This has now been fixed in glossaries-prefix.sty v4.44 (2019-12-06), so you need to update the base glossaries distribution if you encounter this problem.

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. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

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

Return to Search Results