texlive[46267] Master/texmf-dist: graphics-def (9jan18)
commits+karl at tug.org
commits+karl at tug.org
Tue Jan 9 23:36:09 CET 2018
Revision: 46267
http://tug.org/svn/texlive?view=revision&revision=46267
Author: karl
Date: 2018-01-09 23:36:08 +0100 (Tue, 09 Jan 2018)
Log Message:
-----------
graphics-def (9jan18)
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-09 22:35:55 UTC (rev 46266)
+++ trunk/Master/texmf-dist/doc/latex/graphics-def/README.md 2018-01-09 22:36:08 UTC (rev 46267)
@@ -1,7 +1,7 @@
LaTeX support for color and graphics
====================================
-Release 2018-01-01
+Release 2018-01-08
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-09 22:35:55 UTC (rev 46266)
+++ trunk/Master/texmf-dist/tex/latex/graphics-def/luatex.def 2018-01-09 22:36:08 UTC (rev 46267)
@@ -18,7 +18,7 @@
%% https://github.com/latex3/graphics-def/issues
%%
\ProvidesFile{luatex.def}
- [2018/01/01 v1.0k Graphics/color driver for luatex]
+ [2018/01/08 v1.0l Graphics/color driver for luatex]
\def\GPT at space{ }
\def\c at lor@arg#1{%
\dimen@#1\p@
@@ -125,21 +125,23 @@
\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
+\AtBeginDocument{%
+ \def\KV at Gin@bbllx{%
+ \PackageError{luatex.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 luatex driver}%
+ \KV at Gin@viewport
+ }%
}
-\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.
Modified: trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def 2018-01-09 22:35:55 UTC (rev 46266)
+++ trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def 2018-01-09 22:36:08 UTC (rev 46267)
@@ -18,7 +18,7 @@
%% https://github.com/latex3/graphics-def/issues
%%
\ProvidesFile{pdftex.def}
- [2018/01/01 v1.0k Graphics/color driver for pdftex]
+ [2018/01/08 v1.0l Graphics/color driver for pdftex]
\def\GPT at space{ }
\def\c at lor@arg#1{%
\dimen@#1\p@
@@ -139,21 +139,23 @@
\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
+\AtBeginDocument{%
+ \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
+ }%
}
-\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
More information about the tex-live-commits
mailing list