[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: adapt tests for texlive 2023 (f5db8cb)

Ulrike Fischer fischer at troubleshooting-tex.de
Mon Feb 27 18:42:50 CET 2023


Repository : https://github.com/latex3/pdfresources
On branch  : develop
Link       : https://github.com/latex3/pdfresources/commit/f5db8cb4bcb93355e5d7f829549bc938027c47d5

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

commit f5db8cb4bcb93355e5d7f829549bc938027c47d5
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Feb 27 18:42:50 2023 +0100

    adapt tests for texlive 2023


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

f5db8cb4bcb93355e5d7f829549bc938027c47d5
 build.lua                                          |  16 ++
 config-dvips.lua                                   |   2 +-
 config-luatex.lua => config-luatex-22.lua          |   2 +-
 config-luatex.lua => config-luatex-23.lua          |   2 +-
 config-pdftex.lua => config-pdftex-22.lua          |   2 +-
 config-pdftex.lua => config-pdftex-23.lua          |   2 +-
 {testfiles => testfiles-luatex-22}/stop-link.pvt   |   0
 .../stop-link.tpf                                  |   0
 {testfiles => testfiles-luatex-23}/stop-link.pvt   |   0
 .../stop-link.tpf                                  |   2 +-
 .../calculate-textfield.pvt                        |   0
 .../calculate-textfield.tpf                        |   0
 {testfiles => testfiles-luatex}/catalogAF.pvt      |   0
 .../catalogAF.tpf                                  |   0
 {testfiles => testfiles-luatex}/linkhook.pvt       |   0
 .../linkhook.tpf                                   |   0
 .../calculate-textfield.pvt                        |   0
 .../calculate-textfield.tpf                        |   0
 {testfiles => testfiles-pdftex-22}/catalogAF.pvt   |   0
 {testfiles => testfiles-pdftex-22}/catalogAF.tpf   |   0
 {testfiles => testfiles-pdftex-22}/linkhook.pvt    |   0
 {testfiles => testfiles-pdftex-22}/linkhook.tpf    |   0
 .../structure-destination.pvt                      |   0
 .../structure-destination.tpf                      |   0
 .../calculate-textfield.pvt                        |   0
 .../calculate-textfield.tpf                        |  66 ++++----
 {testfiles => testfiles-pdftex-23}/catalogAF.pvt   |   0
 {testfiles => testfiles-pdftex-23}/catalogAF.tpf   |  23 ++-
 {testfiles => testfiles-pdftex-23}/linkhook.pvt    |   0
 {testfiles => testfiles-pdftex-23}/linkhook.tpf    |  43 +++--
 .../structure-destination.pvt                      |   0
 .../structure-destination.tpf                      | 184 ++++++++-------------
 {testfiles => testfiles-pdftex}/stop-link.pvt      |   0
 {testfiles => testfiles-pdftex}/stop-link.tpf      |   0
 .../calculate-textfield.pvt                        |   0
 .../calculate-textfield.tpf                        |   0
 {testfiles => testfiles-xetex}/catalogAF.pvt       |   0
 .../catalogAF.tpf                                  |   0
 {testfiles => testfiles-xetex}/linkhook.pvt        |   0
 .../linkhook.tpf                                   |   0
 {testfiles => testfiles-xetex}/stop-link.pvt       |   0
 .../stop-link.tpf                                  |   0
 42 files changed, 151 insertions(+), 193 deletions(-)

diff --git a/build.lua b/build.lua
index 366a757..9f73eb5 100644
--- a/build.lua
+++ b/build.lua
@@ -65,14 +65,30 @@ checkruns = 4
 -- packtdszip = true
 checkengines = {"pdftex","luatex","xetex"}
 
+-- with tl2023 we exclue dvips tests for now
+--
 
+if istl2023 then
 checkconfigs = {"build", -- luatex, pdftex, xetex
                 "config-noxetex", --pdftex + luatex (std)
                 "config-luatex",  -- luatex
                 "config-dvips",   -- latex + dvips
                 "config-pdftex",  -- pdftex
+                "config-pdftex-23",  -- pdftex, texlive 2023
+                "config-luatex-23",  -- luatex, texlive 2023
                 "config-xetex"    -- xetex
                 }
+else
+checkconfigs = {"build", -- luatex, pdftex, xetex
+                "config-noxetex", --pdftex + luatex (std)
+                "config-luatex",  -- luatex
+                "config-dvips",   -- latex + dvips
+                "config-pdftex",  -- pdftex
+                "config-pdftex-22",  -- pdftex
+                "config-luatex-22",  -- luatex
+                "config-xetex"    -- xetex
+                }
+end
 
 -- tagging
 tagfiles = {
diff --git a/config-dvips.lua b/config-dvips.lua
index f063d95..42675dd 100644
--- a/config-dvips.lua
+++ b/config-dvips.lua
@@ -4,4 +4,4 @@ checkengines = {"latexdvips"}
 
 stdengine     = "latexdvips"
 -- ps2pdfopt = " -sDocumentUUID=DocumentUUID -sInstanceUUID=InstanceUUID -dCompressStreams=false -dCompressPages=false -dNOSAFER "
-ps2pdfopt = " -dNOSAFER "
+ps2pdfopts = " -dNOSAFER "
diff --git a/config-luatex.lua b/config-luatex-22.lua
similarity index 72%
copy from config-luatex.lua
copy to config-luatex-22.lua
index 1f9a25b..6900cf0 100644
--- a/config-luatex.lua
+++ b/config-luatex-22.lua
@@ -1,4 +1,4 @@
-testfiledir  = "testfiles-luatex"
+testfiledir  = "testfiles-luatex-22"
 -- resultdir   =  builddir .. "/result/luatex"
 checkengines = {"luatex"}
 stdengine     = "luatex"
diff --git a/config-luatex.lua b/config-luatex-23.lua
similarity index 72%
copy from config-luatex.lua
copy to config-luatex-23.lua
index 1f9a25b..01be0be 100644
--- a/config-luatex.lua
+++ b/config-luatex-23.lua
@@ -1,4 +1,4 @@
-testfiledir  = "testfiles-luatex"
+testfiledir  = "testfiles-luatex-23"
 -- resultdir   =  builddir .. "/result/luatex"
 checkengines = {"luatex"}
 stdengine     = "luatex"
diff --git a/config-pdftex.lua b/config-pdftex-22.lua
similarity index 74%
copy from config-pdftex.lua
copy to config-pdftex-22.lua
index cd8da96..fadc8c4 100644
--- a/config-pdftex.lua
+++ b/config-pdftex-22.lua
@@ -1,4 +1,4 @@
-testfiledir  = "testfiles-pdftex"
+testfiledir  = "testfiles-pdftex-22"
 -- resultdir   =  builddir .. "/result/pdftex"
 checkengines = {"pdftex"}
 stdengine     = "pdftex"
diff --git a/config-pdftex.lua b/config-pdftex-23.lua
similarity index 74%
copy from config-pdftex.lua
copy to config-pdftex-23.lua
index cd8da96..48b36de 100644
--- a/config-pdftex.lua
+++ b/config-pdftex-23.lua
@@ -1,4 +1,4 @@
-testfiledir  = "testfiles-pdftex"
+testfiledir  = "testfiles-pdftex-23"
 -- resultdir   =  builddir .. "/result/pdftex"
 checkengines = {"pdftex"}
 stdengine     = "pdftex"
diff --git a/testfiles/stop-link.pvt b/testfiles-luatex-22/stop-link.pvt
similarity index 100%
copy from testfiles/stop-link.pvt
copy to testfiles-luatex-22/stop-link.pvt
diff --git a/testfiles/stop-link.luatex.tpf b/testfiles-luatex-22/stop-link.tpf
similarity index 100%
copy from testfiles/stop-link.luatex.tpf
copy to testfiles-luatex-22/stop-link.tpf
diff --git a/testfiles/stop-link.pvt b/testfiles-luatex-23/stop-link.pvt
similarity index 100%
copy from testfiles/stop-link.pvt
copy to testfiles-luatex-23/stop-link.pvt
diff --git a/testfiles/stop-link.luatex.tpf b/testfiles-luatex-23/stop-link.tpf
similarity index 99%
copy from testfiles/stop-link.luatex.tpf
copy to testfiles-luatex-23/stop-link.tpf
index 25a9735..2ba4017 100644
--- a/testfiles/stop-link.luatex.tpf
+++ b/testfiles-luatex-23/stop-link.tpf
@@ -315,7 +315,7 @@ endobj
  >>
 endobj
 24 0 obj
-<< /Type /Annot /Subtype /Link /Border [0 0 1] /H /I /C [0.724708 0.4 0.717646] /A <</Type /Action /S /URI /URI (https://www.latex-project.org) >>  /Rect [ 132.772 654.187 345.763 665.146 ]
+<< /Type /Annot /Subtype /Link /Border [0 0 1] /H /I /C [0.724708 0.4 0.717646] /A <</Type /Action /S /URI /URI (https://www.latex-project.org) >>  /Rect [ 133.768 655.183 344.767 664.149 ]
  >>
 endobj
 23 0 obj
diff --git a/testfiles/calculate-textfield.pvt b/testfiles-luatex/calculate-textfield.pvt
similarity index 100%
copy from testfiles/calculate-textfield.pvt
copy to testfiles-luatex/calculate-textfield.pvt
diff --git a/testfiles/calculate-textfield.luatex.tpf b/testfiles-luatex/calculate-textfield.tpf
similarity index 100%
rename from testfiles/calculate-textfield.luatex.tpf
rename to testfiles-luatex/calculate-textfield.tpf
diff --git a/testfiles/catalogAF.pvt b/testfiles-luatex/catalogAF.pvt
similarity index 100%
copy from testfiles/catalogAF.pvt
copy to testfiles-luatex/catalogAF.pvt
diff --git a/testfiles/catalogAF.luatex.tpf b/testfiles-luatex/catalogAF.tpf
similarity index 100%
rename from testfiles/catalogAF.luatex.tpf
rename to testfiles-luatex/catalogAF.tpf
diff --git a/testfiles/linkhook.pvt b/testfiles-luatex/linkhook.pvt
similarity index 100%
copy from testfiles/linkhook.pvt
copy to testfiles-luatex/linkhook.pvt
diff --git a/testfiles/linkhook.luatex.tpf b/testfiles-luatex/linkhook.tpf
similarity index 100%
rename from testfiles/linkhook.luatex.tpf
rename to testfiles-luatex/linkhook.tpf
diff --git a/testfiles/calculate-textfield.pvt b/testfiles-pdftex-22/calculate-textfield.pvt
similarity index 100%
copy from testfiles/calculate-textfield.pvt
copy to testfiles-pdftex-22/calculate-textfield.pvt
diff --git a/testfiles/calculate-textfield.tpf b/testfiles-pdftex-22/calculate-textfield.tpf
similarity index 100%
copy from testfiles/calculate-textfield.tpf
copy to testfiles-pdftex-22/calculate-textfield.tpf
diff --git a/testfiles/catalogAF.pvt b/testfiles-pdftex-22/catalogAF.pvt
similarity index 100%
copy from testfiles/catalogAF.pvt
copy to testfiles-pdftex-22/catalogAF.pvt
diff --git a/testfiles/catalogAF.tpf b/testfiles-pdftex-22/catalogAF.tpf
similarity index 100%
copy from testfiles/catalogAF.tpf
copy to testfiles-pdftex-22/catalogAF.tpf
diff --git a/testfiles/linkhook.pvt b/testfiles-pdftex-22/linkhook.pvt
similarity index 100%
copy from testfiles/linkhook.pvt
copy to testfiles-pdftex-22/linkhook.pvt
diff --git a/testfiles/linkhook.tpf b/testfiles-pdftex-22/linkhook.tpf
similarity index 100%
copy from testfiles/linkhook.tpf
copy to testfiles-pdftex-22/linkhook.tpf
diff --git a/testfiles-pdftex/structure-destination.pvt b/testfiles-pdftex-22/structure-destination.pvt
similarity index 100%
rename from testfiles-pdftex/structure-destination.pvt
rename to testfiles-pdftex-22/structure-destination.pvt
diff --git a/testfiles-pdftex/structure-destination.tpf b/testfiles-pdftex-22/structure-destination.tpf
similarity index 100%
copy from testfiles-pdftex/structure-destination.tpf
copy to testfiles-pdftex-22/structure-destination.tpf
diff --git a/testfiles/calculate-textfield.pvt b/testfiles-pdftex-23/calculate-textfield.pvt
similarity index 100%
copy from testfiles/calculate-textfield.pvt
copy to testfiles-pdftex-23/calculate-textfield.pvt
diff --git a/testfiles/calculate-textfield.tpf b/testfiles-pdftex-23/calculate-textfield.tpf
similarity index 95%
rename from testfiles/calculate-textfield.tpf
rename to testfiles-pdftex-23/calculate-textfield.tpf
index f956641..b220f8e 100644
--- a/testfiles/calculate-textfield.tpf
+++ b/testfiles-pdftex-23/calculate-textfield.tpf
@@ -29,7 +29,6 @@ endobj
 7 0 obj
 <<
 /ExtGState 1 0 R
-/ProcSet [ /PDF ]
 >>
 endobj
 10 0 obj
@@ -344,7 +343,6 @@ endobj
 <<
 /ExtGState 1 0 R 
 /Font << /F24 27 0 R >>
-/ProcSet [ /PDF /Text ]
 >>
 endobj
 1 0 obj
@@ -544,48 +542,48 @@ endobj
 xref
 0 38
 0000000002 65535 f 
-0000013046 00000 n 
+0000013004 00000 n 
 0000000003 00000 f 
 0000000004 00000 f 
 0000000000 00000 f 
 0000000015 00000 n 
 0000000159 00000 n 
 0000000361 00000 n 
-0000000470 00000 n 
-0000012171 00000 n 
-0000000417 00000 n 
-0000000575 00000 n 
-0000012589 00000 n 
-0000000607 00000 n 
-0000000772 00000 n 
-0000012197 00000 n 
-0000000718 00000 n 
-0000000879 00000 n 
-0000012712 00000 n 
-0000000911 00000 n 
-0000012224 00000 n 
-0000001007 00000 n 
-0000012834 00000 n 
-0000001039 00000 n 
-0000012958 00000 n 
-0000012441 00000 n 
-0000012251 00000 n 
-0000024310 00000 n 
-0000024467 00000 n 
-0000013093 00000 n 
-0000013133 00000 n 
-0000013166 00000 n 
-0000013215 00000 n 
-0000013327 00000 n 
-0000022302 00000 n 
-0000022527 00000 n 
-0000024526 00000 n 
-0000024623 00000 n 
+0000000452 00000 n 
+0000012153 00000 n 
+0000000399 00000 n 
+0000000557 00000 n 
+0000012571 00000 n 
+0000000589 00000 n 
+0000000754 00000 n 
+0000012179 00000 n 
+0000000700 00000 n 
+0000000861 00000 n 
+0000012694 00000 n 
+0000000893 00000 n 
+0000012206 00000 n 
+0000000989 00000 n 
+0000012816 00000 n 
+0000001021 00000 n 
+0000012940 00000 n 
+0000012423 00000 n 
+0000012233 00000 n 
+0000024268 00000 n 
+0000024425 00000 n 
+0000013051 00000 n 
+0000013091 00000 n 
+0000013124 00000 n 
+0000013173 00000 n 
+0000013285 00000 n 
+0000022260 00000 n 
+0000022485 00000 n 
+0000024484 00000 n 
+0000024581 00000 n 
 trailer
 << /Size 38
 /Root 36 0 R
 /Info 37 0 R
 /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >>
 startxref
-24767
+24725
 %%EOF
diff --git a/testfiles/catalogAF.pvt b/testfiles-pdftex-23/catalogAF.pvt
similarity index 100%
copy from testfiles/catalogAF.pvt
copy to testfiles-pdftex-23/catalogAF.pvt
diff --git a/testfiles/catalogAF.tpf b/testfiles-pdftex-23/catalogAF.tpf
similarity index 98%
rename from testfiles/catalogAF.tpf
rename to testfiles-pdftex-23/catalogAF.tpf
index 0b55cee..c7eb307 100644
--- a/testfiles/catalogAF.tpf
+++ b/testfiles-pdftex-23/catalogAF.tpf
@@ -255,7 +255,6 @@ endobj
 <<
 /ExtGState 1 0 R 
 /Font << /F24 11 0 R >>
-/ProcSet [ /PDF /Text ]
 >>
 endobj
 1 0 obj
@@ -449,7 +448,7 @@ endobj
 xref
 0 20
 0000000002 65535 f 
-0000011606 00000 n 
+0000011582 00000 n 
 0000000003 00000 f 
 0000000004 00000 f 
 0000000000 00000 f 
@@ -459,20 +458,20 @@ xref
 0000011519 00000 n 
 0000011406 00000 n 
 0000011242 00000 n 
-0000024945 00000 n 
-0000025103 00000 n 
-0000011653 00000 n 
-0000011685 00000 n 
-0000012092 00000 n 
-0000022931 00000 n 
-0000023162 00000 n 
-0000025161 00000 n 
-0000025251 00000 n 
+0000024921 00000 n 
+0000025079 00000 n 
+0000011629 00000 n 
+0000011661 00000 n 
+0000012068 00000 n 
+0000022907 00000 n 
+0000023138 00000 n 
+0000025137 00000 n 
+0000025227 00000 n 
 trailer
 << /Size 20
 /Root 18 0 R
 /Info 19 0 R
 /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >>
 startxref
-25395
+25371
 %%EOF
diff --git a/testfiles/linkhook.pvt b/testfiles-pdftex-23/linkhook.pvt
similarity index 100%
copy from testfiles/linkhook.pvt
copy to testfiles-pdftex-23/linkhook.pvt
diff --git a/testfiles/linkhook.tpf b/testfiles-pdftex-23/linkhook.tpf
similarity index 97%
rename from testfiles/linkhook.tpf
rename to testfiles-pdftex-23/linkhook.tpf
index 426be1f..619c8e9 100644
--- a/testfiles/linkhook.tpf
+++ b/testfiles-pdftex-23/linkhook.tpf
@@ -287,7 +287,6 @@ endobj
 <<
 /ExtGState 1 0 R 
 /Font << /F24 13 0 R /F34 15 0 R >>
-/ProcSet [ /PDF /Text ]
 >>
 endobj
 1 0 obj
@@ -674,7 +673,7 @@ endobj
 xref
 0 33
 0000000002 65535 f 
-0000012261 00000 n 
+0000012237 00000 n 
 0000000003 00000 f 
 0000000004 00000 f 
 0000000000 00000 f 
@@ -686,31 +685,31 @@ xref
 0000011149 00000 n 
 0000011986 00000 n 
 0000012044 00000 n 
-0000037530 00000 n 
+0000037506 00000 n 
 0000012103 00000 n 
-0000035588 00000 n 
-0000037688 00000 n 
-0000012308 00000 n 
-0000037820 00000 n 
-0000012354 00000 n 
-0000012416 00000 n 
-0000012818 00000 n 
-0000013207 00000 n 
-0000021750 00000 n 
-0000021985 00000 n 
-0000033561 00000 n 
-0000033800 00000 n 
-0000035747 00000 n 
-0000037746 00000 n 
-0000037881 00000 n 
-0000038000 00000 n 
-0000038036 00000 n 
-0000038225 00000 n 
+0000035564 00000 n 
+0000037664 00000 n 
+0000012284 00000 n 
+0000037796 00000 n 
+0000012330 00000 n 
+0000012392 00000 n 
+0000012794 00000 n 
+0000013183 00000 n 
+0000021726 00000 n 
+0000021961 00000 n 
+0000033537 00000 n 
+0000033776 00000 n 
+0000035723 00000 n 
+0000037722 00000 n 
+0000037857 00000 n 
+0000037976 00000 n 
+0000038012 00000 n 
+0000038201 00000 n 
 trailer
 << /Size 33
 /Root 31 0 R
 /Info 32 0 R
 /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >>
 startxref
-38446
+38422
 %%EOF
diff --git a/testfiles-luatex/structure-destination.pvt b/testfiles-pdftex-23/structure-destination.pvt
similarity index 100%
copy from testfiles-luatex/structure-destination.pvt
copy to testfiles-pdftex-23/structure-destination.pvt
diff --git a/testfiles-pdftex/structure-destination.tpf b/testfiles-pdftex-23/structure-destination.tpf
similarity index 90%
rename from testfiles-pdftex/structure-destination.tpf
rename to testfiles-pdftex-23/structure-destination.tpf
index 0a2e5b1..3f30108 100644
--- a/testfiles-pdftex/structure-destination.tpf
+++ b/testfiles-pdftex-23/structure-destination.tpf
@@ -245,7 +245,7 @@ endstream
 endobj
 37 0 obj
 <<
-/Length 454       
+/Length 459       
 >>
 stream
 /opacity1 gs
@@ -253,7 +253,7 @@ stream
 EMC
 /P /l3pdf1 BDC
 BT
-/F24 9.9626 Tf 148.712 707.125 Td [(some)]TJ/F34 1 Tf( )Tj/F24 9.9626 Tf 24.962 0 Td [(text)]TJ
+/F24 9.9626 Tf 148.712 707.125 Td [(some)]TJ/F34 9.9626 Tf( )Tj/F24 9.9626 Tf 24.962 0 Td [(text)]TJ
 ET
 EMC
 /H1 /l3pdf2 BDC
@@ -328,7 +328,6 @@ endobj
 <<
 /Properties <</l3pdf1 25 0 R /l3pdf2 27 0 R /l3pdf3 29 0 R /l3pdf4 31 0 R /l3pdf5 34 0 R >>/ExtGState 1 0 R 
 /Font << /F24 42 0 R /F34 43 0 R >>
-/ProcSet [ /PDF /Text ]
 >>
 endobj
 1 0 obj
@@ -400,7 +399,7 @@ endobj
 <<  /Type /StructTreeRoot /K 23 0 R /IDTree 49 0 R /ParentTree 6 0 R /Namespaces 7 0 R >>
 endobj
 50 0 obj
-[1]
+[334.2]
 endobj
 51 0 obj
 [500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8]
@@ -432,25 +431,25 @@ endobj
 endobj
 54 0 obj
 <<
-/Length1 839
-/Length2 980
+/Length1 1144
+/Length2 1422
 /Length3 0
-/Length 1819      
+/Length 2566      
 >>
 [BINARY STREAM]
 endobj
 55 0 obj
 <<
 /Type /FontDescriptor
-/FontName /FRJGEQ+DummySpace
+/FontName /MUQHVU+PdfTeX-Space
 /Flags 4
-/FontBBox [0 0 0 0]
+/FontBBox [0 -290 333 1127]
 /Ascent 0
 /CapHeight 0
 /Descent 0
 /ItalicAngle 0
 /StemV 0
-/XHeight 400
+/XHeight 500
 /CharSet (/space)
 /FontFile 54 0 R
 >>
@@ -591,14 +590,14 @@ endobj
 endobj
 57 0 obj
 <<
-/Length 1334      
+/Length 654       
 >>
 stream
 %!PS-Adobe-3.0 Resource-CMap
 %%DocumentNeededResources: ProcSet (CIDInit)
 %%IncludeResource: ProcSet (CIDInit)
-%%BeginResource: CMap (TeX-dummy-space-builtin-0)
-%%Title: (TeX-dummy-space-builtin-0 TeX dummy-space-builtin 0)
+%%BeginResource: CMap (TeX-pdftexspace-builtin-0)
+%%Title: (TeX-pdftexspace-builtin-0 TeX pdftexspace-builtin 0)
 %%Version: 1.000
 %%EndComments
 /CIDInit /ProcSet findresource begin
@@ -606,71 +605,18 @@ stream
 begincmap
 /CIDSystemInfo
 << /Registry (TeX)
-/Ordering (dummy-space-builtin)
+/Ordering (pdftexspace-builtin)
 /Supplement 0
 >> def
-/CMapName /TeX-dummy-space-builtin-0 def
+/CMapName /TeX-pdftexspace-builtin-0 def
 /CMapType 2 def
 1 begincodespacerange
 <00> <FF>
 endcodespacerange
-7 beginbfrange
-<20> <26> <0020>
-<28> <5F> <0028>
-<61> <7E> <0061>
-<A1> <A3> <00A1>
-<AC> <AD> <2039>
-<B2> <B3> <2020>
-<C6> <C7> <02D8>
+0 beginbfrange
 endbfrange
-47 beginbfchar
-<27> <2019>
-<60> <2018>
-<A4> <2044>
-<A5> <00A5>
-<A6> <0192>
-<A7> <00A7>
-<A8> <00A4>
-<A9> <0027>
-<AA> <201C>
-<AB> <00AB>
-<AE> <00660069>
-<AF> <0066006C>
-<B1> <2013>
-<B4> <00B7>
-<B6> <00B6>
-<B7> <2022>
-<B8> <201A>
-<B9> <201E>
-<BA> <201D>
-<BB> <00BB>
-<BC> <2026>
-<BD> <2030>
-<BF> <00BF>
-<C1> <0060>
-<C2> <00B4>
-<C3> <02C6>
-<C4> <02DC>
-<C5> <00AF>
-<C8> <00A8>
-<CA> <02DA>
-<CB> <00B8>
-<CD> <02DD>
-<CE> <02DB>
-<CF> <02C7>
-<D0> <2014>
-<E1> <00C6>
-<E3> <00AA>
-<E8> <0141>
-<E9> <00D8>
-<EA> <0152>
-<EB> <00BA>
-<F1> <00E6>
-<F5> <0131>
-<F8> <0142>
-<F9> <00F8>
-<FA> <0153>
-<FB> <00DF>
+1 beginbfchar
+<20> <0020>
 endbfchar
 endcmap
 CMapName currentdict /CMap defineresource pop
@@ -684,7 +630,7 @@ endobj
 <<
 /Type /Font
 /Subtype /Type1
-/BaseFont /FRJGEQ+DummySpace
+/BaseFont /MUQHVU+PdfTeX-Space
 /FontDescriptor 55 0 R
 /FirstChar 32
 /LastChar 32
@@ -727,72 +673,72 @@ endobj
 xref
 0 62
 0000000002 65535 f 
-0000012783 00000 n 
+0000012764 00000 n 
 0000000003 00000 f 
 0000000004 00000 f 
 0000000009 00000 f 
-0000015237 00000 n 
-0000012866 00000 n 
-0000014533 00000 n 
-0000013115 00000 n 
+0000015218 00000 n 
+0000012847 00000 n 
+0000014514 00000 n 
+0000013096 00000 n 
 0000000011 00000 f 
-0000013183 00000 n 
+0000013164 00000 n 
 0000000013 00000 f 
-0000013253 00000 n 
+0000013234 00000 n 
 0000000021 00000 f 
-0000013751 00000 n 
-0000013334 00000 n 
-0000014029 00000 n 
-0000013858 00000 n 
-0000014337 00000 n 
-0000014136 00000 n 
-0000014446 00000 n 
+0000013732 00000 n 
+0000013315 00000 n 
+0000014010 00000 n 
+0000013839 00000 n 
+0000014318 00000 n 
+0000014117 00000 n 
+0000014427 00000 n 
 0000000000 00000 f 
-0000011885 00000 n 
-0000014601 00000 n 
-0000014714 00000 n 
+0000011890 00000 n 
+0000014582 00000 n 
+0000014695 00000 n 
 0000000015 00000 n 
-0000014831 00000 n 
+0000014812 00000 n 
 0000000046 00000 n 
-0000014949 00000 n 
+0000014930 00000 n 
 0000000077 00000 n 
-0000015108 00000 n 
+0000015089 00000 n 
 0000000108 00000 n 
-0000012046 00000 n 
+0000012051 00000 n 
 0000000139 00000 n 
 0000000193 00000 n 
 0000000224 00000 n 
-0000012592 00000 n 
+0000012597 00000 n 
 0000011372 00000 n 
-0000012261 00000 n 
-0000012320 00000 n 
-0000012370 00000 n 
-0000012430 00000 n 
-0000031802 00000 n 
-0000033353 00000 n 
-0000012481 00000 n 
-0000012541 00000 n 
-0000033515 00000 n 
-0000012830 00000 n 
-0000012946 00000 n 
-0000013078 00000 n 
-0000015342 00000 n 
-0000015362 00000 n 
-0000015769 00000 n 
-0000027655 00000 n 
-0000027896 00000 n 
-0000029811 00000 n 
-0000030019 00000 n 
-0000031960 00000 n 
-0000033574 00000 n 
-0000033693 00000 n 
-0000033729 00000 n 
-0000033940 00000 n 
+0000012266 00000 n 
+0000012325 00000 n 
+0000012375 00000 n 
+0000012435 00000 n 
+0000032546 00000 n 
+0000033417 00000 n 
+0000012486 00000 n 
+0000012546 00000 n 
+0000033581 00000 n 
+0000012811 00000 n 
+0000012927 00000 n 
+0000013059 00000 n 
+0000015323 00000 n 
+0000015347 00000 n 
+0000015754 00000 n 
+0000027640 00000 n 
+0000027881 00000 n 
+0000030545 00000 n 
+0000030763 00000 n 
+0000032704 00000 n 
+0000033640 00000 n 
+0000033759 00000 n 
+0000033795 00000 n 
+0000034006 00000 n 
 trailer
 << /Size 62
 /Root 60 0 R
 /Info 61 0 R
 /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >>
 startxref
-34161
+34227
 %%EOF
diff --git a/testfiles/stop-link.pvt b/testfiles-pdftex/stop-link.pvt
similarity index 100%
copy from testfiles/stop-link.pvt
copy to testfiles-pdftex/stop-link.pvt
diff --git a/testfiles/stop-link.tpf b/testfiles-pdftex/stop-link.tpf
similarity index 100%
copy from testfiles/stop-link.tpf
copy to testfiles-pdftex/stop-link.tpf
diff --git a/testfiles/calculate-textfield.pvt b/testfiles-xetex/calculate-textfield.pvt
similarity index 100%
rename from testfiles/calculate-textfield.pvt
rename to testfiles-xetex/calculate-textfield.pvt
diff --git a/testfiles/calculate-textfield.xetex.tpf b/testfiles-xetex/calculate-textfield.tpf
similarity index 100%
rename from testfiles/calculate-textfield.xetex.tpf
rename to testfiles-xetex/calculate-textfield.tpf
diff --git a/testfiles/catalogAF.pvt b/testfiles-xetex/catalogAF.pvt
similarity index 100%
rename from testfiles/catalogAF.pvt
rename to testfiles-xetex/catalogAF.pvt
diff --git a/testfiles/catalogAF.xetex.tpf b/testfiles-xetex/catalogAF.tpf
similarity index 100%
rename from testfiles/catalogAF.xetex.tpf
rename to testfiles-xetex/catalogAF.tpf
diff --git a/testfiles/linkhook.pvt b/testfiles-xetex/linkhook.pvt
similarity index 100%
rename from testfiles/linkhook.pvt
rename to testfiles-xetex/linkhook.pvt
diff --git a/testfiles/linkhook.xetex.tpf b/testfiles-xetex/linkhook.tpf
similarity index 100%
rename from testfiles/linkhook.xetex.tpf
rename to testfiles-xetex/linkhook.tpf
diff --git a/testfiles/stop-link.pvt b/testfiles-xetex/stop-link.pvt
similarity index 100%
copy from testfiles/stop-link.pvt
copy to testfiles-xetex/stop-link.pvt
diff --git a/testfiles/stop-link.xetex.tpf b/testfiles-xetex/stop-link.tpf
similarity index 100%
copy from testfiles/stop-link.xetex.tpf
copy to testfiles-xetex/stop-link.tpf





More information about the latex3-commits mailing list.