summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/dashundergaps/dashundergaps.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-03-06 03:01:24 +0000
committerNorbert Preining <norbert@preining.info>2021-03-06 03:01:24 +0000
commitd3666774005482ce055e7a76081973af60b670e8 (patch)
tree1048c1aa456e8537d0d5edd8cbe2ae627f427702 /macros/latex/contrib/dashundergaps/dashundergaps.dtx
parentceb2b4332d87ef96a7c9e20b61a2ac9c9e524690 (diff)
CTAN sync 202103060301
Diffstat (limited to 'macros/latex/contrib/dashundergaps/dashundergaps.dtx')
-rw-r--r--macros/latex/contrib/dashundergaps/dashundergaps.dtx11
1 files changed, 6 insertions, 5 deletions
diff --git a/macros/latex/contrib/dashundergaps/dashundergaps.dtx b/macros/latex/contrib/dashundergaps/dashundergaps.dtx
index 5b1f91a45e..26ee414b72 100644
--- a/macros/latex/contrib/dashundergaps/dashundergaps.dtx
+++ b/macros/latex/contrib/dashundergaps/dashundergaps.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: dashundergaps.dtx (C) Copyright 2018-2020 Frank Mittelbach
+%% File: dashundergaps.dtx (C) Copyright 2018-2021 Frank Mittelbach
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -17,8 +17,8 @@
% for those people who are interested or want to report an issue.
%
-\def\dashundergapsdate {2020-02-11} % don't forget to also adjust build.lua!
-\def\dashundergapsversion{v2.0g}
+\def\dashundergapsdate {2021-03-05} % don't forget to also adjust build.lua!
+\def\dashundergapsversion{v2.0h}
%<*driver>
\let\fmipagebreak\pagebreak
@@ -638,9 +638,10 @@
% We need the package \pkg{xparse} for specifying the document-level
% interface commands and \pkg{l3keys2e} to use the \pkg{expl3} key
% value methods within \LaTeXe{}. These packages automatically
-% require \pkg{expl3} so there is no need to load that explicitly.
+% require \pkg{expl3} so there is no need to load that explicitly
+% and nowadays the core of \pkg{xparse} is part of the \LaTeX{} kernel.
% \begin{macrocode}
-\RequirePackage{xparse,l3keys2e}
+\RequirePackage{l3keys2e}
% \end{macrocode}
%
% As the code uses some functions from \pkg{expl3} that got