diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-05 23:22:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-05 23:22:17 +0000 |
commit | 17efbb93c3c280ebec43438b10c53601758ef11e (patch) | |
tree | a113323608fcf1d4538b75835d3d28b8b6bae6be /Master/texmf-dist/doc/latex/glossaries-extra/CHANGES | |
parent | 9cb0c9d7ad125c5b287bfc285ebf1bf94749494a (diff) |
glossaries-extra (4feb17)
git-svn-id: svn://tug.org/texlive/trunk@43152 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 | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries-extra/CHANGES b/Master/texmf-dist/doc/latex/glossaries-extra/CHANGES index c731e42ef24..5c558eb872c 100644 --- a/Master/texmf-dist/doc/latex/glossaries-extra/CHANGES +++ b/Master/texmf-dist/doc/latex/glossaries-extra/CHANGES @@ -1,3 +1,80 @@ +1.12 (2017-02-03): + + * \longnewglossaryentry now has a starred version that + doesn't suppress the post-description hook. The unstarred + version now inserts \glsxtrpostlongdescription at the end + of the description instead of the hard-coded + \leavevmode\unskip\nopostdesc + + * Added option 'postdot' (shortcut for 'nopostdot=false') + + * Added 'alias' key to \newglossaryentry and associated command + \glsxtralias + + * \printunsrtglossary now has a starred version. + + * New commands: + + \apptoglossarypreamble + \pretoglossarypreamble + \glsxtrprovidestoragekey + \glsxtrfielduse + \glsxtrifkeydefined + \glsxtrfieldlistadd + \glsxtrfieldlistgadd + \glsxtrfieldlisteadd + \glsxtrfieldlistxadd + \glsxtrfielddolistloop + \glsxtrfieldforlistloop + \glsxtrfieldifinlist + \glsxtrfieldxifinlist + \glsxtrdisplaysingleloc + \glsxtrdisplaystartloc + \glsxtrdisplayendloc + \glsxtrdisplayendlochook + \glsxtrlocrangefmt + \GlsXtrSetField + \gGlsXtrSetField + \eGlsXtrSetField + \xGlsXtrSetField + \GlsXtrLetField + \csGlsXtrLetField + \GlsXtrLetFieldToField + \glsxtrdeffield + \glsxtredeffield + \glsxtrsetfieldifexists + \GlsXtrRecordCounter + \printunsrtglossaryunit + \printunsrtglossaryunitsetup + \glsxtrcopytoglossary + \provideignoredglossary + \glsxtrabbrvpluralsuffix + \glsxtrfmt + \glsxtrentryfmt + \GlsXtrFmtField + \GlsXtrFmtDefaultOptions + + * Added existence checks to \newignoredglossary + + * Modified \glsnoidxdisplayloc to check for range formations. + + * The record=only package option automatically implements + indexcrossref=false + + * \glsxtrresourcefile sets the category code of @ to letter + to allow internal commands within the location field. + + * \GlsXtrLoadResources can now be used multiple times. After + the first instance "\jobname-<n>" is used as the argument + to \glsxtrresourcefile. + + * New abbreviation styles: + + long-postshort-user + long-postshort-user-desc + short-postlong-user + short-postlong-user-desc + 1.11 (2017-01-19): * \glsxtrresourcefile now enforces the file extension .glstex |