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/rgltxdoc/rgltxdoc.pdfbin163440 -> 164900 bytes
-rw-r--r--Master/texmf-dist/source/latex/rgltxdoc/rgltxdoc.dtx11
-rw-r--r--Master/texmf-dist/tex/latex/rgltxdoc/rgltxdoc.sty3
3 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/rgltxdoc/rgltxdoc.pdf b/Master/texmf-dist/doc/latex/rgltxdoc/rgltxdoc.pdf
index cdd3ec2761f..bbd34a75944 100644
--- a/Master/texmf-dist/doc/latex/rgltxdoc/rgltxdoc.pdf
+++ b/Master/texmf-dist/doc/latex/rgltxdoc/rgltxdoc.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/rgltxdoc/rgltxdoc.dtx b/Master/texmf-dist/source/latex/rgltxdoc/rgltxdoc.dtx
index 1f5f87603de..aa19bd330e9 100644
--- a/Master/texmf-dist/source/latex/rgltxdoc/rgltxdoc.dtx
+++ b/Master/texmf-dist/source/latex/rgltxdoc/rgltxdoc.dtx
@@ -22,7 +22,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{rgltxdoc}
%<*package>
- [2019/05/04 v1.2 Common documentation code used for Richard Grewe's packages]
+ [2019/12/21 v1.3 Common documentation code used for Richard Grewe's packages]
%</package>
%
%<*driver>
@@ -192,6 +192,15 @@
\RequirePackage[columns=2]{idxlayout}
% \end{macrocode}
%
+% The \pkgname{cleveref} package now requires \pkgname{amsmath} to be
+% loaded before. We actually do not need \pkgname{amsmath}, but it also
+% should not harm to load it nonetheless to avoid that
+% \pkgname{rgltxdoc} now has to be loaded after \pkgname{amsmath}.
+% \changes{v1.3}{2019/12/21}{add \pkgname{amsmath} dependency}
+% \begin{macrocode}
+\RequirePackage{amsmath}
+% \end{macrocode}
+%
% The \pkgname{cleveref} and \pkgname{varioref} packages shall be used
% for referencing structural entities, such as sections and figures.
% Hyperlinks are enabled through \pkgname{hypdoc}.
diff --git a/Master/texmf-dist/tex/latex/rgltxdoc/rgltxdoc.sty b/Master/texmf-dist/tex/latex/rgltxdoc/rgltxdoc.sty
index df61ef9f4ff..9263a71ffb3 100644
--- a/Master/texmf-dist/tex/latex/rgltxdoc/rgltxdoc.sty
+++ b/Master/texmf-dist/tex/latex/rgltxdoc/rgltxdoc.sty
@@ -20,7 +20,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{rgltxdoc}
- [2019/05/04 v1.2 Common documentation code used for Richard Grewe's packages]
+ [2019/12/21 v1.3 Common documentation code used for Richard Grewe's packages]
\RequirePackage{ifluatex}
\RequirePackage{etoolbox}
\ifbool{luatex}{
@@ -52,6 +52,7 @@
\MakeOuterQuote{"}
\RequirePackage[inline]{enumitem}
\RequirePackage[columns=2]{idxlayout}
+\RequirePackage{amsmath}
\RequirePackage{varioref}
\RequirePackage{hypdoc}
\RequirePackage[capitalise,noabbrev,nameinlink]{cleveref}