diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-29 23:47:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-29 23:47:19 +0000 |
commit | 809400c9949b9ffcc4ea61f33931735b39db7ac5 (patch) | |
tree | 6ec23f8a95d268c2ca757243ede1d6801e647a6d /Master/texmf-dist/tex/xelatex/xetex-def | |
parent | f1f7280f24a1c09df942f323d1008d631368690b (diff) |
* dvipdfmx.cfg (D): use -dEPSCrop instead of -dPAPERSIZE=a0.
* xetex.def,
* dvipdfmx.def (\Ginclude@eps): include hoffset= and voffset= parameters
in the \special{PSfile=..., so that eps files that are not zero-origin
(e.g., from Asymptote) are handled properly.
From Bruno Voisin <bvoisin@me.com>, mactex mail 4 Mar 2013 12:34:50
(and related).
git-svn-id: svn://tug.org/texlive/trunk@30175 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/xetex-def')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/xetex-def/xetex.def | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/xelatex/xetex-def/xetex.def b/Master/texmf-dist/tex/xelatex/xetex-def/xetex.def index b8edaefbc95..4d219f02f03 100644 --- a/Master/texmf-dist/tex/xelatex/xetex-def/xetex.def +++ b/Master/texmf-dist/tex/xelatex/xetex-def/xetex.def @@ -3,7 +3,7 @@ %% based upon other drivers for LaTeX color and graphics support. %% %% Copyright 2004-2007, 2009, 2013 Ross Moore <ross@maths.mq.edu.au> -%% modified by Jonathan Kew <jonathan_kew@sil.org> +%% modified by Jonathan Kew et al. %% %% This file is *not yet* part of the Standard LaTeX `Graphics Bundle'. %% It may be distributed under the terms of the LaTeX Project Public @@ -13,6 +13,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Version History %% +%% 2013/04/29 [KB] Version v0.96 handle non-origin ll corner. +%% (code provided by Bruno Voisin) +%% %% 2013/02/04 [RRM] Version v0.95 added clipping support. %% (code provided by Joseph Wright and Martin Scharrer) %% @@ -66,7 +69,7 @@ %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesFile{xetex.def} - [2013/02/04 v0.95 LaTeX color/graphics driver for XeTeX (RRM/JK)] + [2013/04/29 v0.96 LaTeX color/graphics driver for XeTeX (RRM/JK)] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % make sure we can use " with correct catcode @@ -474,6 +477,8 @@ 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}% |