[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct PDF loading in XeTeX (c91167d)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue May 7 22:54:19 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/c91167d787ee6e6d7dc03dd99923b57a51b8646a

>---------------------------------------------------------------

commit c91167d787ee6e6d7dc03dd99923b57a51b8646a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue May 7 21:27:58 2019 +0100

    Correct PDF loading in XeTeX


>---------------------------------------------------------------

c91167d787ee6e6d7dc03dd99923b57a51b8646a
 l3kernel/l3drivers-image.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3drivers-image.dtx b/l3kernel/l3drivers-image.dtx
index fc7c7cc..66eb958 100644
--- a/l3kernel/l3drivers-image.dtx
+++ b/l3kernel/l3drivers-image.dtx
@@ -457,8 +457,8 @@
   {
     \tex_XeTeXpdffile:D "#1" ~
       \int_compare:nNnT \l_image_page_int > 0
-        { page~ \int_use:N \l_image_page_int }
-      \@@_image_getbb_auxiv:VnNnn \l_image_pagebox_tl
+        { page ~ \int_use:N \l_image_page_int \c_space_tl }
+        \exp_after:wN \@@_image_getbb_pagebox:w \l_image_pagebox_tl
   }
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list