summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/widows-and-orphans/widows-and-orphans.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-03-07 03:00:48 +0000
committerNorbert Preining <norbert@preining.info>2021-03-07 03:00:48 +0000
commit6c0a4c9f40ab21e9b7d888d6a13b76b9af2f6c5b (patch)
tree453bc82829acc33af744623f45af7997121a365f /macros/latex/contrib/widows-and-orphans/widows-and-orphans.dtx
parentd3666774005482ce055e7a76081973af60b670e8 (diff)
CTAN sync 202103070300
Diffstat (limited to 'macros/latex/contrib/widows-and-orphans/widows-and-orphans.dtx')
-rw-r--r--macros/latex/contrib/widows-and-orphans/widows-and-orphans.dtx7
1 files changed, 4 insertions, 3 deletions
diff --git a/macros/latex/contrib/widows-and-orphans/widows-and-orphans.dtx b/macros/latex/contrib/widows-and-orphans/widows-and-orphans.dtx
index ddf05363e1..dbb617265f 100644
--- a/macros/latex/contrib/widows-and-orphans/widows-and-orphans.dtx
+++ b/macros/latex/contrib/widows-and-orphans/widows-and-orphans.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%%
-%% File: widows-and-orphans.dtx (C) Copyright 2017-2020 Frank Mittelbach
+%% File: widows-and-orphans.dtx (C) Copyright 2017-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
@@ -251,9 +251,10 @@
% two packages we want to use: \pkg{xparse} for the user interface and
% \pkg{l3keys2e} for key/value option syntax. They load the needed
% \pkg{expl3} code so we are ready to roll afterwards.
+% Nowadays \pkg{xparse} is in the kernel so doesn't need loading any longer.
%
% \begin{macrocode}
-\NeedsTeXFormat{LaTeX2e} \RequirePackage{xparse,l3keys2e}
+\NeedsTeXFormat{LaTeX2e} \RequirePackage{l3keys2e}
% \end{macrocode}
%
% Then we announce the package to the world at large. This declaration
@@ -334,7 +335,7 @@
% \end{figure}
%
% \begin{macrocode}
-\ProvidesExplPackage{widows-and-orphans}{2020/01/22}{v1.0c}
+\ProvidesExplPackage{widows-and-orphans}{2021/03/06}{v1.0d}
{Detecting widows and orphans (FMi)}
% \end{macrocode}
%