From 260ff52d3d7c5146d125ec02ad6359992e65b15e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 6 Mar 2021 22:00:40 +0000 Subject: widows-and-orphans (6mar21) (branch) git-svn-id: svn://tug.org/texlive/branches/branch2020.0@58173 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/widows-and-orphans/MANIFEST.md | 132 +++++++++++++++++++++ .../doc/latex/widows-and-orphans/README.md | 4 +- .../doc/latex/widows-and-orphans/changes.txt | 6 +- .../doc/latex/widows-and-orphans/todo.txt | 4 + .../widows-and-orphans/widows-and-orphans-code.pdf | Bin 556802 -> 557181 bytes .../widows-and-orphans/widows-and-orphans-doc.pdf | Bin 292468 -> 292579 bytes .../widows-and-orphans/widows-and-orphans.dtx | 7 +- .../widows-and-orphans/widows-and-orphans.ins | 4 +- .../widows-and-orphans/widows-and-orphans.sty | 8 +- 9 files changed, 153 insertions(+), 12 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/widows-and-orphans/MANIFEST.md create mode 100644 Master/texmf-dist/doc/latex/widows-and-orphans/todo.txt (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/widows-and-orphans/MANIFEST.md b/Master/texmf-dist/doc/latex/widows-and-orphans/MANIFEST.md new file mode 100644 index 00000000000..1a28c2249ec --- /dev/null +++ b/Master/texmf-dist/doc/latex/widows-and-orphans/MANIFEST.md @@ -0,0 +1,132 @@ +# Manifest for widows-and-orphans + +This file is a listing of all files considered to be part of this package. +It is automatically generated with `texlua build.lua manifest`. + + +## Repository manifest + +The following groups list the files included in the development repository of the package. +Files listed with a ‘†’ marker are included in the TDS but not CTAN files, and files listed +with ‘‡’ are included in both. + +### Source files + +These are source files for a number of purposes, including the `unpack` process which +generates the installation files of the package. Additional files included here will also +be installed for processing such as testing. + +* widows-and-orphans.dtx ‡ +* widows-and-orphans.ins ‡ + +### Typeset documentation source files + +These files are typeset using LaTeX to produce the PDF documentation for the package. + +* widows-and-orphans-code.tex ‡ +* widows-and-orphans-doc.tex ‡ +* l3doc-TUB.cls + +### Text files + +Plain text files included as documentation or metadata. + +* MANIFEST.md ‡ +* README.md ‡ +* changes.txt ‡ +* todo.txt ‡ + +### Derived files + +The files created by ‘unpacking’ the package sources. This typically includes +`.sty` and `.cls` files created from DocStrip `.dtx` files. + +* widows-and-orphans.sty † +* l3doc-TUB.cls + +### Typeset documents + +The output files (PDF, essentially) from typesetting the various source, demo, +etc., package files. + +* widows-and-orphans-code.pdf ‡ +* widows-and-orphans-doc.pdf ‡ +* l3doc-TUB.pdf + +### Test files + +These files form the test suite for the package. `.lvt` or `.lte` files are the individual +unit tests, and `.tlg` are the stored output for ensuring changes to the package produce +the same output. These output files are sometimes shared and sometime specific for +different engines (pdfTeX, XeTeX, LuaTeX, etc.). + +* wao001.lvt +* wao002.lvt +* wao003.lvt +* wao004.lvt +* wao005.lvt +* wao006.lvt +* wao007.lvt +* wao008.lvt +* wao009.lvt +* wao010.lvt +* wao001.tlg +* wao002.tlg +* wao003.tlg +* wao004.tlg +* wao005.tlg +* wao006.tlg +* wao007.tlg +* wao008.tlg +* wao009.tlg +* wao010.tlg + + +## TDS manifest + +The following groups list the files included in the TeX Directory Structure used to install +the package into a TeX distribution. + +### Source files (TDS) + +All files included in the `widows-and-orphans/source` directory. + +* widows-and-orphans.dtx +* widows-and-orphans.ins + +### TeX files (TDS) + +All files included in the `widows-and-orphans/tex` directory. + +* widows-and-orphans.sty + +### Doc files (TDS) + +All files included in the `widows-and-orphans/doc` directory. + +* MANIFEST.md +* README.md +* changes.txt +* todo.txt +* widows-and-orphans-code.pdf +* widows-and-orphans-code.tex +* widows-and-orphans-doc.pdf +* widows-and-orphans-doc.tex + + +## CTAN manifest + +The following group lists the files included in the CTAN package. + +### CTAN files + +* MANIFEST.md +* README.md +* changes.txt +* todo.txt +* widows-and-orphans-code.pdf +* widows-and-orphans-code.tex +* widows-and-orphans-doc.pdf +* widows-and-orphans-doc.tex +* widows-and-orphans.dtx +* widows-and-orphans.ins 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 0275059b8ea..0812db90f5b 100644 --- a/Master/texmf-dist/doc/latex/widows-and-orphans/README.md +++ b/Master/texmf-dist/doc/latex/widows-and-orphans/README.md @@ -12,7 +12,7 @@ It will also identify and warn about words broken across columns or pages and di Package source can be found below: -https://github.com/FrankMittelbach/fmitex/ +https://github.com/FrankMittelbach/fmitex-widows-and-orphans/ The license is LPPL 1.3c. @@ -22,7 +22,7 @@ https://www.latex-project.org/publications/indexbytopic/2e-packages/ ----- -Copyright (C) 2018-2020 Frank Mittelbach
+Copyright (C) 2018-2021 Frank Mittelbach

