From 88b40fe28cf8ad53d15f707a0e4a3f99c953bb4b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 29 Jan 2021 22:37:37 +0000 Subject: l3 (29jan21) git-svn-id: svn://tug.org/texlive/trunk@57554 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md | 14 +++++++++++++- Master/texmf-dist/doc/latex/l3backend/README.md | 4 ++-- .../doc/latex/l3backend/l3backend-code.pdf | Bin 786373 -> 805273 bytes .../doc/latex/l3backend/l3backend-code.tex | 3 ++- .../doc/latex/l3experimental/CHANGELOG.md | 9 ++++++++- .../texmf-dist/doc/latex/l3experimental/README.md | 8 ++++---- .../l3experimental/l3benchmark/l3benchmark.pdf | Bin 314157 -> 313934 bytes .../doc/latex/l3experimental/l3bitset/l3bitset.pdf | Bin 0 -> 382047 bytes .../doc/latex/l3experimental/l3color/l3color.pdf | Bin 369116 -> 368500 bytes .../latex/l3experimental/l3draw/l3draw-code.pdf | Bin 606608 -> 606502 bytes .../latex/l3experimental/l3draw/l3draw-code.tex | 2 +- .../doc/latex/l3experimental/l3draw/l3draw.pdf | Bin 489723 -> 489498 bytes .../latex/l3experimental/l3graphics/l3graphics.pdf | Bin 363017 -> 362791 bytes .../doc/latex/l3experimental/l3pdf/l3pdf-code.pdf | Bin 276676 -> 278649 bytes .../doc/latex/l3experimental/l3pdf/l3pdf-code.tex | 2 +- .../doc/latex/l3experimental/l3pdf/l3pdf.pdf | Bin 350697 -> 376888 bytes .../latex/l3experimental/l3str/l3str-format.pdf | Bin 344795 -> 344581 bytes .../l3experimental/l3sys-shell/l3sys-shell.pdf | Bin 311621 -> 311407 bytes .../doc/latex/l3experimental/xcoffins/xcoffins.pdf | Bin 372787 -> 372577 bytes .../doc/latex/l3experimental/xgalley/l3galley.pdf | Bin 385657 -> 385433 bytes .../doc/latex/l3experimental/xgalley/xgalley.pdf | Bin 285576 -> 285358 bytes 21 files changed, 31 insertions(+), 11 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/l3experimental/l3bitset/l3bitset.pdf (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md index 242cacf93aa..4d4f19b44b7 100644 --- a/Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md @@ -6,6 +6,17 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2020-01-29] + +### Added +- Basic opacity support + +### Changed +- Use color stack for fill color, and for stroke color if possible + +### Fixed +- Implementation of `filldraw` for `dvips` + ## [2021-01-09] ### Added @@ -135,7 +146,8 @@ this project uses date-based 'snapshot' version identifiers. - Include `l3backend` in file names - Moved backend code to internal for each 'parent' module -[Unreleased]: https://github.com/latex3/latex3/compare/2021-01-09...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2020-01-29...HEAD +[2020-01-29]: https://github.com/latex3/latex3/compare/2021-01-09...2020-01-29 [2021-01-09]: https://github.com/latex3/latex3/compare/2020-09-24...2021-01-09 [2020-09-24]: https://github.com/latex3/latex3/compare/2020-09-11...2020-09-24 [2020-09-11]: https://github.com/latex3/latex3/compare/2020-09-01...2020-09-11 diff --git a/Master/texmf-dist/doc/latex/l3backend/README.md b/Master/texmf-dist/doc/latex/l3backend/README.md index 21f57acd743..bc607bd5433 100644 --- a/Master/texmf-dist/doc/latex/l3backend/README.md +++ b/Master/texmf-dist/doc/latex/l3backend/README.md @@ -1,7 +1,7 @@ LaTeX3 Backend Drivers ====================== -Release 2021-01-09 +Release 2020-01-29 This package forms parts of `expl3`, and contains the code used to interface with backends (drivers) across the `expl3` codebase. The functions here are @@ -11,6 +11,6 @@ on an independent schedule. ----- -

Copyright (C) 2019-2021 The LaTeX3 Project
+

Copyright (C) 2019-2021 The LaTeX Project
http://latex-project.org/
All rights reserved.

