summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries-extra/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/glossaries-extra/CHANGES')
-rw-r--r--macros/latex/contrib/glossaries-extra/CHANGES66
1 files changed, 66 insertions, 0 deletions
diff --git a/macros/latex/contrib/glossaries-extra/CHANGES b/macros/latex/contrib/glossaries-extra/CHANGES
index b941eff1a7..daf9358685 100644
--- a/macros/latex/contrib/glossaries-extra/CHANGES
+++ b/macros/latex/contrib/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: