summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/pkgloader/README4
-rw-r--r--Master/texmf-dist/doc/latex/pkgloader/pkgloader.pdfbin454926 -> 455056 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pkgloader/pkgloader.tex3
-rw-r--r--Master/texmf-dist/tex/latex/pkgloader/pkgloader-recommended.sty8
-rw-r--r--Master/texmf-dist/tex/latex/pkgloader/pkgloader.sty2
5 files changed, 13 insertions, 4 deletions
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
--- a/Master/texmf-dist/doc/latex/pkgloader/pkgloader.pdf
+++ b/Master/texmf-dist/doc/latex/pkgloader/pkgloader.pdf
Binary files 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
-% <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}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
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}
%