diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-05 20:52:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-05 20:52:44 +0000 |
commit | 2d7e71c150a2b05cdfb3f5bf685e4255640b0760 (patch) | |
tree | cb55eaff0de744b69987b1685c26bf1022e1e57d /Master/texmf-dist | |
parent | f40d3e26258b5b5822ab3e96fc078de81c2d899d (diff) |
graphics-def (5oct20)
git-svn-id: svn://tug.org/texlive/trunk@56555 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/graphics-def/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/graphics-def/luatex.def | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/graphics-def/pdftex.def | 5 |
3 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/graphics-def/README.md b/Master/texmf-dist/doc/latex/graphics-def/README.md index ad57349d946..4abc4f9279d 100644 --- a/Master/texmf-dist/doc/latex/graphics-def/README.md +++ b/Master/texmf-dist/doc/latex/graphics-def/README.md @@ -1,7 +1,7 @@ LaTeX support for color and graphics ==================================== -Release 2020-08-26 +Release 2020-10-05 This bundle contains the 'engine-dependent' part of support for color and graphics in LaTeX2e (the code here will also function diff --git a/Master/texmf-dist/tex/latex/graphics-def/luatex.def b/Master/texmf-dist/tex/latex/graphics-def/luatex.def index 04d36213612..a35138a9857 100644 --- a/Master/texmf-dist/tex/latex/graphics-def/luatex.def +++ b/Master/texmf-dist/tex/latex/graphics-def/luatex.def @@ -20,7 +20,7 @@ %% https://github.com/latex3/graphics-def/issues %% \ProvidesFile{luatex.def} - [2020/08/26 v1.2 Graphics/color driver for luatex] + [2020/10/05 v1.2a Graphics/color driver for luatex] \def\GPT@space{ } \def\c@lor@arg#1{% \dimen@#1\p@ @@ -139,6 +139,7 @@ \def\set@page@color{% \global\GPT@pagecolortrue \global\let\current@page@color\current@color + \IfHookEmptyTF{shipout/background}{\AddToHook{shipout/background}{\relax}}{}% }% \g@addto@macro\@kernel@before@shipout@background {% @@ -151,7 +152,7 @@ }% \fi }% - }% + }{}% } \AtBeginDocument{% \def\KV@Gin@bbllx{% diff --git a/Master/texmf-dist/tex/latex/graphics-def/pdftex.def b/Master/texmf-dist/tex/latex/graphics-def/pdftex.def index ac6ca6fe487..e9fd01833bd 100644 --- a/Master/texmf-dist/tex/latex/graphics-def/pdftex.def +++ b/Master/texmf-dist/tex/latex/graphics-def/pdftex.def @@ -20,7 +20,7 @@ %% https://github.com/latex3/graphics-def/issues %% \ProvidesFile{pdftex.def} - [2020/08/26 v1.2 Graphics/color driver for pdftex] + [2020/10/05 v1.2a Graphics/color driver for pdftex] \def\GPT@space{ } \def\c@lor@arg#1{% \dimen@#1\p@ @@ -154,6 +154,7 @@ E \else \def\set@page@color{% \global\GPT@pagecolortrue \global\let\current@page@color\current@color + \IfHookEmptyTF{shipout/background}{\AddToHook{shipout/background}{\relax}}{}% }% \g@addto@macro\@kernel@before@shipout@background {% @@ -166,7 +167,7 @@ E \else }% \fi }% - }% + }{}% } \AtBeginDocument{% \def\KV@Gin@bbllx{% |