texlive[46192] Master/texmf-dist: graphics-def (2jan18)

commits+karl at tug.org commits+karl at tug.org
Wed Jan 3 00:18:57 CET 2018


Revision: 46192
          http://tug.org/svn/texlive?view=revision&revision=46192
Author:   karl
Date:     2018-01-03 00:18:54 +0100 (Wed, 03 Jan 2018)
Log Message:
-----------
graphics-def (2jan18)

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	2018-01-02 01:22:47 UTC (rev 46191)
+++ trunk/Master/texmf-dist/doc/latex/graphics-def/README.md	2018-01-02 23:18:54 UTC (rev 46192)
@@ -1,7 +1,7 @@
 LaTeX support for color and graphics
 ====================================
 
-Release 2017-12-07
+Release 2018-01-01
 
 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	2018-01-02 01:22:47 UTC (rev 46191)
+++ trunk/Master/texmf-dist/tex/latex/graphics-def/luatex.def	2018-01-02 23:18:54 UTC (rev 46192)
@@ -1,7 +1,7 @@
 %% luatex.def Copyright (C) 2000-2015 David Carlisle, Sebastian Rahtz,
 %%                                    Hans Hagen, Heiko Oberdiek and
 %%                                    Martin Schr\"oder
-%%            Copyright (C) 2016-2017 LaTeX3 project and Heiko Oberdiek 
+%%            Copyright (C) 2016-2018 LaTeX3 project and Heiko Oberdiek
 %%
 %% This work may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either version 1.3c
@@ -18,7 +18,7 @@
 %% https://github.com/latex3/graphics-def/issues
 %%
 \ProvidesFile{luatex.def}
-  [2017/12/07 v1.0i Graphics/color driver for luatex]
+  [2018/01/01 v1.0k Graphics/color driver for luatex]
 \def\GPT at space{ }
 \def\c at lor@arg#1{%
   \dimen@#1\p@
@@ -125,6 +125,21 @@
 \def\no at page@color{%
   \global\GPT at pagecolorfalse
 }
+\def\KV at Gin@bbllx{%
+  \PackageError{pdftex.def}{%
+    Options `bblly', `bblly', `bburx' and `bbury'\MessageBreak
+    are not supported by luatex driver:\MessageBreak
+    use `viewport' instead%
+  }\@ehc
+}
+\let\KV at Gin@bblly\KV at Gin@bbllx
+\let\KV at Gin@bburx\KV at Gin@bbllx
+\let\KV at Gin@bbury\KV at Gin@bbllx
+\def\KV at Gin@bb{%
+  \PackageInfo{luatex.def}
+    {Option `bb' equivalent to `viewport` for pdftex driver}%
+  \KV at Gin@viewport
+}
 \def\Gread at pdftex#1{%
 % Use low level test here not \IfFileExists to match \Gread at pdftex in
 % pdftex.def  and \Gread at eps test in graphics.
@@ -514,8 +529,9 @@
     \edef\@tempa{%
       \catcode`\noexpand\<\the\catcode`\<\relax
       \catcode`\noexpand\>\the\catcode`\>\relax
+      \catcode`\noexpand\=\the\catcode`\=\relax
       }%
-    \@makeother\<\@makeother\<%
+    \@makeother\<\@makeother\>\@makeother\=%
     % supp-pdf.mkii tests against \undefined:
     % just in case someone has defined it ...
     \let\GPT at orig@undefined\undefined

Modified: trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def	2018-01-02 01:22:47 UTC (rev 46191)
+++ trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def	2018-01-02 23:18:54 UTC (rev 46192)
@@ -1,7 +1,7 @@
 %% pdftex.def Copyright (C) 2000-2015 David Carlisle, Sebastian Rahtz,
 %%                                    Hans Hagen, Heiko Oberdiek and
 %%                                    Martin Schr\"oder
-%%            Copyright (C) 2016-2017 LaTeX3 project and Heiko Oberdiek 
+%%            Copyright (C) 2016-2018 LaTeX3 project and Heiko Oberdiek
 %%
 %% This work may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either version 1.3c
@@ -18,7 +18,7 @@
 %% https://github.com/latex3/graphics-def/issues
 %%
 \ProvidesFile{pdftex.def}
-  [2017/12/07 v1.0i Graphics/color driver for pdftex]
+  [2018/01/01 v1.0k Graphics/color driver for pdftex]
 \def\GPT at space{ }
 \def\c at lor@arg#1{%
   \dimen@#1\p@
@@ -139,6 +139,21 @@
 \def\no at page@color{%
   \global\GPT at pagecolorfalse
 }
+\def\KV at Gin@bbllx{%
+  \PackageError{pdftex.def}{%
+    Options `bblly', `bblly', `bburx' and `bbury'\MessageBreak
+    are not supported by pdftex driver:\MessageBreak
+    use `viewport' instead%
+  }\@ehc
+}
+\let\KV at Gin@bblly\KV at Gin@bbllx
+\let\KV at Gin@bburx\KV at Gin@bbllx
+\let\KV at Gin@bbury\KV at Gin@bbllx
+\def\KV at Gin@bb{%
+  \PackageInfo{pdftex.def}
+    {Option `bb' equivalent to `viewport` with pdftex driver}%
+  \KV at Gin@viewport
+}
 \def\Gread at pdftex#1{%
   \expandafter\ifx\expandafter\relax\pdffilesize{#1}\relax
     \expandafter\@secondoftwo
@@ -524,8 +539,9 @@
     \edef\@tempa{%
       \catcode`\noexpand\<\the\catcode`\<\relax
       \catcode`\noexpand\>\the\catcode`\>\relax
+      \catcode`\noexpand\=\the\catcode`\=\relax
       }%
-    \@makeother\<\@makeother\<%
+    \@makeother\<\@makeother\>\@makeother\=%
     % supp-pdf.mkii tests against \undefined:
     % just in case someone has defined it ...
     \let\GPT at orig@undefined\undefined



More information about the tex-live-commits mailing list