[latex3-commits] [git/LaTeX3-latex3-graphics-def] main: Avoid a non-portable PATH issue (68b3cf7)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Apr 13 12:07:01 CEST 2022


Repository : https://github.com/latex3/graphics-def
On branch  : main
Link       : https://github.com/latex3/graphics-def/commit/68b3cf70a69bea1c2e6eafad5ce47b8fce3d2e8e

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

commit 68b3cf70a69bea1c2e6eafad5ce47b8fce3d2e8e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Apr 13 11:05:42 2022 +0100

    Avoid a non-portable PATH issue
    
    ... line length .. sigh


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

68b3cf70a69bea1c2e6eafad5ce47b8fce3d2e8e
 testfiles/luatex001.luatex.tlg        |   3 +--
 testfiles/pdftex001.tlg               |   2 +-
 testfiles/support/example-image-a.pdf | Bin 0 -> 12160 bytes
 testfiles/xetex001.xetex.tlg          |   4 ++--
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/testfiles/luatex001.luatex.tlg b/testfiles/luatex001.luatex.tlg
index f7e41c5..4946ce6 100644
--- a/testfiles/luatex001.luatex.tlg
+++ b/testfiles/luatex001.luatex.tlg
@@ -115,8 +115,7 @@ Completed box being shipped out [1]
 ....\TU/lmr/m/n/10 1
 ....\glue 0.0 plus 1.0fil
 .\kern0.0
-<../example-image-a.pdf></usr/loca
-l/texlive/2022/texmf-dist/tex/latex/mwe/example-image-a.pdf><./az2.pdf>
+<./example-image-a.pdf><./example-image-a.pdf><./az2.pdf>
 Package luatex.def Info: Option `bb' equivalent to `viewport' with the luatex driver on input line ....
 <clip-1-2.jpg, id=23, 146.34676pt x 128.8815pt>
 File: clip-1-2.jpg Graphic file (type jpg)
diff --git a/testfiles/pdftex001.tlg b/testfiles/pdftex001.tlg
index 65a8ba6..3f217e1 100644
--- a/testfiles/pdftex001.tlg
+++ b/testfiles/pdftex001.tlg
@@ -100,7 +100,7 @@ Completed box being shipped out [1]
 ....\OT1/cmr/m/n/10 1
 ....\glue 0.0 plus 1.0fil
 .\kern 0.0
- <../example-image-a.pdf> <../example-image-a.pdf> <./az2.pdf>
+ <./example-image-a.pdf> <./example-image-a.pdf> <./az2.pdf>
 Package pdftex.def Info: Option `bb' equivalent to `viewport' with the pdftex driver on input line ....
 <clip-1-2.jpg, id=20, 146.34676pt x 128.8815pt>
 File: clip-1-2.jpg Graphic file (type jpg)
diff --git a/testfiles/support/example-image-a.pdf b/testfiles/support/example-image-a.pdf
new file mode 100644
index 0000000..6d7ecb8
Binary files /dev/null and b/testfiles/support/example-image-a.pdf differ
diff --git a/testfiles/xetex001.xetex.tlg b/testfiles/xetex001.xetex.tlg
index e184404..bd62e41 100644
--- a/testfiles/xetex001.xetex.tlg
+++ b/testfiles/xetex001.xetex.tlg
@@ -33,7 +33,7 @@ Completed box being shipped out [1]
 ........\special{x:scale 1 1}
 ........\hbox(240.9+0.0)x0.0, glue set - 321.20001fil
 .........\hbox(240.9+0.0)x321.20001
-..........\XeTeXpdffile "../example-image-a.pdf"
+..........\XeTeXpdffile "./example-image-a.pdf"
 .........\glue 0.0 plus 1.0fil minus 1.0fil
 ........\special{pdf:etrans}
 ........\special{pdfcolorstack 1 current}
@@ -55,7 +55,7 @@ Completed box being shipped out [1]
 ........\special{x:scale 1 1}
 ........\hbox(240.9+0.0)x0.0, glue set - 321.20001fil
 .........\hbox(240.9+0.0)x321.20001
-..........\XeTeXpdffile "../example-image-a.pdf"
+..........\XeTeXpdffile "./example-image-a.pdf"
 .........\glue 0.0 plus 1.0fil minus 1.0fil
 ........\special{pdf:etrans}
 ........\special{pdfcolorstack 1 current}





More information about the latex3-commits mailing list.