summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-29 23:47:19 +0000
committerKarl Berry <karl@freefriends.org>2013-04-29 23:47:19 +0000
commit809400c9949b9ffcc4ea61f33931735b39db7ac5 (patch)
tree6ec23f8a95d268c2ca757243ede1d6801e647a6d /Master/texmf-dist/tex
parentf1f7280f24a1c09df942f323d1008d631368690b (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')
-rw-r--r--Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def11
-rw-r--r--Master/texmf-dist/tex/xelatex/xetex-def/xetex.def9
2 files changed, 14 insertions, 6 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}%
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}%