From aea96d6350f844f75eacb50da16e9647eef9c78e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 10 Mar 2023 21:48:02 +0000 Subject: widows-and-orphans (10mar23) git-svn-id: svn://tug.org/texlive/trunk@66523 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/widows-and-orphans/README.md | 2 +- .../widows-and-orphans/widows-and-orphans-code.pdf | Bin 588329 -> 584816 bytes .../widows-and-orphans/widows-and-orphans-doc.pdf | Bin 329513 -> 305364 bytes .../widows-and-orphans/widows-and-orphans.dtx | 2 +- .../widows-and-orphans/widows-and-orphans.ins | 4 ++-- .../widows-and-orphans/widows-and-orphans.sty | 4 ++-- Master/tlpkg/bin/c2a | 1 + Master/tlpkg/libexec/ctan2tds | 2 +- 8 files changed, 8 insertions(+), 7 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/widows-and-orphans/README.md b/Master/texmf-dist/doc/latex/widows-and-orphans/README.md index edfe6a76d57..ccce3334f9b 100644 --- a/Master/texmf-dist/doc/latex/widows-and-orphans/README.md +++ b/Master/texmf-dist/doc/latex/widows-and-orphans/README.md @@ -22,7 +22,7 @@ https://www.latex-project.org/publications/indexbytopic/2e-packages/ ----- -Copyright (C) 2018-2022 Frank Mittelbach
+Copyright (C) 2017-2023 Frank Mittelbach

All rights reserved. diff --git a/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.pdf b/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.pdf index f1f596d9a1c..8fa7f691a5b 100644 Binary files a/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.pdf and b/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.pdf differ diff --git a/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-doc.pdf b/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-doc.pdf index 924fa59ee5f..ba1d01e3207 100644 Binary files a/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-doc.pdf and b/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-doc.pdf differ 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 fc92f914836..7170fae2c6c 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 @@ -335,7 +335,7 @@ % \end{figure} % % \begin{macrocode} -\ProvidesExplPackage{widows-and-orphans}{2022/08/27}{v1.0e} +\ProvidesExplPackage{widows-and-orphans}{2023/03/10}{v1.0e} {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 683ccb53cc8..fa4520334fa 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-2021 Frank Mittelbach +%% Copyright 2018-2023 Frank Mittelbach %% %% %% This file is part of the LaTeX windows-and-orphans Bundle. @@ -38,7 +38,7 @@ This is a generated file. -Copyright 2017-2021 Frank Mittelbach +Copyright 2018-2023 Frank Mittelbach This file was generated from file(s) of the LaTeX windows-and-orphans Bundle. diff --git a/Master/texmf-dist/tex/latex/widows-and-orphans/widows-and-orphans.sty b/Master/texmf-dist/tex/latex/widows-and-orphans/widows-and-orphans.sty index e5c1c1f4890..6654567172f 100644 --- a/Master/texmf-dist/tex/latex/widows-and-orphans/widows-and-orphans.sty +++ b/Master/texmf-dist/tex/latex/widows-and-orphans/widows-and-orphans.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright 2017-2021 Frank Mittelbach +%% Copyright 2018-2023 Frank Mittelbach %% %% %% This file was generated from file(s) of the LaTeX windows-and-orphans Bundle. @@ -31,7 +31,7 @@ \NeedsTeXFormat{LaTeX2e} \RequirePackage{l3keys2e} -\ProvidesExplPackage{widows-and-orphans}{2022/08/27}{v1.0e} +\ProvidesExplPackage{widows-and-orphans}{2023/03/10}{v1.0e} {Detecting widows and orphans (FMi)} \tl_put_left:Nn \@makecol { \__fmwao_test_for_widows_etc: } \bool_new:N \g__fmwao_gen_warn_bool diff --git a/Master/tlpkg/bin/c2a b/Master/tlpkg/bin/c2a index 5ab303bcfbc..8b4194b0138 100755 --- a/Master/tlpkg/bin/c2a +++ b/Master/tlpkg/bin/c2a @@ -18,6 +18,7 @@ my $chicken = "-p"; exit (&main ()); sub main { + die "Usage: $0 PKGNAME [-][p]\n" if (@ARGV == 0 || @ARGV > 2); my $place = 0; if ($ARGV[$#ARGV] =~ /^-?p$/) { pop (@ARGV); diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 237b8f96b9f..6321f5b79d2 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -4036,7 +4036,7 @@ sub set_dir_defaults { $standarddocfmt = $standardsourcefmt = "support"; $guess = "$standarddocfmt for docfmt/srcfmt"; - } elsif ($ctan_dir =~ m!/babel[-/]contrib/|!) { + } elsif ($ctan_dir =~ m!/babel[-/]contrib/!) { # this can be removed when Catalogue is complete. $standarddocfmt = $standardsourcefmt = $standardfmt = "generic"; $guess = "$standarddocfmt for fmt/docfmt/srcfmt (babel)"; -- cgit v1.2.3