diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-13 21:01:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-13 21:01:34 +0000 |
commit | 68a26c2fe168f2e34d62a07bc42d2a16a06ff329 (patch) | |
tree | 1a0d72b5c1dd6d5d024512f7eaad45d9474106be /Master/texmf-dist/tex/latex/graphics-def | |
parent | ab4c870dff9724b8ea31669dc8216c2f3c34a557 (diff) |
graphics-def (13jun17)
git-svn-id: svn://tug.org/texlive/trunk@44589 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/graphics-def')
-rw-r--r-- | Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/graphics-def/luatex.def | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/graphics-def/pdftex.def | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def b/Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def index a01c63be14b..7f8fa3709b4 100644 --- a/Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def +++ b/Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def @@ -16,7 +16,7 @@ %% https://github.com/latex3/graphics-def/issues %% \ProvidesFile{dvipdfmx.def} - [2017/06/01 v5.0a Graphics/color driver for dvipdfmx] + [2017/06/12 v5.0b Graphics/color driver for dvipdfmx] \def\c@lor@arg#1{% \dimen@#1\p@ \ifdim\dimen@<\z@\dimen@\maxdimen\fi @@ -79,7 +79,7 @@ {\let\Gin@page\@empty} {} \@ifundefined{Gin@pagebox} - {\def\Gin@page{cropbox}} + {\def\Gin@pagebox{cropbox}} {} \@ifundefined{Gin@interpolate} {\csname newif\endcsname\ifGin@interpolate} @@ -123,7 +123,7 @@ \def\Ginclude@bmp#1{% \let\Gin@page\@empty \let\Gin@pagebox\@empty - \Ginclude@dvipdfmx{#1{image}}% + \Ginclude@dvipdfmx{#1}{image}% } \def\Ginclude@dvipdfmx#1#2{% \Gin@log{<#1>}% diff --git a/Master/texmf-dist/tex/latex/graphics-def/luatex.def b/Master/texmf-dist/tex/latex/graphics-def/luatex.def index 9b87fbc96f5..50841a16c22 100644 --- a/Master/texmf-dist/tex/latex/graphics-def/luatex.def +++ b/Master/texmf-dist/tex/latex/graphics-def/luatex.def @@ -18,7 +18,7 @@ %% https://github.com/latex3/graphics-def/issues %% \ProvidesFile{luatex.def} - [2017/06/01 v1.0a Graphics/color driver for luatex] + [2017/06/12 v1.0b Graphics/color driver for luatex] \def\c@lor@arg#1{% \dimen@#1\p@ \ifdim\dimen@<\z@\dimen@\maxdimen\fi @@ -148,7 +148,7 @@ {\let\Gin@page\@empty} {} \@ifundefined{Gin@pagebox} - {\def\Gin@page{cropbox}} + {\def\Gin@pagebox{cropbox}} {} \@ifundefined{Gin@interpolate} {\csname newif\endcsname\ifGin@interpolate} diff --git a/Master/texmf-dist/tex/latex/graphics-def/pdftex.def b/Master/texmf-dist/tex/latex/graphics-def/pdftex.def index fcfafd06c3d..bdb0dece8cd 100644 --- a/Master/texmf-dist/tex/latex/graphics-def/pdftex.def +++ b/Master/texmf-dist/tex/latex/graphics-def/pdftex.def @@ -18,7 +18,7 @@ %% https://github.com/latex3/graphics-def/issues %% \ProvidesFile{pdftex.def} - [2017/06/01 v1.0a Graphics/color driver for pdftex] + [2017/06/12 v1.0b Graphics/color driver for pdftex] \def\c@lor@arg#1{% \dimen@#1\p@ \ifdim\dimen@<\z@\dimen@\maxdimen\fi @@ -166,7 +166,7 @@ E \else {\let\Gin@page\@empty} {} \@ifundefined{Gin@pagebox} - {\def\Gin@page{cropbox}} + {\def\Gin@pagebox{cropbox}} {} \@ifundefined{Gin@interpolate} {\csname newif\endcsname\ifGin@interpolate} |