Bug Tracker RSS feed

ID 38🔗
Date: 2013-08-28 10:24:12
Status Closed (Fixed)
Category glossaries
Version 3.07
Summary Last displayed glossary entry's hanging indentation gets lost with index style

Return to Search Results

Sign in to subscribe to notifications about this report.

Description

The symptoms are elaborated at stackexchange (Last displayed glossary entry's hanging indentation gets lost with index style), including a minimal example, and the solution to the issue. :)

MWE

Download (820B)

\documentclass{article}

\usepackage{glossaries}

\makeglossary

\newglossaryentry{GLO1}{name={GLO1},text={Glossary Entry 1},description={Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text}}

\newglossaryentry{GLO2}{name={GLO2},text={Glossary Entry 2},description={Some other text. Some other text. Some other text. Some other text. Some other text. Some other text. Some other text. Some other text. Some other text. Some other text. Some other text. Some other text. Some other text. Some other text. Some other text. Some other text. Some other text. Some other text. Some other text}}

\begin{document}

\gls{GLO1}
\gls{GLO2}

\printglossary[style=index]

\end{document}

Evaluation

This bug is now fixed in version 3.08a (experimental release). Once the new version has stabilized I'll upload it to CTAN.

Update 2013-11-14

I've now uploaded glossaries version 4.0 to CTAN.

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

Return to Search Results