diff options
author | Karl Berry <karl@freefriends.org> | 2021-11-23 22:39:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-11-23 22:39:49 +0000 |
commit | bbf5f223d533f4cefd05ab5e39791ffe6c1ddb73 (patch) | |
tree | 7a10df1b236ebc000b36f753f3a27aa27393d572 /Master/texmf-dist/doc/latex/glossaries-extra/CHANGES | |
parent | f887f53e17d1220ea3ec352fe7c347802340c4f6 (diff) |
glossaries-extra (23nov21)
git-svn-id: svn://tug.org/texlive/trunk@61131 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries-extra/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/latex/glossaries-extra/CHANGES | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries-extra/CHANGES b/Master/texmf-dist/doc/latex/glossaries-extra/CHANGES index b941eff1a78..daf93586857 100644 --- a/Master/texmf-dist/doc/latex/glossaries-extra/CHANGES +++ b/Master/texmf-dist/doc/latex/glossaries-extra/CHANGES @@ -1,3 +1,69 @@ +1.48 (2021-11-22): + + * glossaries-extra.sty: + + - new command \glslinkwrcontent used to encapsulate link text and + indexing within commands like \gls and \glslink. This adds + grouping, which will hopefully fix issue #189 + https://www.dickimaw-books.com/bugtracker.php?key=189 + (spacing issues caused by whatsit) + + This is currently added as a trial. If no issues are reported + it will be added to the base package as well. + + If the grouping causes a problem, redefine this command without + it: + + \renewcommand*{\glslinkwrcontent}[1]{#1} + + + - New multi (combined/compound) entry feature: + + \multiglossaryentry and associated commands + + See chapter "Multi (or Compound) Entries" for details. + + - New commands: + + \glssetcategoriesattribute + \glssetcategoriesattributes + + - bug fix #190: hypergroup, \glsnavhyperlinkname and targetnameprefix + don't work together + https://www.dickimaw-books.com/bugtracker.php?key=190 + + - new abbreviation styles: + + long-only-short-sc-only + long-only-short-sc-only-desc + long-postshort-sc-user + long-postshort-sc-user-desc + + - new debugging package option `showtargets` + + * glossaries-extra-bib2gls.sty: + + - added multi-entry commands for use with bib2gls: + + \glsxtrmultientryadjustedname + \Glsxtrmultientryadjustedname + \GlsXtrmultientryadjustedname + \GLSxtrmultientryadjustedname + + \glsxtrmultientryadjustednamesep + \glsxtrmultientryadjustednamepresep + \glsxtrmultientryadjustednamepostsep + + \glsxtrmultientryadjustednamefmt + \Glsxtrmultientryadjustednamefmt + \GlsXtrmultientryadjustednamefmt + \GLSxtrmultientryadjustednamefmt + + \glsxtrmultientryadjustednameother + \Glsxtrmultientryadjustednameother + \GlsXtrmultientryadjustednameother + \GLSxtrmultientryadjustednameother + 1.47 (2021-11-04): * glossaries-extra.sty: |