diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/glossaries/styles/glossary-longragged.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/glossaries/styles/glossary-longragged.sty | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-longragged.sty b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-longragged.sty index e5c3cca1f92..acfb865a197 100644 --- a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-longragged.sty +++ b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-longragged.sty @@ -38,7 +38,7 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesPackage{glossary-longragged}[2016/04/19 v4.22 (NLCT)] +\ProvidesPackage{glossary-longragged}[2016/04/30 v4.23 (NLCT)] \RequirePackage{array} \RequirePackage{longtable} \@ifundefined{glsdescwidth}{% @@ -67,7 +67,11 @@ \glspostdescription\space ##3% \tabularnewline }% - \renewcommand*{\glsgroupskip}{\ifglsnogroupskip\else & \tabularnewline\fi}% + \ifglsnogroupskip + \renewcommand*{\glsgroupskip}{}% + \else + \renewcommand*{\glsgroupskip}{ & \tabularnewline}% + \fi } \newglossarystyle{longraggedborder}{% \setglossarystyle{longragged}% @@ -107,8 +111,11 @@ \glstarget{##2}{\strut}\glossentrydesc{##2} & ##3\tabularnewline }% - \renewcommand*{\glsgroupskip}{% - \ifglsnogroupskip\else & &\tabularnewline\fi}% + \ifglsnogroupskip + \renewcommand*{\glsgroupskip}{}% + \else + \renewcommand*{\glsgroupskip}{ & & \tabularnewline}% + \fi } \newglossarystyle{longragged3colborder}{% \setglossarystyle{longragged3col}% @@ -150,8 +157,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{altlongragged4colheader}{% \setglossarystyle{altlongragged4col}% |