diff options
author | Karl Berry <karl@freefriends.org> | 2022-08-24 19:40:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-08-24 19:40:31 +0000 |
commit | 932c36635a0c7c1c426504756e514a939dc68f96 (patch) | |
tree | d0ad877de0924311164a4f9e7023ec32c0360c5c /Master/texmf-dist/tex/lualatex/lua-widow-control | |
parent | 6194bc04fd80fb0fbb58da9ec7dc935832fc0a45 (diff) |
lua-widow-control (24aug22)
git-svn-id: svn://tug.org/texlive/trunk@64191 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/lua-widow-control')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/lua-widow-control/lua-widow-control-2022-02-22.sty | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/lualatex/lua-widow-control/lua-widow-control.sty | 16 |
2 files changed, 11 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/lualatex/lua-widow-control/lua-widow-control-2022-02-22.sty b/Master/texmf-dist/tex/lualatex/lua-widow-control/lua-widow-control-2022-02-22.sty index fc410085e34..bdfa099947c 100644 --- a/Master/texmf-dist/tex/lualatex/lua-widow-control/lua-widow-control-2022-02-22.sty +++ b/Master/texmf-dist/tex/lualatex/lua-widow-control/lua-widow-control-2022-02-22.sty @@ -12,8 +12,8 @@ % report a real version number here for debugging. \PackageInfo{lua-widow-control}{% Real version: - 2022/07/28 %%slashdate - v2.2.1 %%version + 2022/08/23 %%slashdate + v2.2.2 %%version } \PackageWarning{lua-widow-control}{% diff --git a/Master/texmf-dist/tex/lualatex/lua-widow-control/lua-widow-control.sty b/Master/texmf-dist/tex/lualatex/lua-widow-control/lua-widow-control.sty index 8b768637670..f5db525ab40 100644 --- a/Master/texmf-dist/tex/lualatex/lua-widow-control/lua-widow-control.sty +++ b/Master/texmf-dist/tex/lualatex/lua-widow-control/lua-widow-control.sty @@ -13,7 +13,7 @@ \DeclareRelease{}{0000-00-00}{lua-widow-control-2022-02-22.sty} \DeclareRelease{v1.1.6}{2022-02-22}{lua-widow-control-2022-02-22.sty} -\DeclareCurrentRelease{v2.2.1}{2022-07-28} %%version %%dashdate +\DeclareCurrentRelease{v2.2.2}{2022-08-23} %%version %%dashdate % If this version of LaTeX doesn't support command hooks, then we load % the last v1.1.X version of the package. @@ -23,13 +23,10 @@ \ProvidesExplPackage {lua-widow-control} - {2022/07/28} %%slashdate - {v2.2.1} %%version + {2022/08/23} %%slashdate + {v2.2.2} %%version {Use Lua to remove widows and orphans} -% Unconditional Package Loads -\RequirePackage { l3keys2e } - % Message and String Constants \str_const:Nn \c__lwc_name_str { lua-widow-control } @@ -268,7 +265,12 @@ } % Add the user interface for the keys -\exp_args:NV \ProcessKeysPackageOptions { \c__lwc_name_str } +\IfFormatAtLeastTF { 2022-06-01 } { + \ProcessKeyOptions [ \c__lwc_name_str ] +}{ + \RequirePackage { l3keys2e } + \exp_args:NV \ProcessKeysOptions { \c__lwc_name_str } +} \cs_generate_variant:Nn \keys_set:nn { Vn } \NewDocumentCommand \lwcsetup {m} { |