diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-27 21:37:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-27 21:37:46 +0000 |
commit | 4e25e5667b0acb5cafeb8b32434a8b74c282e1c8 (patch) | |
tree | fe77586a8b549649b39394818e609e3bb6b7dc4a /Master/texmf-dist/tex/latex/dvipdfmx-def | |
parent | ff0c003db6cb92f3787d649b2fb54ee201ddf505 (diff) |
* xetex.def,
* dvipdfmx.def (\Ginclude@eps): translation, scaling, etc. are
non-commutative. Report and fixes from Akira Kakuto and Bruno Voisin,
http://tug.org/pipermail/tex-live/2013-May/033670.html and
http://tug.org/pipermail/tex-live/2013-May/033674.html.
git-svn-id: svn://tug.org/texlive/trunk@30729 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dvipdfmx-def')
-rw-r--r-- | Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def b/Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def index dc7955d0d8c..097ccdf9242 100644 --- a/Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def +++ b/Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def @@ -18,7 +18,7 @@ %% Either version 1.0 or, at your option, any later version. %% \ProvidesFile{dvipdfmx.def} - [2013/04/29 v3.1 LaTeX graphics driver for dvipdfmx (TeX Live/ChoF)] + [2013/05/27 v3.2 LaTeX graphics driver for dvipdfmx (TeX Live/ChoF)] \def\c@lor@arg#1{% \dimen@#1\p@ \ifdim\dimen@<\z@\dimen@\maxdimen\fi @@ -187,18 +187,20 @@ \message{<#1>}% \bgroup \def\@tempa{!}% + \dimen@\Gin@urx\p@ + \advance\dimen@ -\Gin@llx\p@ + \Gin@defaultbp\Gin@urx\dimen@ + \dimen@\Gin@ury\p@ + \advance\dimen@ -\Gin@lly\p@ + \Gin@defaultbp\Gin@ury\dimen@ \dimen@\Gin@req@width \dimen@ii.1bp% \divide\dimen@\dimen@ii \@tempdima\Gin@req@height \divide\@tempdima\dimen@ii \special{PSfile="#1"\space - llx=\Gin@llx\space - lly=\Gin@lly\space urx=\Gin@urx\space ury=\Gin@ury\space - hoffset=\Gin@llx\space - voffset=\Gin@lly\space \ifx\Gin@scalex\@tempa\else rwi=\number\dimen@\space\fi \ifx\Gin@scaley\@tempa\else rhi=\number\@tempdima\space\fi \ifGin@clip clip\fi}% |