[latex3-commits] [latex3/latex2e] latexlab/tagging-9: move kernel hook for footnotes, tagpdf issue 58 (a5f855b2)

github at latex-project.org github at latex-project.org
Tue Sep 5 21:40:56 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : latexlab/tagging-9
Link       : https://github.com/latex3/latex2e/commit/a5f855b2df78cc722b9bf4950381767ecdcf9483

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

commit a5f855b2df78cc722b9bf4950381767ecdcf9483
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Sep 5 21:40:56 2023 +0200

    move kernel hook for footnotes, tagpdf issue 58


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

a5f855b2df78cc722b9bf4950381767ecdcf9483
 required/latex-lab/changes.txt                     |   4 +
 required/latex-lab/latex-lab-new-or-1.dtx          |  36 +++--
 required/latex-lab/latex-lab-new-or-2.dtx          |  12 +-
 .../testfiles-OR/footmisc-floats-abovefloats.tlg   |  16 +-
 .../testfiles-OR/footmisc-floats-latex.tlg         |  16 +-
 .../testfiles-OR/footnote-float-above.tlg          |   2 +
 required/latex-lab/testfiles-OR/scrartcl-001.tpf   | 164 ++++++++++-----------
 required/latex-lab/testfiles-OR/tagging-001.tlg    |   6 +-
 required/latex-lab/testfiles-bib/bib-003.tlg       |   2 +
 required/latex-lab/testfiles-bib/bib-004.tlg       |   2 +
 .../testfiles-block/blocks-enumerate-01b.tlg       |   2 +
 .../testfiles-block/blocks-hyperref-01.tlg         |   2 +
 .../latex-lab/testfiles-block/blocks-item-01.tlg   |   2 +
 .../testfiles-block/blocks-theorem-04.tlg          |   2 +
 .../testfiles-block/blocks-verbatim-02.tlg         |   2 +
 .../testfiles-block/problem-blocks-tabbing.tlg     |   2 +
 required/latex-lab/testfiles-float/float-001.tlg   |   2 +
 required/latex-lab/testfiles-float/float-002.tlg   |   2 +
 required/latex-lab/testfiles-float/float-003.tlg   |   2 +
 required/latex-lab/testfiles-float/float-004.tlg   |   2 +
 .../latex-lab/testfiles-graphic/graphic-001.tlg    |   2 +
 .../latex-lab/testfiles-graphic/graphic-002.tlg    |   2 +
 .../latex-lab/testfiles-graphic/graphic-003.tlg    |   2 +
 .../testfiles-graphic/graphic-004-angle.tlg        |   2 +
 .../testfiles-graphic/graphic-005-trim.tlg         |   2 +
 .../testfiles-graphic/graphic-006-width.tlg        |   6 +
 .../testfiles-graphic/graphic-007-corr.tlg         |   4 +
 .../testfiles-graphic/graphic-008-alt.tlg          |   4 +
 .../testfiles-graphic/graphic-009-rotatebox.tlg    |   2 +
 .../testfiles-graphic/graphic-010-actualtext.tlg   |   2 +
 .../latex-lab/testfiles-graphic/graphic-faults.tlg |  22 +++
 .../testfiles-minipage/minipage-004-hyperref.tlg   |   4 +
 .../testfiles-minipage/minipage-005-footnote.tlg   |   2 +
 .../latex-lab/testfiles-toc/toc-math-leaders.tlg   |   2 +
 required/latex-lab/testfiles/new-or-001.tlg        |   2 +-
 35 files changed, 232 insertions(+), 108 deletions(-)

