From 5a51ac01bebab92f1bb7e8f4091a423e5ac6905d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 2 Dec 2014 00:54:45 +0000 Subject: pkgloader (1dec14) git-svn-id: svn://tug.org/texlive/trunk@35711 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pkgloader/README | 4 ++-- .../texmf-dist/doc/latex/pkgloader/pkgloader.pdf | Bin 454926 -> 455056 bytes .../texmf-dist/doc/latex/pkgloader/pkgloader.tex | 3 +++ .../tex/latex/pkgloader/pkgloader-recommended.sty | 8 +++++++- .../texmf-dist/tex/latex/pkgloader/pkgloader.sty | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/pkgloader/README b/Master/texmf-dist/doc/latex/pkgloader/README index 679ba9a2e9e..a2372711901 100644 --- a/Master/texmf-dist/doc/latex/pkgloader/README +++ b/Master/texmf-dist/doc/latex/pkgloader/README @@ -1,9 +1,9 @@ latex-pkgloader =============== -LaTeX Package : latex-pkgloader 0.3.0 +LaTeX Package : latex-pkgloader 0.5.0 -Last Modified : 2014-08-31 +Last Modified : 2014-11-30 Author : Michiel Helvensteijn (www.mhelvens.net) diff --git a/Master/texmf-dist/doc/latex/pkgloader/pkgloader.pdf b/Master/texmf-dist/doc/latex/pkgloader/pkgloader.pdf index 9ee175d9149..383a6fbcb12 100644 Binary files a/Master/texmf-dist/doc/latex/pkgloader/pkgloader.pdf and b/Master/texmf-dist/doc/latex/pkgloader/pkgloader.pdf differ diff --git a/Master/texmf-dist/doc/latex/pkgloader/pkgloader.tex b/Master/texmf-dist/doc/latex/pkgloader/pkgloader.tex index 1877050565b..8f9bb25cb2b 100644 --- a/Master/texmf-dist/doc/latex/pkgloader/pkgloader.tex +++ b/Master/texmf-dist/doc/latex/pkgloader/pkgloader.tex @@ -44,6 +44,9 @@ \changes{0.4.1}{2014/10/26} {integrates a number of new package loading rules contributed by the community} + +\changes{0.5.0}{2014/11/30} + {integrates a number of new package loading rules contributed by the community} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} % 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 -% : +% , +% : % % \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} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/tex/latex/pkgloader/pkgloader.sty b/Master/texmf-dist/tex/latex/pkgloader/pkgloader.sty index 95f72e13470..637fcff7c20 100644 --- a/Master/texmf-dist/tex/latex/pkgloader/pkgloader.sty +++ b/Master/texmf-dist/tex/latex/pkgloader/pkgloader.sty @@ -48,7 +48,7 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} -\ProvidesExplPackage{pkgloader}{2014/10/26}{0.4.1} +\ProvidesExplPackage{pkgloader}{2014/11/30}{0.5.0} {managing the options and loading order of LaTeX packages} % \end{macrocode} % -- cgit v1.2.3