From 527bf264c6238978f19cb55441245c6c68aa4ee5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 31 Jan 2020 22:14:18 +0000 Subject: l3kernel (31jan20) git-svn-id: svn://tug.org/texlive/trunk@53618 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md | 20 +++++++++++++++--- Master/texmf-dist/doc/latex/l3kernel/README.md | 2 +- Master/texmf-dist/doc/latex/l3kernel/expl3.pdf | Bin 584331 -> 584331 bytes .../texmf-dist/doc/latex/l3kernel/interface3.pdf | Bin 1539597 -> 1539597 bytes .../texmf-dist/doc/latex/l3kernel/interface3.tex | 2 +- .../texmf-dist/doc/latex/l3kernel/l3docstrip.pdf | Bin 263041 -> 263041 bytes Master/texmf-dist/doc/latex/l3kernel/l3news.pdf | Bin 413933 -> 415791 bytes Master/texmf-dist/doc/latex/l3kernel/l3news.tex | 23 +++++++++++++++++---- Master/texmf-dist/doc/latex/l3kernel/l3news01.pdf | Bin 113527 -> 113527 bytes Master/texmf-dist/doc/latex/l3kernel/l3news02.pdf | Bin 140776 -> 140776 bytes Master/texmf-dist/doc/latex/l3kernel/l3news03.pdf | Bin 144780 -> 144780 bytes Master/texmf-dist/doc/latex/l3kernel/l3news04.pdf | Bin 107119 -> 107119 bytes Master/texmf-dist/doc/latex/l3kernel/l3news05.pdf | Bin 105092 -> 105092 bytes Master/texmf-dist/doc/latex/l3kernel/l3news06.pdf | Bin 140796 -> 140796 bytes Master/texmf-dist/doc/latex/l3kernel/l3news07.pdf | Bin 118976 -> 119092 bytes Master/texmf-dist/doc/latex/l3kernel/l3news07.tex | 2 +- Master/texmf-dist/doc/latex/l3kernel/l3news08.pdf | Bin 152413 -> 152413 bytes Master/texmf-dist/doc/latex/l3kernel/l3news09.pdf | Bin 235323 -> 235323 bytes Master/texmf-dist/doc/latex/l3kernel/l3news10.pdf | Bin 147099 -> 147099 bytes Master/texmf-dist/doc/latex/l3kernel/l3news10.tex | 6 +++--- Master/texmf-dist/doc/latex/l3kernel/l3news11.pdf | Bin 174241 -> 174243 bytes Master/texmf-dist/doc/latex/l3kernel/l3news11.tex | 2 +- Master/texmf-dist/doc/latex/l3kernel/l3news12.pdf | Bin 244282 -> 244282 bytes .../texmf-dist/doc/latex/l3kernel/l3prefixes.pdf | Bin 59390 -> 59390 bytes .../texmf-dist/doc/latex/l3kernel/l3styleguide.pdf | Bin 279782 -> 279782 bytes .../texmf-dist/doc/latex/l3kernel/l3styleguide.tex | 2 +- .../doc/latex/l3kernel/l3syntax-changes.pdf | Bin 227512 -> 227510 bytes .../doc/latex/l3kernel/l3syntax-changes.tex | 2 +- .../doc/latex/l3kernel/l3term-glossary.pdf | Bin 186295 -> 186295 bytes .../doc/latex/l3kernel/l3term-glossary.tex | 2 +- Master/texmf-dist/doc/latex/l3kernel/source3.pdf | Bin 5763116 -> 5762961 bytes Master/texmf-dist/doc/latex/l3kernel/source3.tex | 2 +- 32 files changed, 47 insertions(+), 18 deletions(-) (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md index 43b95da8701..667f299134f 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md @@ -7,6 +7,17 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2020-01-31] + +### Added +- Table of Contents for combined LaTeX3 News + +### Changed +- Use Lua `utf8` library if available + +### Fixed +- Undefined command in box debugging code + ## [2020-01-22] ### Added @@ -37,8 +48,10 @@ this project uses date-based 'snapshot' version identifiers. - Set backend at the beginning of `\document` (see #657) ### Deprecated -- `\str__case:n` -- `\tl__case:n(n)` +- `\str__case:n` replaced by `\str_case:n` + except `\str_mixed_case:n` replaced by `\str_titlecase:n` +- `\tl__case:n(n)` replaced by `\text_case:n(n)`, + except `\tl_mixed_case:n(n)` replaced by `\text_titlecase:n(n)` ## [2019-11-07] @@ -568,7 +581,8 @@ this project uses date-based 'snapshot' version identifiers. - Step func­tions have been added for dim vari­ables, e.g. `\dim_step_in­line:nnnn` -[Unreleased]: https://github.com/latex3/latex3/compare/2020-01-22...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2020-01-31...HEAD +[2020-01-31]: https://github.com/latex3/latex3/compare/2020-01-22...2020-01-31 [2020-01-22]: https://github.com/latex3/latex3/compare/2020-01-12...2020-01-22 [2020-01-12]: https://github.com/latex3/latex3/compare/2019-11-07...2020-01-12 [2019-11-07]: https://github.com/latex3/latex3/compare/2019-10-28...2019-11-07 diff --git a/Master/texmf-dist/doc/latex/l3kernel/README.md b/Master/texmf-dist/doc/latex/l3kernel/README.md index fad299d966f..3e117df8a88 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/README.md +++ b/Master/texmf-dist/doc/latex/l3kernel/README.md @@ -1,7 +1,7 @@ LaTeX3 Programming Conventions ============================== -Release 2020-01-22 +Release 2020-01-31 Overview -------- diff --git a/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf b/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf index fa571903fd6..0d3ca9c0d84 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf and b/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf b/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf index 6d4189bdd37..f625a5dac27 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf and b/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/interface3.tex b/Master/texmf-dist/doc/latex/l3kernel/interface3.tex index d20c01ebf06..37caffa7403 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/interface3.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/interface3.tex @@ -54,7 +54,7 @@ for those people who are interested. {latex-team@latex-project.org}% }% } -\date{Released 2020-01-22} +\date{Released 2020-01-31} \pagenumbering{roman} \maketitle diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf index ca54cad98b0..96618f986ad 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3news.pdf index b0d0767acf0..02014c169db 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3news.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3news.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news.tex b/Master/texmf-dist/doc/latex/l3kernel/l3news.tex index 1c1b9eed797..ba379538e82 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/l3news.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/l3news.tex @@ -1,4 +1,4 @@ -% Copyright 2019 The LaTeX3 Project +% Copyright 2019-2020 The LaTeX3 Project \providecommand*{\lastissue}{12} @@ -60,6 +60,21 @@ }% }]% } + +% show the page number on first page of issues: + +\renewcommand{\ps@titlepage}{% + \renewcommand{\@oddhead}{\hfill}% + \renewcommand{\@evenhead}{\hfill}% + \renewcommand{\@oddfoot}{\@indiciafont\@indicia\hfill --\thepage}% + \renewcommand{\@evenfoot}{\@indiciafont\@indicia\hfill --\thepage}% +} + +% only needed if the old ltnews class is used +\renewcommand{\@oddfoot}{\@indiciafont\mbox{}\hfill --\thepage}% +\renewcommand{\@evenfoot}{\@indiciafont\mbox{}\hfill --\thepage}% + + \makeatother \begin{document} @@ -97,7 +112,7 @@ \let\protect\l@paragraph\protect\l@subsection }% \fi - \ifnum\@issue=\lastissue\space + \ifnum\@issue>9\space % we may have issue tocs ... \addtocontents{toc}{% \let\protect\l@paragraph\protect\saved@l@paragraph }% @@ -106,7 +121,7 @@ \addtocontents{toc}{\protect\setcounter{tocdepth}{4}}% \renewcommand*{\tableofcontents}{% \section*{\contentsname}% - \@starttoc{toc\lastissue}% + \@starttoc{toc\theissue}% }% \let\saved@addtocontents\addtocontents \renewcommand*{\addtocontents}[2]{% @@ -114,7 +129,7 @@ \def\temp@toc{toc}% \def\temp@param{##1}% \ifx\temp@toc\temp@param - \saved@addtocontents{toc\lastissue}{##2}% + \saved@addtocontents{toc\theissue}{##2}% \fi }% \let\l@subsubsection\l@subsection diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news01.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3news01.pdf index a86e4201d62..850ff7afdfa 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3news01.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3news01.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news02.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3news02.pdf index 7669c66d8c0..09915731598 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3news02.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3news02.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news03.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3news03.pdf index 79a1b131a12..3613cbe0a3a 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3news03.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3news03.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news04.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3news04.pdf index d5b02c562ec..7d1b29fd8a7 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3news04.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3news04.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news05.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3news05.pdf index f7b1ec59a09..c6d74c8859f 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3news05.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3news05.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news06.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3news06.pdf index 60be4341bc2..6993f9ce6fc 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3news06.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3news06.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news07.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3news07.pdf index 8bc8bff4600..23e4312eb44 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3news07.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3news07.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news07.tex b/Master/texmf-dist/doc/latex/l3kernel/l3news07.tex index 9889d5f094f..2b433da4c41 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/l3news07.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/l3news07.tex @@ -59,7 +59,7 @@ The development of clipping support for the \texttt{xdvipdfmx} driver has also a us to suggest improvements to the \LaTeXe{} graphics drivers, enabling clipping with the \XeTeX{} engine. -\section{A TeX-based regex engine} +\section{A \TeX{}-based regex engine} Bruno Le Floch has been %working across the codebase, %% omitted to avoid page break improving the efficiency diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news08.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3news08.pdf index 5ad9a569081..8faac40c731 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3news08.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3news08.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news09.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3news09.pdf index dc5d035cfe7..ce27b64d4ea 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3news09.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3news09.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news10.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3news10.pdf index 5e4c0178d38..63e2d4a98b0 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3news10.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3news10.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news10.tex b/Master/texmf-dist/doc/latex/l3kernel/l3news10.tex index c8ac0dffbe3..88291e848fa 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/l3news10.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/l3news10.tex @@ -66,7 +66,7 @@ sufficiently flexible that for many common \LaTeX{} package structures, setting up for creating releases will require only a few lines of configuration. In addition to the documentation distributed with \pkg{l3build}, the project -website~\cite[publications in 2014]{project-publications} contains some +website~\cite[publications in 2014]{10:project-publications} contains some articles, videos and conference presentations that explain how to use \pkg{l3build} to manage and test any type of (\LaTeX{}) package. @@ -186,7 +186,7 @@ floats. Early research results have been presented at Bacho\TeX{} 2016, TUG 2016 in Toronto and later in the year at \mbox{DocEng'16}, the ACM Symposium on Document Engineering in Vienna. A link to the ACM paper (that allows a download free of charge) can be found on the project -website~\cite{project-publications}. The site also holds the speaker notes from +website~\cite{10:project-publications}. The site also holds the speaker notes from Toronto and will host a link to a video of the presentation once it becomes available. @@ -212,7 +212,7 @@ for \hologo{LuaTeX}. \begin{thebibliography}{10} \raggedright - \bibitem{project-publications} + \bibitem{10:project-publications} Links to various publications by members of the \LaTeX{} Project Team. \newblock \url{https://www.latex-project.org/publications}. \end{thebibliography} diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news11.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3news11.pdf index 6d283e11c71..77add0010ed 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3news11.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3news11.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news11.tex b/Master/texmf-dist/doc/latex/l3kernel/l3news11.tex index b88e7d2420f..d992e9f4209 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/l3news11.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/l3news11.tex @@ -198,7 +198,7 @@ as possible, we strive to avoid requiring changes to the reference files. \raggedright \bibitem{SubGit} \emph{SubGit}, TMate Software, \url{https://subgit.com} - \bibitem{project-publications} + \bibitem{11:project-publications} Links to various publications by members of the \LaTeX{} Project Team. \newblock \url{https://www.latex-project.org/publications}. \end{thebibliography} diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3news12.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3news12.pdf index 617d9b6e286..2959dbad39c 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3news12.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3news12.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3prefixes.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3prefixes.pdf index 6b786e49c92..66d8fb7ce97 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3prefixes.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3prefixes.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf index f55eade3622..a5090a94084 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.tex b/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.tex index 82f13348de3..953770e4336 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.tex @@ -32,7 +32,7 @@ The released version of this bundle is available from CTAN. {latex-team@latex-project.org}% }% } -\date{Released 2020-01-22} +\date{Released 2020-01-31} \begin{document} diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf index 0380eb1dac8..8ba0ab37cc9 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.tex b/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.tex index 44e99ca1a39..441bfddf6f6 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.tex @@ -32,7 +32,7 @@ The released version of this bundle is available from CTAN. {latex-team@latex-project.org}% }% } -\date{Released 2020-01-22} +\date{Released 2020-01-31} \newcommand{\TF}{\textit{(TF)}} diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3term-glossary.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3term-glossary.pdf index 17cab8ffc98..0b862be6b42 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3term-glossary.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3term-glossary.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3term-glossary.tex b/Master/texmf-dist/doc/latex/l3kernel/l3term-glossary.tex index bdf40005a3e..cc385744e3f 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/l3term-glossary.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/l3term-glossary.tex @@ -32,7 +32,7 @@ The released version of this bundle is available from CTAN. {latex-team@latex-project.org}% }% } -\date{Released 2020-01-22} +\date{Released 2020-01-31} \newcommand{\TF}{\textit{(TF)}} diff --git a/Master/texmf-dist/doc/latex/l3kernel/source3.pdf b/Master/texmf-dist/doc/latex/l3kernel/source3.pdf index cbd12bf75e9..16eff5e53f6 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/source3.pdf and b/Master/texmf-dist/doc/latex/l3kernel/source3.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/source3.tex b/Master/texmf-dist/doc/latex/l3kernel/source3.tex index 0d282c451f7..fa38cafb845 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/source3.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/source3.tex @@ -53,7 +53,7 @@ for those people who are interested. {latex-team@latex-project.org}% }% } -\date{Released 2020-01-22} +\date{Released 2020-01-31} \pagenumbering{roman} \maketitle -- cgit v1.2.3