[latex3-commits] [l3svn] 03/08: Cache pagebox 'first'

noreply at latex-project.org noreply at latex-project.org
Sun Jun 4 11:46:43 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit a4d85008b1524db94b84d64226ed675c12acd103
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Jun 3 17:52:49 2017 +0200

    Cache pagebox 'first'
    
    Work on the 2e drivers highlights that this information is going
    to be required for PDF images. As such, it makes sense to come before
    optional items such as page number.
---
 l3kernel/l3drivers.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index c6f82e8..efdd782 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -733,9 +733,9 @@
     \bool_set_false:N \l__image_interpolate_bool
     \tl_set:Nx \l_@@_image_attr_tl
       {
+        : \l__image_pagebox_tl
         \int_compare:nNnT \l__image_page_int > 0
           { :P \int_use:N \l__image_page_int }
-        : \l__image_pagebox_tl
       }
     \@@_image_getbb_auxi:n {#1}
   }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list