[latex3-commits] [l3svn] branch master updated: Get \pdfximage attr syntax right

noreply at latex-project.org noreply at latex-project.org
Thu May 18 15:15:11 CEST 2017


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

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  a361abf   Get \pdfximage attr syntax right
a361abf is described below

commit a361abf3f05700396e401dba8c70871bff6167be
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu May 18 14:14:38 2017 +0100

    Get \pdfximage attr syntax right
    
    It's not really described in the manual!
---
 l3kernel/l3drivers.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index 141c1be..8fcac9f 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -756,7 +756,7 @@
   {
     \tex_immediate:D \pdftex_pdfximage:D
       \bool_if:NT \l__image_interpolate_bool
-        { attr~/Interpolate~true }
+        { attr ~ { /Interpolate~true } }
       \int_compare:nNnT \l__image_page_int > 0
         { page ~ \int_use:N \l__image_page_int }
       \tl_if_empty:NF \l__image_pagebox_tl

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


More information about the latex3-commits mailing list