Bug Tracker RSS feed

ID 182🔗
Submitted by: Nicola Talbot 🦜
Date: 2021-09-20 12:36:03
Status Closed (Fixed)
Category glossaries-extra
Version 1.45
Summary topic style doesn't retain hangindent for multi-paragraph descriptions

Return to Search Results

Sign in to subscribe to notifications about this report.

Description

The topic style (provided by glossary-topic.sty which is bundled with glossaries-extra) doesn't support multi-paragraph descriptions for child entries.

This is also a known limitation of the tree styles, but since the topic style is intended for more lengthy glossary entries, it should support multiple paragraphs for the sub items.

MWE

Download (514B)

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

\usepackage{lipsum}
\usepackage[record,nostyles,stylemods={tree,topic},style=topic]{glossaries-extra}

\begin{filecontents}{\jobname.bib}
@entry{sampleparent,
   name={Sample Topic},
   description={Sample description.}
}
@entry{samplechild,
   name={Example},
   parent={sampleparent},
   description={\lipsum}
}
\end{filecontents}

\GlsXtrLoadResources[selection=all,set-widest]

\begin{document}
\printunsrtglossaries
\end{document}

Evaluation

Fixed in v1.46.

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

Return to Search Results