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/xelatex | |
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/xelatex')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/xetex-def/xetex.def | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/xelatex/xetex-def/xetex.def b/Master/texmf-dist/tex/xelatex/xetex-def/xetex.def index 4d219f02f03..94bdada3cdf 100644 --- a/Master/texmf-dist/tex/xelatex/xetex-def/xetex.def +++ b/Master/texmf-dist/tex/xelatex/xetex-def/xetex.def @@ -13,6 +13,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Version History %% +%% 2013/05/27 [KB] Version v0.97 non-commutative operations. +%% (code provided by Bruno Voisin) +%% %% 2013/04/29 [KB] Version v0.96 handle non-origin ll corner. %% (code provided by Bruno Voisin) %% @@ -467,18 +470,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}% |