diff --git a/required/latex-lab/changes.txt b/required/latex-lab/changes.txt
index 4421a9e7..0811c708 100644
--- a/required/latex-lab/changes.txt
+++ b/required/latex-lab/changes.txt
@@ -1,3 +1,7 @@
+2023-09-04 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+    * label-lab-new-or-1.dtx latex-lab-new-or-2.dtx
+      fix position of kernel hook in \@makecol (tagpdf issue #58)
+      
 2023-09-04 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
     * documentmetadata-support.dtx: add debug key to load tagpdf-debug.
     * new latex-lab-namespace.dtx with role mappings
diff --git a/required/latex-lab/latex-lab-new-or-1.dtx b/required/latex-lab/latex-lab-new-or-1.dtx
index 80b2bebd..cc60f50d 100644
--- a/required/latex-lab/latex-lab-new-or-1.dtx
+++ b/required/latex-lab/latex-lab-new-or-1.dtx
@@ -98,18 +98,36 @@
 %
 %   We patch \cs{@makecol}, if new-or-2 is loaded too it will overwrite that again.
 %    \begin{macrocode}
-  \providecommand\@kernel at before@footins{}
-  \providecommand\@kernel at before@cclv{}
+\providecommand\@kernel at before@footins{}
+\providecommand\@kernel at tagsupport@@makecol{}  
 
-  \patchcmd\@makecol
-    {\vskip\skip\footins}
-    {\vskip\skip\footins\@kernel at before@footins}
-    {\typeout{Patching \string\@makecol\space for tagging}}{\PATCHerror }
+\patchcmd\@makecol
+  {\vskip\skip\footins}
+  {\vskip\skip\footins\@kernel at before@footins}
+  {\typeout{Patching \string\@makecol\space for tagging}}{\PATCHerror }
 
-%for some reason patching with etoolbox only works in this order ...
+\patchcmd\@makecol
+  {\let\@elt\relax}
+  {\@kernel at tagsupport@@makecol\let\@elt\relax}
+  {\typeout{Patching \string\@makecol\space for tagging}}{\PATCHerror }
 
-  \pretocmd\@makecol{\@kernel at before@cclv}
-   {\typeout{Patching \string\@makecol\space for tagging}}{\PATCHerror }
+\AddToHook{package/footmisc/after}
+ {%
+  \def\@makecol{%
+  \setbox\@outputbox \box\@cclv
+  \@outputbox at removebskip
+  \@kernel at tagsupport@@makecol
+  \let\@elt\relax
+  \xdef\@freelist{\@freelist\@midlist}%
+  \global \let \@midlist \@empty
+  \@makecol at appendblocks
+  \ifvbox\@kludgeins
+     \@makespecialcolbox
+  \else
+     \@makenormalcolbox
+  \fi
+  \global \maxdepth \@maxdepth}
+}
 %    \end{macrocode}
 %  \end{macro}
 %
diff --git a/required/latex-lab/latex-lab-new-or-2.dtx b/required/latex-lab/latex-lab-new-or-2.dtx
index 5f554088..d2011256 100644
--- a/required/latex-lab/latex-lab-new-or-2.dtx
+++ b/required/latex-lab/latex-lab-new-or-2.dtx
@@ -231,12 +231,6 @@
 %    \begin{macrocode}
 \def \@makecol {%
 %    \end{macrocode}
-%    We start with a kernel hook for tagging.
-%    \fmi{The name is likely to change and it probably will eventually
-%         be replaced with a socket.}
-%    \begin{macrocode}
-  \@kernel at before@cclv
-%    \end{macrocode}
 %    Save away box 255 as \cs{@outputbox} to make it available for further adjustments.
 %    \begin{macrocode}
   \setbox\@outputbox \box\@cclv
@@ -247,6 +241,12 @@
 %    \begin{macrocode}
   \@outputbox at removebskip
 %    \end{macrocode}
+%   Now a kernel hook for tagging.
+%    \fmi{The name is likely to change and it probably will eventually
+%         be replaced with a socket.}
+%    \begin{macrocode}
+  \@kernel at tagsupport@@makecol
+%    \end{macrocode}
 %    When this code is run any ``here'' floats in the \cs{@outputbox} are already handled, so we
 %    recycle their registers and put them back to the \cs{@freelist}.
 %    \begin{macrocode}
diff --git a/required/latex-lab/testfiles-OR/footmisc-floats-abovefloats.tlg b/required/latex-lab/testfiles-OR/footmisc-floats-abovefloats.tlg
index 9639c58a..870809a8 100644
--- a/required/latex-lab/testfiles-OR/footmisc-floats-abovefloats.tlg
+++ b/required/latex-lab/testfiles-OR/footmisc-floats-abovefloats.tlg
@@ -1233,6 +1233,7 @@ Completed box being shipped out [2]
 ...\penalty 10000
 ...\glue 0.0
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
 ...\glue 9.0 plus 4.0 minus 2.0
@@ -1358,6 +1359,7 @@ Completed box being shipped out [2]
 .....\glue 0.0
 ...\glue 12.0 plus 2.0 minus 2.0
 ...\glue -12.0 plus -2.0 minus -2.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -1585,7 +1587,7 @@ Completed box being shipped out [4]
 ...\pdfrunninglinkon
 ..\glue 25.0
 ..\glue(\lineskip) 0.0
-..\vbox(550.0+0.0)x345.0, glue set 524.25401fil
+..\vbox(550.0+0.0)x345.0, glue set 521.4043fil
 ...\hbox(0.0+0.0)x0.0
 ...\glue(\topskip) 1.85997
 ...\hbox(8.14003+1.94444)x345.0, glue set 160.3052fil
@@ -1667,6 +1669,7 @@ Completed box being shipped out [4]
 ...\marks4{e+,101,82,}
 ...\glue -1.94444
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
 ...\glue 9.0 plus 4.0 minus 2.0
@@ -1730,7 +1733,8 @@ Completed box being shipped out [4]
 ...\marks4{e+,100,87,}
 ...\kern -2.85002
 ...\hbox(0.0+2.85002)x0.0
-...\glue -2.85002
+...\glue 0.0 plus 1.0fil
+...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
 ..\pdfliteral page{/Artifact BMC}
@@ -1831,8 +1835,8 @@ Completed box being shipped out [5]
 ...\marks4{e+,104,90,}
 ...\penalty 0
 ...\penalty 10000
-...\kern 0.0
-...\hbox(0.0+0.0)x0.0
+...\kern -1.94444
+...\hbox(0.0+1.94444)x0.0
 ...\glue 20.0 plus 2.0 minus 4.0
 ...\vbox(29.57774+0.0)x345.0
 ....\vbox(29.57774+0.0)x345.0
@@ -1997,6 +2001,7 @@ Completed box being shipped out [6]
 ...\penalty 10000
 ...\glue 0.0
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
 ...\glue 20.0 plus 2.0 minus 4.0
@@ -2062,6 +2067,7 @@ Completed box being shipped out [6]
 .....\glue 0.0
 ...\glue 12.0 plus 2.0 minus 2.0
 ...\glue -12.0 plus -2.0 minus -2.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -2288,8 +2294,10 @@ Completed box being shipped out [8]
 ...\marks4{e+,119,106,}
 ...\glue -1.94444
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-OR/footmisc-floats-latex.tlg b/required/latex-lab/testfiles-OR/footmisc-floats-latex.tlg
index 09d1ca02..9d84cb97 100644
--- a/required/latex-lab/testfiles-OR/footmisc-floats-latex.tlg
+++ b/required/latex-lab/testfiles-OR/footmisc-floats-latex.tlg
@@ -1243,6 +1243,7 @@ Completed box being shipped out [2]
 ...\penalty 10000
 ...\glue 0.0
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
 ...\glue 9.0 plus 4.0 minus 2.0
@@ -1368,6 +1369,7 @@ Completed box being shipped out [2]
 .....\glue 0.0
 ...\glue 12.0 plus 2.0 minus 2.0
 ...\glue -12.0 plus -2.0 minus -2.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -1595,7 +1597,7 @@ Completed box being shipped out [4]
 ...\pdfrunninglinkon
 ..\glue 25.0
 ..\glue(\lineskip) 0.0
-..\vbox(550.0+0.0)x345.0, glue set 524.25401fil
+..\vbox(550.0+0.0)x345.0, glue set 521.4043fil
 ...\hbox(0.0+0.0)x0.0
 ...\glue(\topskip) 1.85997
 ...\hbox(8.14003+1.94444)x345.0, glue set 160.3052fil
@@ -1677,6 +1679,7 @@ Completed box being shipped out [4]
 ...\marks4{e+,101,82,}
 ...\glue -1.94444
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
 ...\glue 9.0 plus 4.0 minus 2.0
@@ -1740,7 +1743,8 @@ Completed box being shipped out [4]
 ...\marks4{e+,100,87,}
 ...\kern -2.85002
 ...\hbox(0.0+2.85002)x0.0
-...\glue -2.85002
+...\glue 0.0 plus 1.0fil
+...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
 ..\pdfliteral page{/Artifact BMC}
@@ -1841,8 +1845,8 @@ Completed box being shipped out [5]
 ...\marks4{e+,104,90,}
 ...\penalty 0
 ...\penalty 10000
-...\kern 0.0
-...\hbox(0.0+0.0)x0.0
+...\kern -1.94444
+...\hbox(0.0+1.94444)x0.0
 ...\glue 20.0 plus 2.0 minus 4.0
 ...\vbox(29.57774+0.0)x345.0
 ....\vbox(29.57774+0.0)x345.0
@@ -2007,6 +2011,7 @@ Completed box being shipped out [6]
 ...\penalty 10000
 ...\glue 0.0
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
 ...\glue 20.0 plus 2.0 minus 4.0
@@ -2072,6 +2077,7 @@ Completed box being shipped out [6]
 .....\glue 0.0
 ...\glue 12.0 plus 2.0 minus 2.0
 ...\glue -12.0 plus -2.0 minus -2.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -2298,8 +2304,10 @@ Completed box being shipped out [8]
 ...\marks4{e+,119,106,}
 ...\glue -1.94444
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-OR/footnote-float-above.tlg b/required/latex-lab/testfiles-OR/footnote-float-above.tlg
index b494fcda..68d5e3eb 100644
--- a/required/latex-lab/testfiles-OR/footnote-float-above.tlg
+++ b/required/latex-lab/testfiles-OR/footnote-float-above.tlg
@@ -324,8 +324,10 @@ Completed box being shipped out [2]
 ...\marks4{e-,13,13,}
 ...\marks4{e+,13,13,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-OR/scrartcl-001.tpf b/required/latex-lab/testfiles-OR/scrartcl-001.tpf
index 8a97f414..d1c1bf12 100644
--- a/required/latex-lab/testfiles-OR/scrartcl-001.tpf
+++ b/required/latex-lab/testfiles-OR/scrartcl-001.tpf
@@ -299,21 +299,21 @@ EMC
 /text <</MCID 15 >> BDC
 EMC
 q
-1 0 0 1 74.409 175.165 cm
+1 0 0 1 74.409 724.517 cm
 []0 d 0 J 0.398 w 0 0 m 178.58 0 l S
 Q
 /text <</MCID 16 >> BDC
 EMC
 /Lbl <</MCID 17 >> BDC
 BT
-/F27 6.9738 Tf 112.468 167.145 Td [(FN\0501\051)]TJ
+/F27 6.9738 Tf 112.468 716.497 Td [(FN\0501\051)]TJ
 ET
 EMC
 /text <</MCID 18 >> BDC
 EMC
 /text <</MCID 19 >> BDC
 BT
-/F28 9.9626 Tf 134.185 163.53 Td [(test)]TJ
+/F28 9.9626 Tf 134.185 712.882 Td [(test)]TJ
 ET
 EMC
 /text <</MCID 20 >> BDC
@@ -322,14 +322,14 @@ EMC
 EMC
 /Lbl <</MCID 22 >> BDC
 BT
-/F27 6.9738 Tf 112.468 154.713 Td [(FN\0502\051)]TJ
+/F27 6.9738 Tf 112.468 704.065 Td [(FN\0502\051)]TJ
 ET
 EMC
 /text <</MCID 23 >> BDC
 EMC
 /text <</MCID 24 >> BDC
 BT
-/F28 9.9626 Tf 134.185 151.098 Td [(test)]TJ
+/F28 9.9626 Tf 134.185 700.45 Td [(test)]TJ
 ET
 EMC
 /text <</MCID 25 >> BDC
@@ -338,14 +338,14 @@ EMC
 EMC
 /Lbl <</MCID 27 >> BDC
 BT
-/F27 6.9738 Tf 112.468 142.281 Td [(FN\0503\051)]TJ
+/F27 6.9738 Tf 112.468 691.633 Td [(FN\0503\051)]TJ
 ET
 EMC
 /text <</MCID 28 >> BDC
 EMC
 /text <</MCID 29 >> BDC
 BT
-/F28 9.9626 Tf 134.185 138.665 Td [(test)]TJ
+/F28 9.9626 Tf 134.185 688.017 Td [(test)]TJ
 ET
 EMC
 /text <</MCID 30 >> BDC
@@ -413,51 +413,51 @@ endobj
 endobj
 49 0 obj
 <<
-/D [9 0 R /XYZ 134.185 175.485 null]
+/D [9 0 R /XYZ 134.185 724.837 null]
 >>
 endobj
 50 0 obj
-[20 0 R /XYZ 134.185 175.485 null]
+[20 0 R /XYZ 134.185 724.837 null]
 endobj
 51 0 obj
 <<
-/D [9 0 R /XYZ 134.185 175.485 null]
+/D [9 0 R /XYZ 134.185 724.837 null]
 >>
 endobj
 52 0 obj
-[20 0 R /XYZ 134.185 175.485 null]
+[20 0 R /XYZ 134.185 724.837 null]
 endobj
 55 0 obj
 <<
-/D [9 0 R /XYZ 134.185 163.053 null]
+/D [9 0 R /XYZ 134.185 712.405 null]
 >>
 endobj
 56 0 obj
-[29 0 R /XYZ 134.185 163.053 null]
+[29 0 R /XYZ 134.185 712.405 null]
 endobj
 57 0 obj
 <<
-/D [9 0 R /XYZ 134.185 163.053 null]
+/D [9 0 R /XYZ 134.185 712.405 null]
 >>
 endobj
 58 0 obj
-[29 0 R /XYZ 134.185 163.053 null]
+[29 0 R /XYZ 134.185 712.405 null]
 endobj
 59 0 obj
 <<
-/D [9 0 R /XYZ 134.185 150.62 null]
+/D [9 0 R /XYZ 134.185 699.972 null]
 >>
 endobj
 60 0 obj
-[38 0 R /XYZ 134.185 150.62 null]
+[38 0 R /XYZ 134.185 699.972 null]
 endobj
 61 0 obj
 <<
-/D [9 0 R /XYZ 134.185 150.62 null]
+/D [9 0 R /XYZ 134.185 699.972 null]
 >>
 endobj
 62 0 obj
-[38 0 R /XYZ 134.185 150.62 null]
+[38 0 R /XYZ 134.185 699.972 null]
 endobj
 41 0 obj
 <<
@@ -1258,99 +1258,99 @@ endobj
 xref
 0 89
 0000000002 65535 f 
-0000015185 00000 n 
+0000015189 00000 n 
 0000000003 00000 f 
 0000000004 00000 f 
 0000000008 00000 f 
-0000019837 00000 n 
-0000015268 00000 n 
-0000016028 00000 n 
+0000019841 00000 n 
+0000015272 00000 n 
+0000016032 00000 n 
 0000000000 00000 f 
 0000013361 00000 n 
-0000016607 00000 n 
-0000016693 00000 n 
-0000016781 00000 n 
-0000017128 00000 n 
-0000017299 00000 n 
+0000016611 00000 n 
+0000016697 00000 n 
+0000016785 00000 n 
+0000017132 00000 n 
+0000017303 00000 n 
 0000013535 00000 n 
 0000000015 00000 n 
-0000017416 00000 n 
-0000017526 00000 n 
-0000017618 00000 n 
-0000017706 00000 n 
-0000017916 00000 n 
-0000018030 00000 n 
-0000018201 00000 n 
+0000017420 00000 n 
+0000017530 00000 n 
+0000017622 00000 n 
+0000017710 00000 n 
+0000017920 00000 n 
+0000018034 00000 n 
+0000018205 00000 n 
 0000013752 00000 n 
 0000000068 00000 n 
-0000018318 00000 n 
-0000018428 00000 n 
-0000018520 00000 n 
-0000018608 00000 n 
-0000018818 00000 n 
-0000018932 00000 n 
-0000019105 00000 n 
+0000018322 00000 n 
+0000018432 00000 n 
+0000018524 00000 n 
+0000018612 00000 n 
+0000018822 00000 n 
+0000018936 00000 n 
+0000019109 00000 n 
 0000013970 00000 n 
 0000000121 00000 n 
-0000019223 00000 n 
-0000019333 00000 n 
-0000019425 00000 n 
-0000019513 00000 n 
-0000019723 00000 n 
+0000019227 00000 n 
+0000019337 00000 n 
+0000019429 00000 n 
+0000019517 00000 n 
+0000019727 00000 n 
 0000000174 00000 n 
-0000015061 00000 n 
+0000015065 00000 n 
 0000011641 00000 n 
 0000014189 00000 n 
 0000014247 00000 n 
 0000014297 00000 n 
 0000014355 00000 n 
-0000060364 00000 n 
-0000064234 00000 n 
+0000060368 00000 n 
+0000064238 00000 n 
 0000014405 00000 n 
 0000014464 00000 n 
 0000014515 00000 n 
 0000014574 00000 n 
-0000062300 00000 n 
-0000058422 00000 n 
+0000062304 00000 n 
+0000058426 00000 n 
 0000014625 00000 n 
 0000014684 00000 n 
 0000014735 00000 n 
 0000014794 00000 n 
 0000014845 00000 n 
-0000014903 00000 n 
-0000014953 00000 n 
-0000015011 00000 n 
-0000064391 00000 n 
-0000015232 00000 n 
-0000015548 00000 n 
-0000015991 00000 n 
-0000019939 00000 n 
-0000020049 00000 n 
-0000020294 00000 n 
-0000020803 00000 n 
-0000021200 00000 n 
-0000030739 00000 n 
-0000030960 00000 n 
-0000038734 00000 n 
-0000038954 00000 n 
-0000047415 00000 n 
-0000047668 00000 n 
-0000056384 00000 n 
-0000056639 00000 n 
-0000058581 00000 n 
-0000060522 00000 n 
-0000062456 00000 n 
-0000064449 00000 n 
-0000064644 00000 n 
-0000064745 00000 n 
-0000064820 00000 n 
-0000064856 00000 n 
-0000065066 00000 n 
+0000014904 00000 n 
+0000014955 00000 n 
+0000015014 00000 n 
+0000064395 00000 n 
+0000015236 00000 n 
+0000015552 00000 n 
+0000015995 00000 n 
+0000019943 00000 n 
+0000020053 00000 n 
+0000020298 00000 n 
+0000020807 00000 n 
+0000021204 00000 n 
+0000030743 00000 n 
+0000030964 00000 n 
+0000038738 00000 n 
+0000038958 00000 n 
+0000047419 00000 n 
+0000047672 00000 n 
+0000056388 00000 n 
+0000056643 00000 n 
+0000058585 00000 n 
+0000060526 00000 n 
+0000062460 00000 n 
+0000064453 00000 n 
+0000064648 00000 n 
+0000064749 00000 n 
+0000064824 00000 n 
+0000064860 00000 n 
+0000065070 00000 n 
 trailer
 << /Size 89
 /Root 87 0 R
 /Info 88 0 R
 /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >>
 startxref
-65275
+65279
 %%EOF
diff --git a/required/latex-lab/testfiles-OR/tagging-001.tlg b/required/latex-lab/testfiles-OR/tagging-001.tlg
index e29f0d8a..80abddbd 100644
--- a/required/latex-lab/testfiles-OR/tagging-001.tlg
+++ b/required/latex-lab/testfiles-OR/tagging-001.tlg
@@ -119,7 +119,7 @@ Completed box being shipped out [1]
 ...\pdfrunninglinkon
 ..\glue 25.0
 ..\glue(\lineskip) 0.0
-..\vbox(550.0+0.0)x345.0, glue set 514.71503fil
+..\vbox(550.0+0.0)x345.0, glue set 511.86531fil
 ...\hbox(0.0+0.0)x0.0
 ...\pdfinterwordspaceon
 ...\write-{}
@@ -218,6 +218,7 @@ Completed box being shipped out [1]
 ...\marks4{e+,15,3,}
 ...\glue -1.94444
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
 ...\glue 9.0 plus 4.0 minus 2.0
@@ -389,7 +390,8 @@ Completed box being shipped out [1]
 ...\marks4{e+,22,14,}
 ...\kern -2.85002
 ...\hbox(0.0+2.85002)x0.0
-...\glue -2.85002
+...\glue 0.0 plus 1.0fil
+...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
 ..\pdfliteral page{/Artifact BMC}
diff --git a/required/latex-lab/testfiles-bib/bib-003.tlg b/required/latex-lab/testfiles-bib/bib-003.tlg
index 5fa676bf..fc1c4fe7 100644
--- a/required/latex-lab/testfiles-bib/bib-003.tlg
+++ b/required/latex-lab/testfiles-bib/bib-003.tlg
@@ -310,8 +310,10 @@ Completed box being shipped out [1]
 ...\glue 10.0 plus 3.0 minus 5.0
 ...\glue -2.5
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-bib/bib-004.tlg b/required/latex-lab/testfiles-bib/bib-004.tlg
index 0f368c43..5e726d18 100644
--- a/required/latex-lab/testfiles-bib/bib-004.tlg
+++ b/required/latex-lab/testfiles-bib/bib-004.tlg
@@ -426,8 +426,10 @@ Completed box being shipped out [1]
 ....\glue 10.0 plus 3.0 minus 5.0
 ....\glue -2.5
 ....\glue 0.0 plus 1.0fil
+....\glue 0.0 plus -1.0fil
 ....\kern 0.0
 ....\hbox(0.0+0.0)x0.0
+....\glue 0.0 plus 1.0fil
 ....\glue 0.0
 ....\glue 0.0 plus 0.0001fil
 ...\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-block/blocks-enumerate-01b.tlg b/required/latex-lab/testfiles-block/blocks-enumerate-01b.tlg
index 20cee36e..c6151755 100644
--- a/required/latex-lab/testfiles-block/blocks-enumerate-01b.tlg
+++ b/required/latex-lab/testfiles-block/blocks-enumerate-01b.tlg
@@ -4349,8 +4349,10 @@ Completed box being shipped out [2]
 ...\glue 10.0 plus 3.0 minus 5.0
 ...\glue -1.94444
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-block/blocks-hyperref-01.tlg b/required/latex-lab/testfiles-block/blocks-hyperref-01.tlg
index 63069f54..910f0e3d 100644
--- a/required/latex-lab/testfiles-block/blocks-hyperref-01.tlg
+++ b/required/latex-lab/testfiles-block/blocks-hyperref-01.tlg
@@ -559,8 +559,10 @@ Completed box being shipped out [1]
 ....\marks4{e+,12,25,}
 ....\glue -5.0
 ....\glue 0.0 plus 1.0fil
+....\glue 0.0 plus -1.0fil
 ....\kern 0.0
 ....\hbox(0.0+0.0)x0.0
+....\glue 0.0 plus 1.0fil
 ....\glue 0.0
 ....\glue 0.0 plus 0.0001fil
 ...\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-block/blocks-item-01.tlg b/required/latex-lab/testfiles-block/blocks-item-01.tlg
index 1054c56d..d939fda7 100644
--- a/required/latex-lab/testfiles-block/blocks-item-01.tlg
+++ b/required/latex-lab/testfiles-block/blocks-item-01.tlg
@@ -538,8 +538,10 @@ Completed box being shipped out [1]
 ...\glue 10.0 plus 3.0 minus 5.0
 ...\glue -3.4
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-block/blocks-theorem-04.tlg b/required/latex-lab/testfiles-block/blocks-theorem-04.tlg
index 04809906..df44bd44 100644
--- a/required/latex-lab/testfiles-block/blocks-theorem-04.tlg
+++ b/required/latex-lab/testfiles-block/blocks-theorem-04.tlg
@@ -356,8 +356,10 @@ Completed box being shipped out [1]
 ....\glue 10.0 plus 3.0 minus 5.0
 ....\glue -1.94444
 ....\glue 0.0 plus 1.0fil
+....\glue 0.0 plus -1.0fil
 ....\kern 0.0
 ....\hbox(0.0+0.0)x0.0
+....\glue 0.0 plus 1.0fil
 ....\glue 0.0
 ....\glue 0.0 plus 0.0001fil
 ...\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-block/blocks-verbatim-02.tlg b/required/latex-lab/testfiles-block/blocks-verbatim-02.tlg
index 482ff9f9..ce44d251 100644
--- a/required/latex-lab/testfiles-block/blocks-verbatim-02.tlg
+++ b/required/latex-lab/testfiles-block/blocks-verbatim-02.tlg
@@ -414,8 +414,10 @@ Completed box being shipped out [1]
 ...\glue 12.0 plus 3.0 minus 5.0
 ...\glue -2.22223
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-block/problem-blocks-tabbing.tlg b/required/latex-lab/testfiles-block/problem-blocks-tabbing.tlg
index 56936703..568f465f 100644
--- a/required/latex-lab/testfiles-block/problem-blocks-tabbing.tlg
+++ b/required/latex-lab/testfiles-block/problem-blocks-tabbing.tlg
@@ -222,8 +222,10 @@ Completed box being shipped out [1]
 ...\penalty -51
 ...\glue 10.0 plus 3.0 minus 5.0
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-float/float-001.tlg b/required/latex-lab/testfiles-float/float-001.tlg
index e92c8f07..0cd31d7f 100644
--- a/required/latex-lab/testfiles-float/float-001.tlg
+++ b/required/latex-lab/testfiles-float/float-001.tlg
@@ -447,8 +447,10 @@ Completed box being shipped out [1]
 ...\penalty 0
 ...\penalty 10000
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-float/float-002.tlg b/required/latex-lab/testfiles-float/float-002.tlg
index d5aff797..c1a0e2a9 100644
--- a/required/latex-lab/testfiles-float/float-002.tlg
+++ b/required/latex-lab/testfiles-float/float-002.tlg
@@ -557,6 +557,7 @@ Completed box being shipped out [1]
 ...\penalty 0
 ...\penalty 10000
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
 ...\glue 20.0 plus 2.0 minus 4.0
@@ -636,6 +637,7 @@ Completed box being shipped out [1]
 .....\glue 0.0
 ...\glue 12.0 plus 2.0 minus 2.0
 ...\glue -12.0 plus -2.0 minus -2.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-float/float-003.tlg b/required/latex-lab/testfiles-float/float-003.tlg
index 1072056a..29fa4774 100644
--- a/required/latex-lab/testfiles-float/float-003.tlg
+++ b/required/latex-lab/testfiles-float/float-003.tlg
@@ -575,6 +575,7 @@ Completed box being shipped out [1]
 ...\penalty 0
 ...\penalty 10000
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
 ...\glue 20.0 plus 2.0 minus 4.0
@@ -654,6 +655,7 @@ Completed box being shipped out [1]
 .....\glue 0.0
 ...\glue 12.0 plus 2.0 minus 2.0
 ...\glue -12.0 plus -2.0 minus -2.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-float/float-004.tlg b/required/latex-lab/testfiles-float/float-004.tlg
index cc3772c5..ff45b85e 100644
--- a/required/latex-lab/testfiles-float/float-004.tlg
+++ b/required/latex-lab/testfiles-float/float-004.tlg
@@ -1213,6 +1213,7 @@ Completed box being shipped out [1]
 ....\marks4{e+,32,41,}
 ....\glue 0.0
 ....\glue 0.0 plus 1.0fil
+....\glue 0.0 plus -1.0fil
 ....\kern 0.0
 ....\hbox(0.0+0.0)x0.0
 ....\glue 20.0 plus 2.0 minus 4.0
@@ -1324,6 +1325,7 @@ Completed box being shipped out [1]
 ......\glue 0.0
 ....\glue 12.0 plus 2.0 minus 2.0
 ....\glue -12.0 plus -2.0 minus -2.0
+....\glue 0.0 plus 1.0fil
 ....\glue 0.0
 ....\glue 0.0 plus 0.0001fil
 ...\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-graphic/graphic-001.tlg b/required/latex-lab/testfiles-graphic/graphic-001.tlg
index 4b5945f3..79a0d501 100644
--- a/required/latex-lab/testfiles-graphic/graphic-001.tlg
+++ b/required/latex-lab/testfiles-graphic/graphic-001.tlg
@@ -394,8 +394,10 @@ Completed box being shipped out [2]
 ...\marks4{e-,7,10,}
 ...\marks4{e+,7,10,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-graphic/graphic-002.tlg b/required/latex-lab/testfiles-graphic/graphic-002.tlg
index 69ddfcc8..1e368c3e 100644
--- a/required/latex-lab/testfiles-graphic/graphic-002.tlg
+++ b/required/latex-lab/testfiles-graphic/graphic-002.tlg
@@ -237,8 +237,10 @@ Completed box being shipped out [1]
 ...\marks4{e-,6,8,}
 ...\marks4{e+,6,8,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-graphic/graphic-003.tlg b/required/latex-lab/testfiles-graphic/graphic-003.tlg
index 9a5ff591..5d3615d0 100644
--- a/required/latex-lab/testfiles-graphic/graphic-003.tlg
+++ b/required/latex-lab/testfiles-graphic/graphic-003.tlg
@@ -170,8 +170,10 @@ Completed box being shipped out [1]
 ...\marks4{e-,8,8,}
 ...\marks4{e+,8,8,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-graphic/graphic-004-angle.tlg b/required/latex-lab/testfiles-graphic/graphic-004-angle.tlg
index db4a18a3..a88ef8be 100644
--- a/required/latex-lab/testfiles-graphic/graphic-004-angle.tlg
+++ b/required/latex-lab/testfiles-graphic/graphic-004-angle.tlg
@@ -565,8 +565,10 @@ Completed box being shipped out [4]
 ...\marks4{e-,19,17,}
 ...\marks4{e+,19,17,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-graphic/graphic-005-trim.tlg b/required/latex-lab/testfiles-graphic/graphic-005-trim.tlg
index e2a142e7..a2a39d5f 100644
--- a/required/latex-lab/testfiles-graphic/graphic-005-trim.tlg
+++ b/required/latex-lab/testfiles-graphic/graphic-005-trim.tlg
@@ -812,8 +812,10 @@ Completed box being shipped out [3]
 ...\marks4{e-,34,32,}
 ...\marks4{e+,34,32,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-graphic/graphic-006-width.tlg b/required/latex-lab/testfiles-graphic/graphic-006-width.tlg
index a4da5391..1466cab8 100644
--- a/required/latex-lab/testfiles-graphic/graphic-006-width.tlg
+++ b/required/latex-lab/testfiles-graphic/graphic-006-width.tlg
@@ -261,8 +261,10 @@ Completed box being shipped out [1]
 ...\marks4{e-,12,14,}
 ...\marks4{e+,12,14,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -414,8 +416,10 @@ Completed box being shipped out [2]
 ...\marks4{e-,17,17,}
 ...\marks4{e+,17,17,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -531,8 +535,10 @@ Completed box being shipped out [3]
 ...\marks4{e-,22,20,}
 ...\marks4{e+,22,20,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-graphic/graphic-007-corr.tlg b/required/latex-lab/testfiles-graphic/graphic-007-corr.tlg
index 6df0b56e..af84f120 100644
--- a/required/latex-lab/testfiles-graphic/graphic-007-corr.tlg
+++ b/required/latex-lab/testfiles-graphic/graphic-007-corr.tlg
@@ -99,8 +99,10 @@ Completed box being shipped out [1]
 ...\marks4{e-,3,5,}
 ...\marks4{e+,3,5,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -233,8 +235,10 @@ Completed box being shipped out [2]
 ...\marks4{e-,8,8,}
 ...\marks4{e+,8,8,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-graphic/graphic-008-alt.tlg b/required/latex-lab/testfiles-graphic/graphic-008-alt.tlg
index 1058dbf3..444f755a 100644
--- a/required/latex-lab/testfiles-graphic/graphic-008-alt.tlg
+++ b/required/latex-lab/testfiles-graphic/graphic-008-alt.tlg
@@ -78,8 +78,10 @@ Completed box being shipped out [1]
 ...\marks4{e-,3,5,}
 ...\marks4{e+,3,5,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -187,8 +189,10 @@ Completed box being shipped out [2]
 ...\marks4{e-,8,8,}
 ...\marks4{e+,8,8,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-graphic/graphic-009-rotatebox.tlg b/required/latex-lab/testfiles-graphic/graphic-009-rotatebox.tlg
index 2bf6ae1b..00949274 100644
--- a/required/latex-lab/testfiles-graphic/graphic-009-rotatebox.tlg
+++ b/required/latex-lab/testfiles-graphic/graphic-009-rotatebox.tlg
@@ -150,8 +150,10 @@ Completed box being shipped out [1]
 ...\marks4{e+,6,8,}
 ...\glue -5.0
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-graphic/graphic-010-actualtext.tlg b/required/latex-lab/testfiles-graphic/graphic-010-actualtext.tlg
index c7cb4709..d5178725 100644
--- a/required/latex-lab/testfiles-graphic/graphic-010-actualtext.tlg
+++ b/required/latex-lab/testfiles-graphic/graphic-010-actualtext.tlg
@@ -98,8 +98,10 @@ Completed box being shipped out [1]
 ...\marks4{e-,3,5,}
 ...\marks4{e+,3,5,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-graphic/graphic-faults.tlg b/required/latex-lab/testfiles-graphic/graphic-faults.tlg
index baa4e5ef..913ae738 100644
--- a/required/latex-lab/testfiles-graphic/graphic-faults.tlg
+++ b/required/latex-lab/testfiles-graphic/graphic-faults.tlg
@@ -95,8 +95,10 @@ Completed box being shipped out [1]
 ...\marks4{e-,3,5,}
 ...\marks4{e+,3,5,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -229,8 +231,10 @@ Completed box being shipped out [2]
 ...\marks4{e-,8,8,}
 ...\marks4{e+,8,8,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -361,8 +365,10 @@ Completed box being shipped out [3]
 ...\marks4{e-,13,11,}
 ...\marks4{e+,13,11,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -481,8 +487,10 @@ Completed box being shipped out [4]
 ...\marks4{e-,18,14,}
 ...\marks4{e+,18,14,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -616,8 +624,10 @@ Completed box being shipped out [5]
 ...\marks4{e-,23,17,}
 ...\marks4{e+,23,17,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -748,8 +758,10 @@ Completed box being shipped out [6]
 ...\marks4{e-,28,20,}
 ...\marks4{e+,28,20,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -921,8 +933,10 @@ Completed box being shipped out [7]
 ...\marks4{e-,33,23,}
 ...\marks4{e+,33,23,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -1044,8 +1058,10 @@ Completed box being shipped out [8]
 ...\marks4{e-,38,26,}
 ...\marks4{e+,38,26,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -1167,8 +1183,10 @@ Completed box being shipped out [9]
 ...\marks4{e-,43,29,}
 ...\marks4{e+,43,29,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -1291,8 +1309,10 @@ Completed box being shipped out [10]
 ...\marks4{e-,48,32,}
 ...\marks4{e+,48,32,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
@@ -1552,8 +1572,10 @@ Completed box being shipped out [11]
 ...\marks4{e-,53,38,}
 ...\marks4{e+,53,38,}
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-minipage/minipage-004-hyperref.tlg b/required/latex-lab/testfiles-minipage/minipage-004-hyperref.tlg
index 1e08be83..ea365b60 100644
--- a/required/latex-lab/testfiles-minipage/minipage-004-hyperref.tlg
+++ b/required/latex-lab/testfiles-minipage/minipage-004-hyperref.tlg
@@ -381,8 +381,10 @@ Completed box being shipped out [1]
 ....\marks4{e+,9,19,}
 ....\glue -4.37221
 ....\glue 0.0 plus 1.0fil
+....\glue 0.0 plus -1.0fil
 ....\kern 0.0
 ....\hbox(0.0+0.0)x0.0
+....\glue 0.0 plus 1.0fil
 ....\glue 0.0
 ....\glue 0.0 plus 0.0001fil
 ...\pdfrunninglinkoff
@@ -507,8 +509,10 @@ Completed box being shipped out [2]
 ....\marks4{e-,14,21,}
 ....\marks4{e+,14,21,}
 ....\glue 0.0 plus 1.0fil
+....\glue 0.0 plus -1.0fil
 ....\kern 0.0
 ....\hbox(0.0+0.0)x0.0
+....\glue 0.0 plus 1.0fil
 ....\glue 0.0
 ....\glue 0.0 plus 0.0001fil
 ...\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-minipage/minipage-005-footnote.tlg b/required/latex-lab/testfiles-minipage/minipage-005-footnote.tlg
index 0560462f..7053083d 100644
--- a/required/latex-lab/testfiles-minipage/minipage-005-footnote.tlg
+++ b/required/latex-lab/testfiles-minipage/minipage-005-footnote.tlg
@@ -255,8 +255,10 @@ Completed box being shipped out [1]
 ...\marks4{e+,11,15,}
 ...\glue -5.0
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles-toc/toc-math-leaders.tlg b/required/latex-lab/testfiles-toc/toc-math-leaders.tlg
index a9c8d09c..aacc0991 100644
--- a/required/latex-lab/testfiles-toc/toc-math-leaders.tlg
+++ b/required/latex-lab/testfiles-toc/toc-math-leaders.tlg
@@ -137,8 +137,10 @@ Completed box being shipped out [1]
 ...\penalty 10000
 ...\glue 9.90276 plus 0.86108
 ...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
 ...\kern 0.0
 ...\hbox(0.0+0.0)x0.0
+...\glue 0.0 plus 1.0fil
 ...\glue 0.0
 ...\glue 0.0 plus 0.0001fil
 ..\pdfrunninglinkoff
diff --git a/required/latex-lab/testfiles/new-or-001.tlg b/required/latex-lab/testfiles/new-or-001.tlg
index 904ef7ff..9ddfd0b0 100644
--- a/required/latex-lab/testfiles/new-or-001.tlg
+++ b/required/latex-lab/testfiles/new-or-001.tlg
@@ -1,7 +1,7 @@
 This is a generated file for the l3build validation system.
 Don't change this file in any respect.
 > \@makecol=macro:
-->\@kernel at before@cclv \setbox \@outputbox \box \@cclv \@outputbox at removebskip \let \@elt \relax \xdef \@freelist {\@freelist \@midlist }\global \let \@midlist \@empty \UseSocket {@makecol/outputbox}\ifvbox \@kludgeins \@make at specialcolbox \else \@make at normalcolbox \fi \global \maxdepth \@maxdepth .
+->\setbox \@outputbox \box \@cclv \@outputbox at removebskip \@kernel at tagsupport@@makecol \let \@elt \relax \xdef \@freelist {\@freelist \@midlist }\global \let \@midlist \@empty \UseSocket {@makecol/outputbox}\ifvbox \@kludgeins \@make at specialcolbox \else \@make at normalcolbox \fi \global \maxdepth \@maxdepth .
 <argument> \@makecol 
 l. ...\ShowCommand\@makecol
 -------------------





More information about the latex3-commits mailing list.