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 155🔗
Submitted by: Nicola Talbot 🦜
Date: 2020-03-20 16:25:02
Status Closed (Fixed)
Category glossaries-extra
Version 1.43
Summary Modified alttree style provided by glossaries-extra-stylemods duplicates description
Cross Ref 158

Sign in to subscribe to notifications about this report.

Description

Version 1.42 of glossaries-extra accidentally introduced this bug which causes the description to be repeated in the glossary when using the modified alttree style.

MWE

Download (287B)

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

\usepackage[stylemods=tree,style=alttree]{glossaries-extra}

\newglossaryentry{sample}{name={sample},description={an example}}
\glssetwidest{sample}

\begin{document}
\printunsrtglossary
\end{document}

Evaluation

Fixed in v1.44.

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