summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/graphics-def
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-10-06 03:01:44 +0000
committerNorbert Preining <norbert@preining.info>2020-10-06 03:01:44 +0000
commit2884d8fdd76b2def1d759c76c03141710c219ad7 (patch)
tree8b94b805c643d5322fe4a764eab683dc369718a3 /macros/latex/contrib/graphics-def
parent07723a50707217d2d397c098ec67af793cdfa916 (diff)
CTAN sync 202010060301
Diffstat (limited to 'macros/latex/contrib/graphics-def')
-rw-r--r--macros/latex/contrib/graphics-def/README.md2
-rw-r--r--macros/latex/contrib/graphics-def/luatex.def5
-rw-r--r--macros/latex/contrib/graphics-def/pdftex.def5
3 files changed, 7 insertions, 5 deletions
diff --git a/macros/latex/contrib/graphics-def/README.md b/macros/latex/contrib/graphics-def/README.md
index ad57349d94..4abc4f9279 100644
--- a/macros/latex/contrib/graphics-def/README.md
+++ b/macros/latex/contrib/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/macros/latex/contrib/graphics-def/luatex.def b/macros/latex/contrib/graphics-def/luatex.def
index 04d3621361..a35138a985 100644
--- a/macros/latex/contrib/graphics-def/luatex.def
+++ b/macros/latex/contrib/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/macros/latex/contrib/graphics-def/pdftex.def b/macros/latex/contrib/graphics-def/pdftex.def
index ac6ca6fe48..e9fd01833b 100644
--- a/macros/latex/contrib/graphics-def/pdftex.def
+++ b/macros/latex/contrib/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{%