Bug Tracker 
| 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 |
Sign in to subscribe to notifications about this report.
Description
Thetopic 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
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=182
