From 588be4d1b7e254f46ac3c678ef1b3f38833f6491 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 6 Apr 2018 21:33:45 +0000 Subject: latex2e (6apr18) git-svn-id: svn://tug.org/texlive/trunk@47330 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/tools/README.md | 81 +++++++++++++++++++++ Master/texmf-dist/doc/latex/tools/README.txt | 4 +- Master/texmf-dist/doc/latex/tools/afterpage.pdf | Bin 189860 -> 189864 bytes Master/texmf-dist/doc/latex/tools/array.pdf | Bin 463466 -> 474382 bytes Master/texmf-dist/doc/latex/tools/bm.pdf | Bin 306371 -> 306380 bytes Master/texmf-dist/doc/latex/tools/calc.pdf | Bin 340591 -> 340618 bytes Master/texmf-dist/doc/latex/tools/changes.txt | 24 +++++- Master/texmf-dist/doc/latex/tools/dcolumn.pdf | Bin 199065 -> 199061 bytes Master/texmf-dist/doc/latex/tools/delarray.pdf | Bin 183440 -> 183444 bytes Master/texmf-dist/doc/latex/tools/enumerate.pdf | Bin 199065 -> 199064 bytes Master/texmf-dist/doc/latex/tools/fileerr.pdf | Bin 180103 -> 180098 bytes Master/texmf-dist/doc/latex/tools/fontsmpl.pdf | Bin 144837 -> 144836 bytes Master/texmf-dist/doc/latex/tools/ftnright.pdf | Bin 346925 -> 346916 bytes Master/texmf-dist/doc/latex/tools/hhline.pdf | Bin 175739 -> 175738 bytes Master/texmf-dist/doc/latex/tools/indentfirst.pdf | Bin 144795 -> 144795 bytes Master/texmf-dist/doc/latex/tools/layout.pdf | Bin 246944 -> 246950 bytes Master/texmf-dist/doc/latex/tools/longtable.pdf | Bin 349821 -> 349821 bytes Master/texmf-dist/doc/latex/tools/manifest.txt | 2 +- Master/texmf-dist/doc/latex/tools/multicol.pdf | Bin 483167 -> 485782 bytes Master/texmf-dist/doc/latex/tools/rawfonts.pdf | Bin 135709 -> 135704 bytes Master/texmf-dist/doc/latex/tools/shellesc.pdf | Bin 167031 -> 167031 bytes Master/texmf-dist/doc/latex/tools/showkeys.pdf | Bin 242803 -> 242803 bytes Master/texmf-dist/doc/latex/tools/somedefs.pdf | Bin 156479 -> 156477 bytes Master/texmf-dist/doc/latex/tools/tabularx.pdf | Bin 254001 -> 254100 bytes Master/texmf-dist/doc/latex/tools/theorem.pdf | Bin 322816 -> 322810 bytes .../texmf-dist/doc/latex/tools/tools-overview.pdf | Bin 68297 -> 68297 bytes .../texmf-dist/doc/latex/tools/tools-overview.tex | 2 +- Master/texmf-dist/doc/latex/tools/trace.pdf | Bin 212988 -> 212987 bytes Master/texmf-dist/doc/latex/tools/varioref.pdf | Bin 335124 -> 335123 bytes Master/texmf-dist/doc/latex/tools/verbatim.pdf | Bin 309063 -> 309062 bytes Master/texmf-dist/doc/latex/tools/xr.pdf | Bin 163068 -> 163076 bytes Master/texmf-dist/doc/latex/tools/xspace.pdf | Bin 238013 -> 238029 bytes 32 files changed, 105 insertions(+), 8 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/tools/README.md (limited to 'Master/texmf-dist/doc/latex/tools') diff --git a/Master/texmf-dist/doc/latex/tools/README.md b/Master/texmf-dist/doc/latex/tools/README.md new file mode 100644 index 00000000000..cbd8f80e402 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tools/README.md @@ -0,0 +1,81 @@ +## README for the `tools` bundle + + +This bundle consists of LaTeX2e packages written and supported by +members of the LaTeX3 Project Team. + +The documented source code of each package is in a file with extension +`.dtx`. Running LaTeX on the file `tools.ins` will produce all the +package files, and some associated files. + +So you should first process `tools.ins`: + + latex tools.ins + +The files with extensions `.sty` and `.tex` (including a file whose +name is just `.tex`) should then be moved to a directory on LaTeX's +standard input path. + +Documentation for the individual packages may then be obtained by +running LaTeX on the `.dtx` files. + +For example: + + latex array.dtx + +will produce the file `array.pdf`, documenting the array package. + + +The file `manifest.txt` contains a list of the main files in the +distribution together with a one-or-two line summary of each package. + + +### Copyright + +Copyright is maintained on each of these packages by the author(s) +of the package. + + +### Distribution Conditions + +All the files in this bundle may be distributed under the conditions +of the LaTeX Project Public License, either version 1.3c of this +license or (at your option) any later version. The latest version of +this license is in + https://www.latex-project.org/lppl.txt +and version 1.3c or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +The list of all files belonging to the Tools Bundle is +given in the file `manifest.txt`. + +Commercial users of the `multicol` package are asked to read the +notice at the head of the file multicol.dtx. + +The use of these files is otherwise unrestricted. + + +### Reporting Bugs + +If you wish to report a problem or bug in any of these packages +please use the +[Issue Tracker for LaTeX2e on GitHub](https://github.com/latex3/latex2e/issues) +and follow the guidelines that pop up if you press the `New issue` button. + + +In particular, to check that you are really seeing a bug, please write +a short, self-contained document that shows the problem. This should +include the `latexbug` package, which will warn if your test file is +not suitable for one or the other reason. See the [CONTRIBUTING +guide](https://github.com/latex3/latex2e/blob/master/CONTRIBUTING.md) +for further details, or if you need to obtain the `latexbug` package. + +If the bug turns out to be with third-party software then please +contact the developer, and not us! + + + +### Copyright + +This README file is copyright 1993-2017 The LaTeX3 Project. + diff --git a/Master/texmf-dist/doc/latex/tools/README.txt b/Master/texmf-dist/doc/latex/tools/README.txt index bb363378c38..1020fac5a4a 100644 --- a/Master/texmf-dist/doc/latex/tools/README.txt +++ b/Master/texmf-dist/doc/latex/tools/README.txt @@ -11,7 +11,7 @@ % conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in -% http://www.latex-project.org/lppl.txt +% https://www.latex-project.org/lppl.txt % and version 1.3c or later is part of all distributions of LaTeX % version 2005/12/01 or later. % @@ -68,7 +68,7 @@ All the files in this bundle may be distributed under the conditions of the LaTeX Project Public License, either version 1.1 of this license or (at your option) any later version. The latest version of this license is in - http://www.latex-project.org/lppl.txt + https://www.latex-project.org/lppl.txt and version 1.1 or later is part of all distributions of LaTeX version 1999/06/01 or later. diff --git a/Master/texmf-dist/doc/latex/tools/afterpage.pdf b/Master/texmf-dist/doc/latex/tools/afterpage.pdf index 90c023cf033..2c6042803c6 100644 Binary files a/Master/texmf-dist/doc/latex/tools/afterpage.pdf and b/Master/texmf-dist/doc/latex/tools/afterpage.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/array.pdf b/Master/texmf-dist/doc/latex/tools/array.pdf index c09bad64fa4..6edd5b1a8cd 100644 Binary files a/Master/texmf-dist/doc/latex/tools/array.pdf and b/Master/texmf-dist/doc/latex/tools/array.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/bm.pdf b/Master/texmf-dist/doc/latex/tools/bm.pdf index 0e9988478a5..fb35870ba01 100644 Binary files a/Master/texmf-dist/doc/latex/tools/bm.pdf and b/Master/texmf-dist/doc/latex/tools/bm.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/calc.pdf b/Master/texmf-dist/doc/latex/tools/calc.pdf index 7796b96e573..c34e4e24cf4 100644 Binary files a/Master/texmf-dist/doc/latex/tools/calc.pdf and b/Master/texmf-dist/doc/latex/tools/calc.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/changes.txt b/Master/texmf-dist/doc/latex/tools/changes.txt index 7f056de68cd..e2a978fec15 100644 --- a/Master/texmf-dist/doc/latex/tools/changes.txt +++ b/Master/texmf-dist/doc/latex/tools/changes.txt @@ -5,6 +5,22 @@ completeness or accuracy and it contains some references to files that are not part of the distribution. ======================================================================= +2017-11-07 Frank Mittelbach + + * array.dtx: fixed bug reported on stack exchange SX68732 about + bad vertical placement with last column being an m-column + + * array.dtx: fixed bug with m-cells when \extrarowheight is used + + * array.dtx: added w and W column types to support lcr columns with + fixed width + (see TUB paper in 38/2: https://www.latex-project.org/publications ) + +2017-09-28 David Carlisle + + * tabularx.dtx: set \linewidth as well as \hsize in the column + widths documentation. + 2017-04-11 Frank Mittelbach * multicol.dtx: Make \clearpage behave like \newpage (pr/4511) @@ -12,7 +28,7 @@ are not part of the distribution. 2017-01-16 David Carlisle * bm.dtx: further fixes to luatex code branch for - http://tex.stackexchange.com/questions/349001 + https://tex.stackexchange.com/questions/349001 2016-10-06 Frank Mittelbach @@ -192,8 +208,8 @@ are not part of the distribution. 2014-04-22 Frank Mittelbach * multicol.dtx: - Bug fix: color leak (http://tex.stackexchange.com/questions/138783) - Bug fix: space at column bottom (http://tex.stackexchange.com/questions/121692) + Bug fix: color leak (https://tex.stackexchange.com/questions/138783) + Bug fix: space at column bottom (https://tex.stackexchange.com/questions/121692) Bug fix: Reset \@mparbottom after page finishes 2014-04-22 David Carlisle @@ -203,7 +219,7 @@ are not part of the distribution. 2012-02-06 David Carlisle * tabularx.dtx: Avoid exceeding maxdimen - http://tex.stackexchange.com/questions/29194/how-to-typeset-tabularx-with-34-columns-error-message + https://tex.stackexchange.com/questions/29194/how-to-typeset-tabularx-with-34-columns-error-message 2011-12-20 Frank Mittelbach diff --git a/Master/texmf-dist/doc/latex/tools/dcolumn.pdf b/Master/texmf-dist/doc/latex/tools/dcolumn.pdf index 1bb7b34d6ba..cf3fb867469 100644 Binary files a/Master/texmf-dist/doc/latex/tools/dcolumn.pdf and b/Master/texmf-dist/doc/latex/tools/dcolumn.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/delarray.pdf b/Master/texmf-dist/doc/latex/tools/delarray.pdf index b9194941cf4..9894d15a5ee 100644 Binary files a/Master/texmf-dist/doc/latex/tools/delarray.pdf and b/Master/texmf-dist/doc/latex/tools/delarray.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/enumerate.pdf b/Master/texmf-dist/doc/latex/tools/enumerate.pdf index b3fa21ccfc0..6c76f404d89 100644 Binary files a/Master/texmf-dist/doc/latex/tools/enumerate.pdf and b/Master/texmf-dist/doc/latex/tools/enumerate.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/fileerr.pdf b/Master/texmf-dist/doc/latex/tools/fileerr.pdf index 997cd145621..db494ad18b0 100644 Binary files a/Master/texmf-dist/doc/latex/tools/fileerr.pdf and b/Master/texmf-dist/doc/latex/tools/fileerr.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/fontsmpl.pdf b/Master/texmf-dist/doc/latex/tools/fontsmpl.pdf index ff57213e56a..48de7d386a9 100644 Binary files a/Master/texmf-dist/doc/latex/tools/fontsmpl.pdf and b/Master/texmf-dist/doc/latex/tools/fontsmpl.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/ftnright.pdf b/Master/texmf-dist/doc/latex/tools/ftnright.pdf index 201ad19849f..868e9bbfc75 100644 Binary files a/Master/texmf-dist/doc/latex/tools/ftnright.pdf and b/Master/texmf-dist/doc/latex/tools/ftnright.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/hhline.pdf b/Master/texmf-dist/doc/latex/tools/hhline.pdf index 70bec390ef5..ff165329ddf 100644 Binary files a/Master/texmf-dist/doc/latex/tools/hhline.pdf and b/Master/texmf-dist/doc/latex/tools/hhline.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/indentfirst.pdf b/Master/texmf-dist/doc/latex/tools/indentfirst.pdf index 886c7aa4ca1..c23a0bd0864 100644 Binary files a/Master/texmf-dist/doc/latex/tools/indentfirst.pdf and b/Master/texmf-dist/doc/latex/tools/indentfirst.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/layout.pdf b/Master/texmf-dist/doc/latex/tools/layout.pdf index 10d4f41e6ff..93a7ea311d2 100644 Binary files a/Master/texmf-dist/doc/latex/tools/layout.pdf and b/Master/texmf-dist/doc/latex/tools/layout.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/longtable.pdf b/Master/texmf-dist/doc/latex/tools/longtable.pdf index ef7cad38b5f..a1a581e5f1e 100644 Binary files a/Master/texmf-dist/doc/latex/tools/longtable.pdf and b/Master/texmf-dist/doc/latex/tools/longtable.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/manifest.txt b/Master/texmf-dist/doc/latex/tools/manifest.txt index e1b349818ba..8b0f9e32d03 100644 --- a/Master/texmf-dist/doc/latex/tools/manifest.txt +++ b/Master/texmf-dist/doc/latex/tools/manifest.txt @@ -11,7 +11,7 @@ % conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in -% http://www.latex-project.org/lppl.txt +% https://www.latex-project.org/lppl.txt % and version 1.3c or later is part of all distributions of LaTeX % version 2005/12/01 or later. % diff --git a/Master/texmf-dist/doc/latex/tools/multicol.pdf b/Master/texmf-dist/doc/latex/tools/multicol.pdf index a7206a93a84..660d1540aba 100644 Binary files a/Master/texmf-dist/doc/latex/tools/multicol.pdf and b/Master/texmf-dist/doc/latex/tools/multicol.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/rawfonts.pdf b/Master/texmf-dist/doc/latex/tools/rawfonts.pdf index 013b6514dcd..a719b73770e 100644 Binary files a/Master/texmf-dist/doc/latex/tools/rawfonts.pdf and b/Master/texmf-dist/doc/latex/tools/rawfonts.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/shellesc.pdf b/Master/texmf-dist/doc/latex/tools/shellesc.pdf index 762fc3804b8..5cb7016e412 100644 Binary files a/Master/texmf-dist/doc/latex/tools/shellesc.pdf and b/Master/texmf-dist/doc/latex/tools/shellesc.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/showkeys.pdf b/Master/texmf-dist/doc/latex/tools/showkeys.pdf index 2176af172cc..327d20e07cd 100644 Binary files a/Master/texmf-dist/doc/latex/tools/showkeys.pdf and b/Master/texmf-dist/doc/latex/tools/showkeys.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/somedefs.pdf b/Master/texmf-dist/doc/latex/tools/somedefs.pdf index 437a07df7a8..a606f300394 100644 Binary files a/Master/texmf-dist/doc/latex/tools/somedefs.pdf and b/Master/texmf-dist/doc/latex/tools/somedefs.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/tabularx.pdf b/Master/texmf-dist/doc/latex/tools/tabularx.pdf index 00d1059a39a..be5d05c79ff 100644 Binary files a/Master/texmf-dist/doc/latex/tools/tabularx.pdf and b/Master/texmf-dist/doc/latex/tools/tabularx.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/theorem.pdf b/Master/texmf-dist/doc/latex/tools/theorem.pdf index bcc788ce3cf..97cd8bef432 100644 Binary files a/Master/texmf-dist/doc/latex/tools/theorem.pdf and b/Master/texmf-dist/doc/latex/tools/theorem.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/tools-overview.pdf b/Master/texmf-dist/doc/latex/tools/tools-overview.pdf index 6e7ebf28a95..71742429860 100644 Binary files a/Master/texmf-dist/doc/latex/tools/tools-overview.pdf and b/Master/texmf-dist/doc/latex/tools/tools-overview.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/tools-overview.tex b/Master/texmf-dist/doc/latex/tools/tools-overview.tex index 1919a3673ef..817a37ced5b 100644 --- a/Master/texmf-dist/doc/latex/tools/tools-overview.tex +++ b/Master/texmf-dist/doc/latex/tools/tools-overview.tex @@ -11,7 +11,7 @@ % conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in -% http://www.latex-project.org/lppl.txt +% https://www.latex-project.org/lppl.txt % and version 1.3c or later is part of all distributions of LaTeX % version 2005/12/01 or later. % diff --git a/Master/texmf-dist/doc/latex/tools/trace.pdf b/Master/texmf-dist/doc/latex/tools/trace.pdf index ab2d2b17a92..d18c8b7489d 100644 Binary files a/Master/texmf-dist/doc/latex/tools/trace.pdf and b/Master/texmf-dist/doc/latex/tools/trace.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/varioref.pdf b/Master/texmf-dist/doc/latex/tools/varioref.pdf index 2bdea87775d..17ebd14c5d0 100644 Binary files a/Master/texmf-dist/doc/latex/tools/varioref.pdf and b/Master/texmf-dist/doc/latex/tools/varioref.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/verbatim.pdf b/Master/texmf-dist/doc/latex/tools/verbatim.pdf index 1c764c06a17..4d87ae1a0a9 100644 Binary files a/Master/texmf-dist/doc/latex/tools/verbatim.pdf and b/Master/texmf-dist/doc/latex/tools/verbatim.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/xr.pdf b/Master/texmf-dist/doc/latex/tools/xr.pdf index 868e58a7774..50dce8a531b 100644 Binary files a/Master/texmf-dist/doc/latex/tools/xr.pdf and b/Master/texmf-dist/doc/latex/tools/xr.pdf differ diff --git a/Master/texmf-dist/doc/latex/tools/xspace.pdf b/Master/texmf-dist/doc/latex/tools/xspace.pdf index 3ea861dd4ff..0e221da4215 100644 Binary files a/Master/texmf-dist/doc/latex/tools/xspace.pdf and b/Master/texmf-dist/doc/latex/tools/xspace.pdf differ -- cgit v1.2.3