diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-glossaries.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-glossaries.sty | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-glossaries.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-glossaries.sty index d2eb3166aee..f75b1ad8bd1 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-glossaries.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-glossaries.sty @@ -20,6 +20,20 @@ \LWR@ProvidesPackagePass{glossaries} \setupglossaries{nonumberlist} \setglossarystyle{index} +\renewcommand*{\@p@glossarysection}[2]{% + \glsclearpage + \phantomsection + \ifdefempty\@@glossarysecstar + {% + \csname\@@glossarysec\endcsname{#2}% + }% + {% + \csname\@@glossarysec\endcsname*{#2}% + \@gls@toc{#1}{\@@glossarysec}% Moved after the previous line. + }% + \@@glossaryseclabel +} + \endinput %% %% End of file `lwarp-glossaries.sty'. |