diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-15 22:56:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-15 22:56:50 +0000 |
commit | 27aa5722eb36fa15f05d471c338e2ced0e22d02c (patch) | |
tree | 0bcef0050898ddb76863876beaaca6beb9fd6527 /Master/texmf-dist/doc/latex/glossaries/CHANGES | |
parent | c212ffd23a839e583d2db964165d5fb058c77a2d (diff) |
glossaries (12oct16)
git-svn-id: svn://tug.org/texlive/trunk@42274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/latex/glossaries/CHANGES | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/CHANGES b/Master/texmf-dist/doc/latex/glossaries/CHANGES index 9fd001d8ea1..8d00c6cf939 100644 --- a/Master/texmf-dist/doc/latex/glossaries/CHANGES +++ b/Master/texmf-dist/doc/latex/glossaries/CHANGES @@ -1,5 +1,29 @@ glossaries change log: +v4.26: + + * glossaries.sty: + + - added check for classicthesis.sty (if it's been loaded + the default style is changed to "index" since the "list" + style doesn't work with classicthesis.) + + * glossary-tree.sty: + + - new commands \glstreeitem, \glstreesubitem and + \glstreesubsubitem provided for the "index" style + to make the style easier to adjust. + + - replaced hard-coded \space with \glstreepredesc + or \glstreechildpredesc for all glossary-tree styles + except for the alttree* styles. + + * glossary-mcol.sty: + + - The "mcolindex" and "mcolindexspannav" styles + use the new \glstreeitem, \glstreesubitem and + \glstreesubsubitem provided by glossary-tree.sty. + v4.25: * glossaries.sty: |