All rights reserved. diff --git a/Master/texmf-dist/doc/latex/widows-and-orphans/changes.txt b/Master/texmf-dist/doc/latex/widows-and-orphans/changes.txt index 018420535dc..f4fe04798a7 100644 --- a/Master/texmf-dist/doc/latex/widows-and-orphans/changes.txt +++ b/Master/texmf-dist/doc/latex/widows-and-orphans/changes.txt @@ -1,7 +1,11 @@ -2020-01-22 Frank Mittelbach +2021-03-05 Frank Mittelbach * widows-and-orphans.dtx: + xparse now part of the kernel and doesn't need loading. + +2020-01-22 Frank Mittelbach + * widows-and-orphans.dtx: Version 1.0c was a maintenance release without any code changes. 2018-11-18 diff --git a/Master/texmf-dist/doc/latex/widows-and-orphans/todo.txt b/Master/texmf-dist/doc/latex/widows-and-orphans/todo.txt new file mode 100644 index 00000000000..966b57da99a --- /dev/null +++ b/Master/texmf-dist/doc/latex/widows-and-orphans/todo.txt @@ -0,0 +1,4 @@ + +- consider check=file or something where data is read from an external + file instead of sprinkling \WaOignorenext etc in the document + 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 4e555c1dc9c..431ee984695 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 79cc9ef6fd0..f78f2b18107 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 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. 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 705e9409298..8289258aac0 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-2020 Frank Mittelbach +%% Copyright 2017-2021 Frank Mittelbach %% %% %% This file was generated from file(s) of the LaTeX windows-and-orphans Bundle. @@ -27,11 +27,11 @@ %% without such generated files. %% %% -%% File: widows-and-orphans.dtx (C) Copyright 2017-2020 Frank Mittelbach +%% File: widows-and-orphans.dtx (C) Copyright 2017-2021 Frank Mittelbach -\NeedsTeXFormat{LaTeX2e} \RequirePackage{xparse,l3keys2e} -\ProvidesExplPackage{widows-and-orphans}{2020/01/22}{v1.0c} +\NeedsTeXFormat{LaTeX2e} \RequirePackage{l3keys2e} +\ProvidesExplPackage{widows-and-orphans}{2021/03/06}{v1.0d} {Detecting widows and orphans (FMi)} \tl_put_left:Nn \@makecol { \__fmwao_test_for_widows_etc: } \bool_new:N \g__fmwao_gen_warn_bool -- cgit v1.2.3