diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pkgloader/pkgloader-recommended.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pkgloader/pkgloader-recommended.sty | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/pkgloader/pkgloader-recommended.sty b/Master/texmf-dist/tex/latex/pkgloader/pkgloader-recommended.sty index eb0db344add..d24596b5155 100644 --- a/Master/texmf-dist/tex/latex/pkgloader/pkgloader-recommended.sty +++ b/Master/texmf-dist/tex/latex/pkgloader/pkgloader-recommended.sty @@ -141,13 +141,19 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % A list of recommended rules derived from -% <http://mirrors.dotsrc.org/ctan/macros/latex/contrib/glossaries/glossaries-user.pdf>: +% <http://mirrors.dotsrc.org/ctan/macros/latex/contrib/glossaries/glossaries-user.pdf>, +% <http://mirrors.dotsrc.org/ctan/macros/latex/contrib/glossaries/glossariesbegin.pdf>: % % \begin{macrocode} \Load {hyperref} before {glossaries} if loaded because {otherwise terms won't be clickable hyperlinks} +\Load {glossaries} after {babel,polyglossia,inputenc, + fontenc,doc} + if loaded + because {the glossaries documentation + explicitly says to do so} % \end{macrocode} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |