diff options
Diffstat (limited to 'Master/texmf-dist/tex/xelatex')
-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}% |