Bug Tracker 
ID | 295🔗 |
---|---|
Submitted by: | Nicola Talbot 🦜 |
Date: | 2025-03-11 10:57:35 |
Last update: | 2025-03-15 14:31:06 |
Status | Closed (Fixed) |
Category | glossaries |
Version | 4.56 |
Summary | \printnoidxglossaries needs to use letter groups obtained via \datatool_sortwordseq:NN |
Sign in to subscribe to notifications about this report.
Description
The new datatool-base sorting function saves the letter group. This should be used instead of the old method of trying to obtain the letter group from the sort value while displaying the glossary.MWE
Download (312B)
\documentclass{article} \usepackage[T1]{fontenc} \usepackage[locales=en,index,nomain]{glossaries} \makenoidxglossaries \newterm{aardvark} \newterm{ætherial} \newterm{ant} \begin{document} \gls{ætherial}, \gls{ant}, \gls{aardvark}. \printnoidxglossary[type=index,sort=word,style=indexgroup] \end{document}
Evaluation
Fixed in v4.57.
Comments
0 comments.
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=295