diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty index 64894fb0de5..6e680c251e4 100644 --- a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty +++ b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty @@ -38,7 +38,7 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesPackage{glossary-super}[2016/04/19 v4.22 (NLCT)] +\ProvidesPackage{glossary-super}[2016/04/30 v4.23 (NLCT)] \RequirePackage{supertabular} \@ifundefined{glsdescwidth}{% \newlength\glsdescwidth @@ -65,8 +65,11 @@ \glstarget{##2}{\strut}\glossentrydesc{##2}\glspostdescription\space ##3\tabularnewline }% - \renewcommand*{\glsgroupskip}{% - \ifglsnogroupskip\else & \tabularnewline\fi}% + \ifglsnogroupskip + \renewcommand*{\glsgroupskip}{}% + \else + \renewcommand*{\glsgroupskip}{& \tabularnewline}% + \fi } \newglossarystyle{superborder}{% \setglossarystyle{super}% @@ -110,8 +113,11 @@ \glstarget{##2}{\strut}\glossentrydesc{##2} & ##3\tabularnewline }% - \renewcommand*{\glsgroupskip}{% - \ifglsnogroupskip\else & &\tabularnewline\fi}% + \ifglsnogroupskip + \renewcommand*{\glsgroupskip}{}% + \else + \renewcommand*{\glsgroupskip}{& & \tabularnewline}% + \fi } \newglossarystyle{super3colborder}{% \setglossarystyle{super3col}% @@ -156,8 +162,11 @@ \glstarget{##2}{\strut}\glossentrydesc{##2} & \glossentrysymbol{##2} & ##3\tabularnewline }% - \renewcommand*{\glsgroupskip}{% - \ifglsnogroupskip\else & & &\tabularnewline\fi}% + \ifglsnogroupskip + \renewcommand*{\glsgroupskip}{}% + \else + \renewcommand*{\glsgroupskip}{& & & \tabularnewline}% + \fi } \newglossarystyle{super4colheader}{% \setglossarystyle{super4col}% |