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/latex/dvipdfmx-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/latex/dvipdfmx-def')
-rw-r--r-- | Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def b/Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def index 742f83042ba..dc7955d0d8c 100644 --- a/Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def +++ b/Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def @@ -1,7 +1,7 @@ %% This is file `dvipdfmx.def' for DVIPDFMx by J.-H. Cho and S. Hirata %% which is written based on `dvipdf.def' in the LaTeX `Graphics Bundle'. %% -%% This is file `dvipdf.def', +%% This was file `dvipdf.def', %% generated with the docstrip utility. %% %% The original source files were: @@ -10,14 +10,15 @@ %% %% drivers.dtx Copyright (C) 1994 David Carlisle Sebastian Rahtz %% Copyright (C) 1995 1996 1997 1998 1999 David Carlisle +%% Copyright (C) 2005-2013 Jin-Hwan Cho, Shunsaku Hirata %% -%% This file is part of the Standard LaTeX `Graphics Bundle'. -%% It may be distributed under the terms of the LaTeX Project Public +%% This file is not part of the Standard LaTeX `Graphics Bundle' but still +%% may be distributed under the terms of the LaTeX Project Public %% License, as described in lppl.txt in the base LaTeX distribution. %% Either version 1.0 or, at your option, any later version. %% \ProvidesFile{dvipdfmx.def} - [1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)] + [2013/04/29 v3.1 LaTeX graphics driver for dvipdfmx (TeX Live/ChoF)] \def\c@lor@arg#1{% \dimen@#1\p@ \ifdim\dimen@<\z@\dimen@\maxdimen\fi @@ -196,6 +197,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}% |