texlive[66523] Master: widows-and-orphans (10mar23)

commits+karl at tug.org commits+karl at tug.org
Fri Mar 10 22:48:03 CET 2023


Revision: 66523
          http://tug.org/svn/texlive?view=revision&revision=66523
Author:   karl
Date:     2023-03-10 22:48:02 +0100 (Fri, 10 Mar 2023)
Log Message:
-----------
widows-and-orphans (10mar23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/widows-and-orphans/README.md
    trunk/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.pdf
    trunk/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-doc.pdf
    trunk/Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.dtx
    trunk/Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.ins
    trunk/Master/texmf-dist/tex/latex/widows-and-orphans/widows-and-orphans.sty
    trunk/Master/tlpkg/bin/c2a
    trunk/Master/tlpkg/libexec/ctan2tds

Modified: trunk/Master/texmf-dist/doc/latex/widows-and-orphans/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/widows-and-orphans/README.md	2023-03-10 16:58:28 UTC (rev 66522)
+++ trunk/Master/texmf-dist/doc/latex/widows-and-orphans/README.md	2023-03-10 21:48:02 UTC (rev 66523)
@@ -22,7 +22,7 @@
 
 -----
 
-Copyright (C) 2018-2022 Frank Mittelbach<br />
+Copyright (C) 2017-2023 Frank Mittelbach<br />
 <https://latex-project.org/> <br />
 All rights reserved.
 

Modified: trunk/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.dtx	2023-03-10 16:58:28 UTC (rev 66522)
+++ trunk/Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.dtx	2023-03-10 21:48:02 UTC (rev 66523)
@@ -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}
 %

Modified: trunk/Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.ins	2023-03-10 16:58:28 UTC (rev 66522)
+++ trunk/Master/texmf-dist/source/latex/widows-and-orphans/widows-and-orphans.ins	2023-03-10 21:48:02 UTC (rev 66523)
@@ -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.

Modified: trunk/Master/texmf-dist/tex/latex/widows-and-orphans/widows-and-orphans.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/widows-and-orphans/widows-and-orphans.sty	2023-03-10 16:58:28 UTC (rev 66522)
+++ trunk/Master/texmf-dist/tex/latex/widows-and-orphans/widows-and-orphans.sty	2023-03-10 21:48:02 UTC (rev 66523)
@@ -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

Modified: trunk/Master/tlpkg/bin/c2a
===================================================================
--- trunk/Master/tlpkg/bin/c2a	2023-03-10 16:58:28 UTC (rev 66522)
+++ trunk/Master/tlpkg/bin/c2a	2023-03-10 21:48:02 UTC (rev 66523)
@@ -18,6 +18,7 @@
 exit (&main ());
 
 sub main {
+  die "Usage: $0 PKGNAME [-][p]\n" if (@ARGV == 0 || @ARGV > 2);
   my $place = 0;
   if ($ARGV[$#ARGV] =~ /^-?p$/) {
     pop (@ARGV);

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2023-03-10 16:58:28 UTC (rev 66522)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2023-03-10 21:48:02 UTC (rev 66523)
@@ -4036,7 +4036,7 @@
     $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)";



More information about the tex-live-commits mailing list.