texlive[44634] Master/texmf-dist: graphics-def (18jun17)

commits+karl at tug.org commits+karl at tug.org
Mon Jun 19 00:00:17 CEST 2017


Revision: 44634
          http://tug.org/svn/texlive?view=revision&revision=44634
Author:   karl
Date:     2017-06-19 00:00:16 +0200 (Mon, 19 Jun 2017)
Log Message:
-----------
graphics-def (18jun17)

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
    trunk/Master/texmf-dist/tex/latex/graphics-def/xetex.def

Modified: trunk/Master/texmf-dist/doc/latex/graphics-def/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/graphics-def/README.md	2017-06-18 00:21:31 UTC (rev 44633)
+++ trunk/Master/texmf-dist/doc/latex/graphics-def/README.md	2017-06-18 22:00:16 UTC (rev 44634)
@@ -1,7 +1,7 @@
 LaTeX support for color and graphics
 ====================================
 
-Release 2017-06-15
+Release 2017-06-17
 
 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	2017-06-18 00:21:31 UTC (rev 44633)
+++ trunk/Master/texmf-dist/tex/latex/graphics-def/luatex.def	2017-06-18 22:00:16 UTC (rev 44634)
@@ -18,7 +18,7 @@
 %% https://github.com/latex3/graphics-def/issues
 %%
 \ProvidesFile{luatex.def}
-  [2017/06/14 v1.0c Graphics/color driver for luatex]
+  [2017/06/17 v1.0d Graphics/color driver for luatex]
 \def\c at lor@arg#1{%
   \dimen@#1\p@
   \ifdim\dimen@<\z@\dimen@\maxdimen\fi
@@ -72,7 +72,7 @@
 \newif\ifGPT at pagecolor
 \begingroup\expandafter\expandafter\expandafter\endgroup
 \def\set at page@color{%
-  \GPT at pagecolortrue
+  \global\GPT at pagecolortrue
   \global\let\current at page@color\current at color
   \@ifundefined{GPT at outputbox}{%
     % \newbox is outer in plain
@@ -122,7 +122,7 @@
 \def\define at color@named#1#2{%
   \expandafter\edef\csname col@#1\endcsname{#2}}
 \def\no at page@color{%
-  \GPT at pagecolorfalse
+  \global\GPT at pagecolorfalse
 }
 \def\Gread at pdftex#1{%
   \IfFileExists{#1}

Modified: trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def	2017-06-18 00:21:31 UTC (rev 44633)
+++ trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def	2017-06-18 22:00:16 UTC (rev 44634)
@@ -18,7 +18,7 @@
 %% https://github.com/latex3/graphics-def/issues
 %%
 \ProvidesFile{pdftex.def}
-  [2017/06/15 v1.0d Graphics/color driver for pdftex]
+  [2017/06/17 v1.0e Graphics/color driver for pdftex]
 \def\c at lor@arg#1{%
   \dimen@#1\p@
   \ifdim\dimen@<\z@\dimen@\maxdimen\fi
@@ -79,7 +79,7 @@
   \catcode`E=9  % ignore
 \fi
 \def\set at page@color{%
-  \GPT at pagecolortrue
+  \global\GPT at pagecolortrue
   \global\let\current at page@color\current at color
   \@ifundefined{GPT at outputbox}{%
     % \newbox is outer in plain
@@ -136,7 +136,7 @@
 \def\define at color@named#1#2{%
   \expandafter\edef\csname col@#1\endcsname{#2}}
 \def\no at page@color{%
-  \GPT at pagecolorfalse
+  \global\GPT at pagecolorfalse
 }
 \def\Gread at pdftex#1{%
   \expandafter\ifx\expandafter\relax\pdffilesize{#1}\relax

Modified: trunk/Master/texmf-dist/tex/latex/graphics-def/xetex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/graphics-def/xetex.def	2017-06-18 00:21:31 UTC (rev 44633)
+++ trunk/Master/texmf-dist/tex/latex/graphics-def/xetex.def	2017-06-18 22:00:16 UTC (rev 44634)
@@ -16,7 +16,7 @@
 %% https://github.com/latex3/graphics-def/issues
 %%
 \ProvidesFile{xetex.def}
-  [2017/06/14 v5.0d Graphics/color driver for xetex]
+  [2017/06/16 v5.0e Graphics/color driver for xetex]
 \def\c at lor@arg#1{%
   \dimen@#1\p@
   \ifdim\dimen@<\z@\dimen@\maxdimen\fi
@@ -83,7 +83,6 @@
 \def\define at color@named#1#2{%
   \expandafter\let\csname col@#1\endcsname\@nnil}
       \def\no at page@color{\special{background \string"newpath clip}}
-\def\G at pdf@ext{.pdf}
 \@ifundefined{Gin at page}
   {\let\Gin at page\@empty}
   {}



More information about the tex-live-commits mailing list