diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-10 21:21:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-10 21:21:30 +0000 |
commit | 7632db03e7814976aa5e919276513ae0b4e442b8 (patch) | |
tree | a4e9e2f9a8ee554e406fc8cda132eaf7e83d2890 /Master/texmf-dist/tex/latex/glossaries-extra/glossaries-extra-stylemods.sty | |
parent | c038ed4f89e4ef58c17e382927f9ad42be64d469 (diff) |
glossaries-extra (10aug17)
git-svn-id: svn://tug.org/texlive/trunk@45009 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/glossaries-extra/glossaries-extra-stylemods.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/glossaries-extra/glossaries-extra-stylemods.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/glossaries-extra/glossaries-extra-stylemods.sty b/Master/texmf-dist/tex/latex/glossaries-extra/glossaries-extra-stylemods.sty index e3b19f4f39d..4e74ca8418f 100644 --- a/Master/texmf-dist/tex/latex/glossaries-extra/glossaries-extra-stylemods.sty +++ b/Master/texmf-dist/tex/latex/glossaries-extra/glossaries-extra-stylemods.sty @@ -39,7 +39,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{glossaries-extra-stylemods}[2017/08/09 v1.17 (NLCT)] +\ProvidesPackage{glossaries-extra-stylemods}[2017/08/10 v1.18 (NLCT)] \newcommand*{\@glsxtr@loadstyles}{} \DeclareOption*{% \IfFileExists{glossary-\CurrentOption.sty} @@ -53,7 +53,7 @@ \providecommand{\renewglossarystyle}[2]{% \ifcsundef{@glsstyle@#1}% {% - \PackageError{glossaries}{Glossary style `#1' isn't already defined}{}% + \PackageError{glossaries-extra}{Glossary style `#1' isn't already defined}{}% }% {% \csdef{@glsstyle@#1}{#2}% |