diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/glossaries/glossary-list.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/glossaries/glossary-list.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/glossaries/glossary-list.sty b/Master/texmf-dist/tex/latex/glossaries/glossary-list.sty index 09f70c677e2..fe07f6ae2ab 100644 --- a/Master/texmf-dist/tex/latex/glossaries/glossary-list.sty +++ b/Master/texmf-dist/tex/latex/glossaries/glossary-list.sty @@ -38,7 +38,7 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesPackage{glossary-list}[2007/07/04 v1.01 (NLCT)] +\ProvidesPackage{glossary-list}[2007/10/04 v1.02 (NLCT)] \newglossarystyle{list}{% \renewenvironment{theglossary}{\begin{description}}{\end{description}}% \renewcommand*{\glossaryheader}{}% @@ -48,7 +48,7 @@ \renewcommand*{\glsgroupskip}{\indexspace}} \newglossarystyle{listgroup}{% \glossarystyle{list}% -\renewcommand*{\glsgroupheading}[1]{\item[##1]}} +\renewcommand*{\glsgroupheading}[1]{\item[\glsgetgrouptitle{##1}]}} \newglossarystyle{listhypergroup}{% \glossarystyle{list}% \renewcommand*{\glossaryheader}{% @@ -62,7 +62,7 @@ } \newglossarystyle{altlistgroup}{% \glossarystyle{altlist}% -\renewcommand*{\glsgroupheading}[1]{\item[##1]}} +\renewcommand*{\glsgroupheading}[1]{\item[\glsgetgrouptitle{##1}]}} \newglossarystyle{altlisthypergroup}{% \glossarystyle{altlist}% \renewcommand*{\glossaryheader}{% |