texlive[56555] Master/texmf-dist: graphics-def (5oct20)

commits+karl at tug.org commits+karl at tug.org
Mon Oct 5 22:52:44 CEST 2020


Revision: 56555
          http://tug.org/svn/texlive?view=revision&revision=56555
Author:   karl
Date:     2020-10-05 22:52:44 +0200 (Mon, 05 Oct 2020)
Log Message:
-----------
graphics-def (5oct20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/graphics-def/README.md
    trunk/Master/texmf-dist/tex/latex/graphics-def/luatex.def
    trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def

Modified: trunk/Master/texmf-dist/doc/latex/graphics-def/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/graphics-def/README.md	2020-10-05 20:52:29 UTC (rev 56554)
+++ trunk/Master/texmf-dist/doc/latex/graphics-def/README.md	2020-10-05 20:52:44 UTC (rev 56555)
@@ -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

Modified: trunk/Master/texmf-dist/tex/latex/graphics-def/luatex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/graphics-def/luatex.def	2020-10-05 20:52:29 UTC (rev 56554)
+++ trunk/Master/texmf-dist/tex/latex/graphics-def/luatex.def	2020-10-05 20:52:44 UTC (rev 56555)
@@ -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 at space{ }
 \def\c at lor@arg#1{%
   \dimen@#1\p@
@@ -139,6 +139,7 @@
     \def\set at page@color{%
      \global\GPT at pagecolortrue
      \global\let\current at page@color\current at color
+     \IfHookEmptyTF{shipout/background}{\AddToHook{shipout/background}{\relax}}{}%
     }%
     \g at addto@macro\@kernel at before@shipout at background
      {%
@@ -151,7 +152,7 @@
           }%
       \fi
      }%
-  }%
+  }{}%
  }
 \AtBeginDocument{%
   \def\KV at Gin@bbllx{%

Modified: trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def	2020-10-05 20:52:29 UTC (rev 56554)
+++ trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def	2020-10-05 20:52:44 UTC (rev 56555)
@@ -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 at space{ }
 \def\c at lor@arg#1{%
   \dimen@#1\p@
@@ -154,6 +154,7 @@
     \def\set at page@color{%
      \global\GPT at pagecolortrue
      \global\let\current at page@color\current at color
+     \IfHookEmptyTF{shipout/background}{\AddToHook{shipout/background}{\relax}}{}%
     }%
     \g at addto@macro\@kernel at before@shipout at background
      {%
@@ -166,7 +167,7 @@
           }%
       \fi
      }%
-  }%
+  }{}%
  }
 \AtBeginDocument{%
   \def\KV at Gin@bbllx{%



More information about the tex-live-commits mailing list.