summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/rgltxdoc/rgltxdoc.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/rgltxdoc/rgltxdoc.dtx')
-rw-r--r--Master/texmf-dist/source/latex/rgltxdoc/rgltxdoc.dtx11
1 files changed, 10 insertions, 1 deletions
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}.