Feature Tracker
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 | 16🔗 |
---|---|
Date: | 2013-09-06 17:00:56 |
Status | Closed (Implemented) Sign in if you want to like this report. |
Category | glossaries |
Summary | Provide "symbol" and "number" options in the spirit of "acronym" option |
Sign in to subscribe to notifications about this report.
Description
It is a very nice feature that\newglossary
entries with name which are macros (resp. numbers) are, within the main \print(ed)glossary, grouped (under headings "Symbols" and "Numbers"), at least with some styles.
What could be nice would be to provide "symbol" and "number" options, in the spirit of "acronym" option, in order to let these entries belong to their proper glossary lists and, hence, not the main belong \print(ed)glossary.
Denis Bitouzé
MWE
No mwe.tex
Evaluation
I've added these new package options to experimental version 3.11a, but I've used \printsymbols
and \printnumbers
instead of \printsymbol
and \printnumber
as it seemed more logical that way (since you're printing a list of numbers/symbols rather than just one).
With regard to the acronyms, if the package option "acronym" is used and option "compatible-3.07" has not been used, the package will define \printacronyms
at the beginning of the document if it isn't already defined. (Otherwise there might be compatibility issues with older documents that use the "acronym" option where the user has defined \printacronyms
as a convenient shortcut.)
Update 2013-11-14
I've now uploaded glossaries version 4.0 to CTAN.
Comments
2 comments.
Date: 2013-10-14 18:24:28
> Do you mean something along the lines of a package option "symbols" that just does:> \newglossary[slg]{symbols}{sls}{slo}{\glssymbolsgroupname}
Yes, and maybe an extra command \printsymbol[〈options〉]
as an alias of \printglossary[type=symbols,〈options〉]
> and a package option "numbers" that just does:> \newglossary[nlg]{numbers}{nls}{nlo}{\glsnumbersgroupname}
Yes, and an extra command similar as above.
BTW, a \printacronym[〈options〉]
as an alias of \printglossary[type=\acronymtype,〈options〉]
could also be nice.
Add Comment
Page permalink: https://www.dickimaw-books.com/featuretracker.php?key=16
Date: 2013-10-14 15:41:27
Do you mean something along the lines of a package option "symbols" that just does:
and a package option "numbers" that just does: