[latex3-commits] [git/LaTeX3-latex3-latex3] master: Some corrections for running extractbb (131f990)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed May 8 09:39:00 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/131f99060e338d3fa3dac20e6f263688d10d71c5
>---------------------------------------------------------------
commit 131f99060e338d3fa3dac20e6f263688d10d71c5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed May 8 08:39:00 2019 +0100
Some corrections for running extractbb
Probably this will be revised again ...
>---------------------------------------------------------------
131f99060e338d3fa3dac20e6f263688d10d71c5
l3experimental/l3image/l3image.dtx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/l3experimental/l3image/l3image.dtx b/l3experimental/l3image/l3image.dtx
index 18f027a..80a12e9 100644
--- a/l3experimental/l3image/l3image.dtx
+++ b/l3experimental/l3image/l3image.dtx
@@ -331,7 +331,7 @@
\cs_new_protected:Npn \@@_extract_bb_auxiv:nnn #1#2#3
{
\@@_read_bb_auxi:nnnn {#1} {#2}
- { \tex_openin:D \l_@@_tmp_ior = "|extractbb~#3-O~#1" }
+ { \tex_immediate:D \tex_openin:D \l_@@_tmp_ior = "|extractbb~#3-O~#1" ~ }
{ pipe-failed }
}
\cs_new_protected:Npn \image_read_bb:n #1
@@ -358,7 +358,6 @@
}
\cs_new_protected:Npx \@@_read_bb_auxii:nnnn #1#2#3#4
{
- #3
\exp_not:N \ior_if_eof:NTF \exp_not:N \l_@@_tmp_ior
{ \__kernel_msg_error:nnn { image } {#2} {#3} }
{
More information about the latex3-commits
mailing list