diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-06 22:00:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-06 22:00:29 +0000 |
commit | 0c261828c8d30500db1322e88b7a8c6c77e2fddf (patch) | |
tree | 2042e2d1f8e8059d55e189f2ddb47e72b9538675 /Master/texmf-dist/source/latex | |
parent | 3bc4e3442a06713239102d1e99467ec6fe9ca9df (diff) |
widows-and-orphans (6mar21)
git-svn-id: svn://tug.org/texlive/trunk@58172 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.dtx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.ins | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.dtx b/Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.dtx index ddf05363e11..dbb617265fb 100644 --- a/Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.dtx +++ b/Master/texmf-dist/source/latex/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} % diff --git a/Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.ins b/Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.ins index 344a5148bd1..753887020d1 100644 --- a/Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.ins +++ b/Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.ins @@ -3,7 +3,7 @@ %% driver files from the dtx file(s) in this package when run through %% LaTeX or TeX. %% -%% Copyright 2017-2018 Frank Mittelbach +%% Copyright 2017-2021 Frank Mittelbach %% %% %% This file is part of the LaTeX windows-and-orphans Bundle. @@ -35,7 +35,7 @@ This is a generated file. -Copyright 2017-2020 Frank Mittelbach +Copyright 2017-2021 Frank Mittelbach This file was generated from file(s) of the LaTeX windows-and-orphans Bundle. |