diff --git a/Master/texmf-dist/doc/latex/l3backend/l3backend-code.pdf b/Master/texmf-dist/doc/latex/l3backend/l3backend-code.pdf index f0a28c396f3..2e72444e298 100644 Binary files a/Master/texmf-dist/doc/latex/l3backend/l3backend-code.pdf and b/Master/texmf-dist/doc/latex/l3backend/l3backend-code.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3backend/l3backend-code.tex b/Master/texmf-dist/doc/latex/l3backend/l3backend-code.tex index 55dce66e1fc..d8a1ca7cf69 100644 --- a/Master/texmf-dist/doc/latex/l3backend/l3backend-code.tex +++ b/Master/texmf-dist/doc/latex/l3backend/l3backend-code.tex @@ -2,7 +2,7 @@ File: l3backend-code.tex -Copyright (C) 2019 The LaTeX3 Project +Copyright (C) 2019,2021 The LaTeX Project It may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this @@ -44,6 +44,7 @@ for those people who are interested. l3backend-draw.dtx , l3backend-graphics.dtx , l3backend-pdf.dtx , + l3backend-opacity.dtx , l3backend-header.dtx } \ExplSyntaxOff diff --git a/Master/texmf-dist/doc/latex/l3experimental/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3experimental/CHANGELOG.md index ddb78d83f9e..01cb972bbb8 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3experimental/CHANGELOG.md @@ -7,6 +7,12 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2020-01-29] + +### Added +- New `l3bitset` module +- `\pdf_destination:nn` and `\pdf_destination_box:nn` added to l3pdf + ## [2020-10-27] ### Changed @@ -184,7 +190,8 @@ this project uses date-based 'snapshot' version identifiers. - New `l3color` module using `xcolor`-like expression syntax - New `l3draw` module, based on `pgf` layer of the TikZ system -[Unreleased]: https://github.com/latex3/latex3/compare/2020-10-27...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2020-01-29...HEAD +[2020-01-29]: https://github.com/latex3/latex3/compare/2020-10-27...2020-01-29 [2020-10-27]: https://github.com/latex3/latex3/compare/2020-09-24...2020-10-27 [2020-09-24]: https://github.com/latex3/latex3/compare/2020-09-11...2020-09-24 [2020-09-11]: https://github.com/latex3/latex3/compare/2020-09-01...2020-09-11 diff --git a/Master/texmf-dist/doc/latex/l3experimental/README.md b/Master/texmf-dist/doc/latex/l3experimental/README.md index 16f95a9bf06..31af1893e59 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/README.md +++ b/Master/texmf-dist/doc/latex/l3experimental/README.md @@ -1,7 +1,7 @@ Experimental LaTeX3 Concepts ============================ -Release 2020-10-27 +Release 2020-01-29 Overview -------- @@ -123,11 +123,11 @@ The issue tracker for LaTeX3 is currently located Please report specific issues with LaTeX3 code there; more general discussion should be directed to the [LaTeX-L list](#Discussion). -The LaTeX3 Project +The LaTeX Project ------------------ Development of LaTeX3 is carried out by -[The LaTeX3 Project](https://www.latex-project.org/latex3/). +[The LaTeX Project](https://www.latex-project.org/latex3/). The development team can be contacted by e-mail: ; for general LaTeX3 discussion @@ -135,6 +135,6 @@ the [LaTeX-L list](#Discussion) should be used. ----- -

Copyright (C) 1998-2004,2008-2012,2014-2020 The LaTeX3 Project
+

Copyright (C) 1998-2004,2008-2012,2014-2021 The LaTeX Project
http://latex-project.org/
All rights reserved.

diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3benchmark/l3benchmark.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3benchmark/l3benchmark.pdf index 972ae840fdc..7cd6fe9bd6e 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3benchmark/l3benchmark.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3benchmark/l3benchmark.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3bitset/l3bitset.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3bitset/l3bitset.pdf new file mode 100644 index 00000000000..85df863511b Binary files /dev/null and b/Master/texmf-dist/doc/latex/l3experimental/l3bitset/l3bitset.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3color/l3color.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3color/l3color.pdf index 6aafcd28098..4cf6a862c4c 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3color/l3color.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3color/l3color.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf index 9a4abc8d423..452126336b9 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.tex b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.tex index 8325f0fd59b..defcf6ad62b 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.tex +++ b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.tex @@ -2,7 +2,7 @@ File: l3draw-code.tex -Copyright (C) 2018,2019 The LaTeX3 Project +Copyright (C) 2018,2019,2021 The LaTeX Project It may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw.pdf index 2e125d5b9e4..4021d6a1565 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3graphics/l3graphics.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3graphics/l3graphics.pdf index f36e0411314..c430eec0065 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3graphics/l3graphics.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3graphics/l3graphics.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3pdf/l3pdf-code.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3pdf/l3pdf-code.pdf index a2c44a18a04..ce06690f504 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3pdf/l3pdf-code.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3pdf/l3pdf-code.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3pdf/l3pdf-code.tex b/Master/texmf-dist/doc/latex/l3experimental/l3pdf/l3pdf-code.tex index a93342f1f39..db2a7d5bf09 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/l3pdf/l3pdf-code.tex +++ b/Master/texmf-dist/doc/latex/l3experimental/l3pdf/l3pdf-code.tex @@ -2,7 +2,7 @@ File: l3pdf-code.tex -Copyright (C) 2019 The LaTeX3 Project +Copyright (C) 2019,2021 The LaTeX Project It may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3pdf/l3pdf.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3pdf/l3pdf.pdf index 91f5aab0cfc..1bdd3b530bb 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3pdf/l3pdf.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3pdf/l3pdf.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf index aa121323d47..fd848569cae 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3sys-shell/l3sys-shell.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3sys-shell/l3sys-shell.pdf index bc87e9cf634..50f28c4226a 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3sys-shell/l3sys-shell.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3sys-shell/l3sys-shell.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf index 4376d735902..ad6c06eb79f 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf and b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf b/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf index 9e1a0bd2639..392daf39095 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf and b/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf b/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf index 56fe6499fd9..64752748530 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf and b/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf differ -- cgit v1.2.3