diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-26 21:35:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-26 21:35:55 +0000 |
commit | 0209e5442903faee5ca69343e8ad8d35a2ac4cd4 (patch) | |
tree | be98d43ffb5d9d031ab511ccb060785296276e64 /Master/texmf-dist/doc/latex | |
parent | fa6c59acaa9a39e94ad46785611fd55dde8bb6e5 (diff) |
l3backend (26nov19)
git-svn-id: svn://tug.org/texlive/trunk@52928 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md | 14 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3backend/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3backend/l3backend-code.pdf | bin | 740224 -> 742409 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3backend/l3backend-code.tex | 3 |
4 files changed, 10 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md index 36f2fe987e9..a009da31d9c 100644 --- a/Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md @@ -6,42 +6,42 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] -## [2019-10-11] +## [2019-11-25] ### Changed +- Move dvips header material to `.pro` file + +## [2019-10-11] +### Changed - Improved functionality in generic mode ## [2019-09-05] ### Added - - Support for EPS and PDF files with `dvisvgm` backend ### Fixed - - Some primitive use in the `dvips` backend ## [2019-08-25] ### Fixed - - Setting for PDF version in `dvipdfmx` route - Support for PDF objects with XeTeX ## [2019-07-01] ### Added - - Driver support for anonymous objects ### Changed - - Moved backend code to separate release module `l3backend` - Include `l3backend` in file names - Moved backend code to internal for each 'parent' module -[Unreleased]: https://github.com/latex3/latex3/compare/2019-10-11...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2019-11-25...HEAD +[2019-11-25]: https://github.com/latex3/latex3/compare/2019-10-11...2019-11-25 [2019-10-11]: https://github.com/latex3/latex3/compare/2019-09-05...2019-10-11 [2019-09-05]: https://github.com/latex3/latex3/compare/2019-08-25...2019-09-05 [2019-08-25]: https://github.com/latex3/latex3/compare/2019-07-01...2019-08-25 diff --git a/Master/texmf-dist/doc/latex/l3backend/README.md b/Master/texmf-dist/doc/latex/l3backend/README.md index fb3c01febda..5b0a2c39213 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 2019-10-11 +Release 2019-11-25 This package forms parts of `expl3`, and contains the code used to interface with backends (drivers) across the `expl3` codebase. The functions here are diff --git a/Master/texmf-dist/doc/latex/l3backend/l3backend-code.pdf b/Master/texmf-dist/doc/latex/l3backend/l3backend-code.pdf Binary files differindex 218d64d794a..e767cdc4e20 100644 --- a/Master/texmf-dist/doc/latex/l3backend/l3backend-code.pdf +++ b/Master/texmf-dist/doc/latex/l3backend/l3backend-code.pdf diff --git a/Master/texmf-dist/doc/latex/l3backend/l3backend-code.tex b/Master/texmf-dist/doc/latex/l3backend/l3backend-code.tex index 62a6bf5e2a0..55dce66e1fc 100644 --- a/Master/texmf-dist/doc/latex/l3backend/l3backend-code.tex +++ b/Master/texmf-dist/doc/latex/l3backend/l3backend-code.tex @@ -43,7 +43,8 @@ for those people who are interested. l3backend-color.dtx , l3backend-draw.dtx , l3backend-graphics.dtx , - l3backend-pdf.dtx + l3backend-pdf.dtx , + l3backend-header.dtx } \ExplSyntaxOff |