[latex3-commits] [latex3/latex2e] tagging-730: change records and a missing test (151ca852)
github at latex-project.org
github at latex-project.org
Fri Oct 11 15:39:26 CEST 2024
Repository : https://github.com/latex3/latex2e
On branch : tagging-730
Link : https://github.com/latex3/latex2e/commit/151ca852fd6172561586768b5724790c39801fa5
>---------------------------------------------------------------
commit 151ca852fd6172561586768b5724790c39801fa5
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Fri Oct 11 15:39:26 2024 +0200
change records and a missing test
>---------------------------------------------------------------
151ca852fd6172561586768b5724790c39801fa5
required/latex-lab/changes.txt | 12 +
required/latex-lab/latex-lab-block.dtx | 14 +-
.../testfiles-block/tagging-0730.luatex.tlg | 658 +++++++++++++++++++++
3 files changed, 683 insertions(+), 1 deletion(-)
diff --git a/required/latex-lab/changes.txt b/required/latex-lab/changes.txt
index fbf70707..a7cbdfd8 100644
--- a/required/latex-lab/changes.txt
+++ b/required/latex-lab/changes.txt
@@ -1,3 +1,15 @@
+2024-10-11 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * latex-lab-block.dtx (subsubsection{verse environment}):
+ Update \@itemlabel in \l_@@_legacy_env_params_tl and not at the start of
+ the environment (tagging/730)
+
+ Set the defaults for \@itemlabel, \@listctr and @nmbrlist early in the
+ block code before the setup code gets executed (tagging/730)
+
+ (subsubsection{Implementation of list templates ...):
+ Correct logic for setting up the list counter (tagging/730)
+
2024-10-04 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
* latex-lab-firstaid.dtx: add first support for fancyvrb environments.
diff --git a/required/latex-lab/latex-lab-block.dtx b/required/latex-lab/latex-lab-block.dtx
index bc2c9d10..5c2bddf2 100644
--- a/required/latex-lab/latex-lab-block.dtx
+++ b/required/latex-lab/latex-lab-block.dtx
@@ -1268,6 +1268,9 @@
% We do this by storing them away and then call the list
% instance. Inside this instance the \texttt{setup-code} key
% contains \cs{legacylistsetupcode}, which makes use of the stored values.
+% \changes{v0.8v}{2024/10/11}{Update \cs{@itemlabel} in
+% \cs{l_@@_legacy_env_params_tl} and not at the start of the
+% environment (tagging/730)}
% \begin{macrocode}
\tl_set:Nn \l_@@_legacy_env_params_tl
{
@@ -1302,7 +1305,11 @@
\dim_zero:N \itemindent
% \end{macrocode}
%
-% By default a \env{list} environment is not numbered:
+% By default a \env{list} environment is not numbered, but this
+% happens already in the block template.
+% \changes{v0.8v}{2024/10/11}{Set the defaults for \cs{itemlabel},
+% \cs{@listctr} and \texttt{@nmbrlist} early in the block code
+% before the setup code gets executed (tagging/730)}
% \begin{macrocode}
% \tl_set:Nn \@listctr {}
% \legacy_if_set_false:n { @nmbrlist } % needed if lists are nested
@@ -1626,6 +1633,9 @@
% This is needed in case lists are nested as they otherwise would
% inherit outer values (and suddenly an \env{itemize} would start
% incrementing an outer \env{enumerate} counter, etc.
+% \changes{v0.8v}{2024/10/11}{Set the defaults for \cs{itemlabel},
+% \cs{@listctr} and \texttt{@nmbrlist} early in the block code
+% before the setup code gets executed (tagging/730)}
% \begin{macrocode}
\tl_clear:N \@itemlabel
\tl_clear:N \@listctr
@@ -2196,6 +2206,8 @@
% If not we check if \cs{@nmbrlist} is true which may be the case
% in legacy environments that used \cs{usecounter} in the argument
% to the \env{list} environment.
+% \changes{v0.8v}{2024/10/11}{Correct logic for setting up the list
+% counter (tagging/730)}
% \begin{macrocode}
\legacy_if:nT { @nmbrlist }
{
diff --git a/required/latex-lab/testfiles-block/tagging-0730.luatex.tlg b/required/latex-lab/testfiles-block/tagging-0730.luatex.tlg
new file mode 100644
index 00000000..a4965e25
--- /dev/null
+++ b/required/latex-lab/testfiles-block/tagging-0730.luatex.tlg
@@ -0,0 +1,658 @@
+This is a generated file for the l3build validation system.
+Don't change this file in any respect.
+==> enumerate-env-start
+==> use instance: list-1
+==> @endpe=false on input line ...
+==> use instance: enum-1
+==> template:list:std
+==> template:list:std end
+==> template:item:std
+==> item everypar on input line ...
+==> increment P on input line ...
+==> description-env-start
+==> use instance: list-2
+==> increment /P on input line ...
+==> use instance: description
+==> template:list:std
+==> template:list:std end
+==> template:item:std
+==> item everypar on input line ...
+==> increment P on input line ...
+==> template:item:std
+==> item with optional
+==> item everypar on input line ...
+==> increment P on input line ...
+==> template:item:std
+==> item everypar on input line ...
+==> increment P on input line ...
+==> blockenv common ending on input line ...
+==> template:item:std
+==> item everypar on input line ...
+==> increment P on input line ...
+==> itemize-env-start
+==> use instance: list-2
+==> increment /P on input line ...
+==> use instance: itemize-1
+==> template:list:std
+==> template:list:std end
+==> template:item:std
+==> item everypar on input line ...
+==> increment P on input line ...
+==> template:item:std
+==> item everypar on input line ...
+==> increment P on input line ...
+==> template:item:std
+==> item everypar on input line ...
+==> increment P on input line ...
+==> template:item:std
+==> item everypar on input line ...
+==> increment P on input line ...
+==> template:item:std
+==> item everypar on input line ...
+==> increment P on input line ...
+==> blockenv common ending on input line ...
+==> template:item:std
+==> item everypar on input line ...
+==> increment P on input line ...
+==> enumerate-env-start
+==> use instance: list-2
+==> increment /P on input line ...
+==> use instance: enum-2
+==> template:list:std
+==> template:list:std end
+==> template:item:std
+==> item everypar on input line ...
+==> increment P on input line ...
+==> template:item:std
+==> item everypar on input line ...
+==> increment P on input line ...
+==> blockenv common ending on input line ...
+==> template:item:std
+==> item everypar on input line ...
+==> increment P on input line ...
+==> blockenv common ending on input line ...
+==> flattened=false on input line ...
+==> Structure-end text-unit after displayblock on input line ...
+Completed box being shipped out [1]
+\vbox(679.0+0.0)x421.0, direction TLT
+.\hbox(0.0+0.0)x0.0, direction TLT
+..\kern-72.26999
+..\vbox(0.0+0.0)x0.0, glue set 72.26999fil, direction TLT
+...\kern-72.26999
+...\hbox(0.0+0.0)x0.0, direction TLT
+....\pdfliteral page <lua data reference ...>
+....\latelua0{ltx.__pdf.backend_ThisPage_gpush(tex.count["g_shipout_readonly_int"])}
+....\glue 0.0 plus 1.0fil minus 1.0fil
+...\glue 0.0 plus 1.0fil minus 1.0fil
+.\glue 20.0
+.\vbox(659.0+0.0)x390.0, shifted 31.0, direction TLT
+..\vbox(12.0+0.0)x390.0, glue set 12.0fil, direction TLT
+...\glue 0.0 plus 1.0fil
+...\pdflinkstate 1
+...\hbox(0.0+0.0)x390.0, direction TLT
+....\hbox(0.0+0.0)x390.0, direction TLT
+...\pdflinkstate 0
+..\glue 25.0
+..\glue(\lineskip) 0.0
+..\vbox(592.0+0.0)x390.0, glue set 283.46973fil, direction TLT
+...\latelua0{ltx.__pdf.Page.Resources.ExtGState=true}
+...\latelua0{ltx.pdf.Page_Resources_gpush(tex.count["g_shipout_readonly_int"])}
+...\write-{}
+...\glue(\topskip) 3.66669
+...\hbox(8.33331+0.0)x360.6253, glue set 344.9588fil, shifted 29.3747, direction TLT
+....\localpar
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(7.73332+0.0)x0.0, direction TLT
+.....\glue -29.3747
+.....\hbox(7.73332+0.0)x23.49976, glue set 14.36096fil, direction TLT
+......\glue 0.0 plus 1.0fil minus 1.0fil
+......\hbox(7.73332+0.0)x9.1388, direction TLT
+.......\hbox(0.0+0.0)x0.0, direction TLT
+.......\pdfliteral page <lua data reference ...>
+.......\pdfliteral page <lua data reference ...>
+.......\OT1/cmr/m/n/12 1
+.......\OT1/cmr/m/n/12 .
+.....\glue 5.87494
+....\penalty 0
+....\pdfliteral page <lua data reference ...>
+....\pdfliteral page <lua data reference ...>
+....\OT1/cmr/m/n/12 f
+....\OT1/cmr/m/n/12 o
+....\kern0.32639 (font)
+....\OT1/cmr/m/n/12 o
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\penalty -51
+...\glue 10.0 plus 5.0 minus 2.0
+...\glue -10.0 plus -5.0 minus -2.0
+...\glue 7.5 plus 4.0 minus 1.0
+...\glue(\parskip) 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 0.0
+...\glue(\baselineskip) 5.5
+...\hbox(9.0+3.0)x334.77562, glue set 196.97566fil, shifted 55.22438, direction TLT
+....\localpar
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(0.0+0.0)x0.0, direction TLT
+.....\glue -25.84969
+.....\hbox(0.0+0.0)x19.97475, glue set 19.97475fil, direction TLT
+......\hbox(0.0+0.0)x0.0, direction TLT
+.......\hbox(0.0+0.0)x0.0, direction TLT
+......\glue 0.0 plus 1.0fil minus 1.0fil
+.....\glue 5.87494
+....\penalty 0
+....\pdfliteral page <lua data reference ...>
+....\pdfliteral page <lua data reference ...>
+....\OT1/cmr/m/n/12 b
+....\OT1/cmr/m/n/12 a
+....\OT1/cmr/m/n/12 d
+....\TU/lmr/m/n/10
+....\glue(\spaceskip) 0.58662 plus 1.95831 minus 1.30554
+....\OT1/cmr/m/n/12 l
+....\OT1/cmr/m/n/12 a
+....\discretionary (penalty 50)
+.....< \OT1/cmr/m/n/12 -
+....\OT1/cmr/m/n/12 b
+....\kern0.32639 (font)
+....\OT1/cmr/m/n/12 e
+....\OT1/cmr/m/n/12 l
+....\TU/lmr/m/n/10
+....\glue(\spaceskip) 0.58662 plus 1.95831 minus 1.30554
+....\OT1/cmr/m/n/12 (
+....\OT1/cmr/m/n/12 s
+....\OT1/cmr/m/n/12 h
+....\OT1/cmr/m/n/12 o
+....\OT1/cmr/m/n/12 u
+....\OT1/cmr/m/n/12 l
+....\OT1/cmr/m/n/12 d
+....\TU/lmr/m/n/10
+....\glue(\spaceskip) 0.58662 plus 1.95831 minus 1.30554
+....\OT1/cmr/m/n/12 b
+....\kern0.32639 (font)
+....\OT1/cmr/m/n/12 e
+....\TU/lmr/m/n/10
+....\glue(\spaceskip) 0.58662 plus 1.95831 minus 1.30554
+....\OT1/cmr/m/n/12 n
+....\OT1/cmr/m/n/12 o
+....\OT1/cmr/m/n/12 n
+....\OT1/cmr/m/n/12 e
+....\OT1/cmr/m/n/12 )
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\penalty -51
+...\glue 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 0.0
+...\glue(\baselineskip) 3.16669
+...\hbox(8.33331+0.0)x334.77562, glue set 316.17163fil, shifted 55.22438, direction TLT
+....\localpar
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(8.33331+0.0)x0.0, direction TLT
+.....\glue -25.84969
+.....\hbox(8.33331+0.0)x19.97475, glue set 1.97475fil, direction TLT
+......\hbox(8.33331+0.0)x18.0, direction TLT
+.......\pdfliteral page <lua data reference ...>
+.......\pdfliteral page <lua data reference ...>
+.......\OT1/cmr/bx/n/12 f
+.......\OT1/cmr/bx/n/12 o
+.......\kern0.375 (font)
+.......\OT1/cmr/bx/n/12 o
+......\glue 0.0 plus 1.0fil minus 1.0fil
+.....\glue 5.87494
+....\penalty 0
+....\pdfliteral page <lua data reference ...>
+....\pdfliteral page <lua data reference ...>
+....\OT1/cmr/m/n/12 x
+....\OT1/cmr/m/n/12 x
+....\OT1/cmr/m/n/12 x
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\penalty -51
+...\glue 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 0.0
+...\glue(\baselineskip) 9.33333
+...\hbox(5.16667+0.0)x334.77562, glue set 316.17163fil, shifted 55.22438, direction TLT
+....\localpar
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(0.0+0.0)x0.0, direction TLT
+.....\glue -25.84969
+.....\hbox(0.0+0.0)x19.97475, glue set 19.97475fil, direction TLT
+......\hbox(0.0+0.0)x0.0, direction TLT
+.......\hbox(0.0+0.0)x0.0, direction TLT
+......\glue 0.0 plus 1.0fil minus 1.0fil
+.....\glue 5.87494
+....\penalty 0
+....\pdfliteral page <lua data reference ...>
+....\pdfliteral page <lua data reference ...>
+....\OT1/cmr/m/n/12 x
+....\OT1/cmr/m/n/12 x
+....\OT1/cmr/m/n/12 x
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\penalty -51
+...\glue 5.0 plus 2.5 minus 1.0
+...\glue -5.0 plus -2.5 minus -1.0
+...\penalty -51
+...\glue 5.0 plus 2.5 minus 1.0
+...\glue(\parskip) 5.0 plus 2.5 minus 1.0
+...\glue(\parskip) 0.0
+...\glue(\baselineskip) 5.5
+...\hbox(9.0+3.0)x360.6253, glue set 271.45679fil, shifted 29.3747, direction TLT
+....\localpar
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(7.73332+0.0)x0.0, direction TLT
+.....\glue -29.3747
+.....\hbox(7.73332+0.0)x23.49976, glue set 14.36096fil, direction TLT
+......\glue 0.0 plus 1.0fil minus 1.0fil
+......\hbox(7.73332+0.0)x9.1388, direction TLT
+.......\hbox(0.0+0.0)x0.0, direction TLT
+.......\pdfliteral page <lua data reference ...>
+.......\pdfliteral page <lua data reference ...>
+.......\OT1/cmr/m/n/12 2
+.......\OT1/cmr/m/n/12 .
+.....\glue 5.87494
+....\penalty 0
+....\pdfliteral page <lua data reference ...>
+....\pdfliteral page <lua data reference ...>
+....\OT1/cmr/m/n/12 b
+....\OT1/cmr/m/n/12 a
+....\OT1/cmr/m/n/12 r
+....\TU/lmr/m/n/10
+....\glue(\spaceskip) 0.58662 plus 1.95831 minus 1.30554
+....\OT1/cmr/m/n/12 (
+....\OT1/cmr/m/n/12 s
+....\OT1/cmr/m/n/12 h
+....\OT1/cmr/m/n/12 o
+....\OT1/cmr/m/n/12 u
+....\OT1/cmr/m/n/12 l
+....\OT1/cmr/m/n/12 d
+....\TU/lmr/m/n/10
+....\glue(\spaceskip) 0.58662 plus 1.95831 minus 1.30554
+....\OT1/cmr/m/n/12 b
+....\kern0.32639 (font)
+....\OT1/cmr/m/n/12 e
+....\TU/lmr/m/n/10
+....\glue(\spaceskip) 0.58662 plus 1.95831 minus 1.30554
+....\OT1/cmr/m/n/12 2
+....\OT1/cmr/m/n/12 )
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\penalty -51
+...\glue 10.0 plus 5.0 minus 2.0
+...\glue -10.0 plus -5.0 minus -2.0
+...\glue 7.5 plus 4.0 minus 1.0
+...\glue(\parskip) 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 0.0
+...\glue(\baselineskip) 6.27559
+...\hbox(5.22441+0.0)x334.77562, glue set 316.17163fil, shifted 55.22438, direction TLT
+....\localpar
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(5.22441+0.0)x0.0, direction TLT
+.....\glue -25.84969
+.....\hbox(5.22441+0.0)x19.97475, glue set 14.10118fil, direction TLT
+......\glue 0.0 plus 1.0fil minus 1.0fil
+......\hbox(5.22441+0.0)x5.87357, direction TLT
+.......\hbox(0.0+0.0)x0.0, direction TLT
+.......\pdfliteral page <lua data reference ...>
+.......\pdfliteral page <lua data reference ...>
+.......\TS1/cmr/m/n/12 ^^88
+.....\glue 5.87494
+....\penalty 0
+....\pdfliteral page <lua data reference ...>
+....\pdfliteral page <lua data reference ...>
+....\OT1/cmr/m/n/12 x
+....\OT1/cmr/m/n/12 x
+....\OT1/cmr/m/n/12 x
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\penalty -51
+...\glue 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 0.0
+...\glue(\baselineskip) 9.27559
+...\hbox(5.22441+0.0)x334.77562, glue set 316.17163fil, shifted 55.22438, direction TLT
+....\localpar
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(5.22441+0.0)x0.0, direction TLT
+.....\glue -25.84969
+.....\hbox(5.22441+0.0)x19.97475, glue set 14.10118fil, direction TLT
+......\glue 0.0 plus 1.0fil minus 1.0fil
+......\hbox(5.22441+0.0)x5.87357, direction TLT
+.......\hbox(0.0+0.0)x0.0, direction TLT
+.......\pdfliteral page <lua data reference ...>
+.......\pdfliteral page <lua data reference ...>
+.......\TS1/cmr/m/n/12 ^^88
+.....\glue 5.87494
+....\penalty 0
+....\pdfliteral page <lua data reference ...>
+....\pdfliteral page <lua data reference ...>
+....\OT1/cmr/m/n/12 x
+....\OT1/cmr/m/n/12 x
+....\OT1/cmr/m/n/12 x
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\penalty -51
+...\glue 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 0.0
+...\glue(\baselineskip) 9.27559
+...\hbox(5.22441+0.0)x334.77562, glue set 316.17163fil, shifted 55.22438, direction TLT
+....\localpar
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(5.22441+0.0)x0.0, direction TLT
+.....\glue -25.84969
+.....\hbox(5.22441+0.0)x19.97475, glue set 14.10118fil, direction TLT
+......\glue 0.0 plus 1.0fil minus 1.0fil
+......\hbox(5.22441+0.0)x5.87357, direction TLT
+.......\hbox(0.0+0.0)x0.0, direction TLT
+.......\pdfliteral page <lua data reference ...>
+.......\pdfliteral page <lua data reference ...>
+.......\TS1/cmr/m/n/12 ^^88
+.....\glue 5.87494
+....\penalty 0
+....\pdfliteral page <lua data reference ...>
+....\pdfliteral page <lua data reference ...>
+....\OT1/cmr/m/n/12 x
+....\OT1/cmr/m/n/12 x
+....\OT1/cmr/m/n/12 x
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\penalty -51
+...\glue 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 0.0
+...\glue(\baselineskip) 9.27559
+...\hbox(5.22441+0.0)x334.77562, glue set 316.17163fil, shifted 55.22438, direction TLT
+....\localpar
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(5.22441+0.0)x0.0, direction TLT
+.....\glue -25.84969
+.....\hbox(5.22441+0.0)x19.97475, glue set 14.10118fil, direction TLT
+......\glue 0.0 plus 1.0fil minus 1.0fil
+......\hbox(5.22441+0.0)x5.87357, direction TLT
+.......\hbox(0.0+0.0)x0.0, direction TLT
+.......\pdfliteral page <lua data reference ...>
+.......\pdfliteral page <lua data reference ...>
+.......\TS1/cmr/m/n/12 ^^88
+.....\glue 5.87494
+....\penalty 0
+....\pdfliteral page <lua data reference ...>
+....\pdfliteral page <lua data reference ...>
+....\OT1/cmr/m/n/12 x
+....\OT1/cmr/m/n/12 x
+....\OT1/cmr/m/n/12 x
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\penalty -51
+...\glue 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 0.0
+...\glue(\baselineskip) 9.27559
+...\hbox(5.22441+0.0)x334.77562, glue set 316.17163fil, shifted 55.22438, direction TLT
+....\localpar
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(5.22441+0.0)x0.0, direction TLT
+.....\glue -25.84969
+.....\hbox(5.22441+0.0)x19.97475, glue set 14.10118fil, direction TLT
+......\glue 0.0 plus 1.0fil minus 1.0fil
+......\hbox(5.22441+0.0)x5.87357, direction TLT
+.......\hbox(0.0+0.0)x0.0, direction TLT
+.......\pdfliteral page <lua data reference ...>
+.......\pdfliteral page <lua data reference ...>
+.......\TS1/cmr/m/n/12 ^^88
+.....\glue 5.87494
+....\penalty 0
+....\pdfliteral page <lua data reference ...>
+....\pdfliteral page <lua data reference ...>
+....\OT1/cmr/m/n/12 x
+....\OT1/cmr/m/n/12 x
+....\OT1/cmr/m/n/12 x
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\penalty -51
+...\glue 5.0 plus 2.5 minus 1.0
+...\glue -5.0 plus -2.5 minus -1.0
+...\penalty -51
+...\glue 5.0 plus 2.5 minus 1.0
+...\glue(\parskip) 5.0 plus 2.5 minus 1.0
+...\glue(\parskip) 0.0
+...\glue(\baselineskip) 5.5
+...\hbox(9.0+3.0)x360.6253, glue set 270.80402fil, shifted 29.3747, direction TLT
+....\localpar
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(7.73332+0.0)x0.0, direction TLT
+.....\glue -29.3747
+.....\hbox(7.73332+0.0)x23.49976, glue set 14.36096fil, direction TLT
+......\glue 0.0 plus 1.0fil minus 1.0fil
+......\hbox(7.73332+0.0)x9.1388, direction TLT
+.......\hbox(0.0+0.0)x0.0, direction TLT
+.......\pdfliteral page <lua data reference ...>
+.......\pdfliteral page <lua data reference ...>
+.......\OT1/cmr/m/n/12 3
+.......\OT1/cmr/m/n/12 .
+.....\glue 5.87494
+....\penalty 0
+....\pdfliteral page <lua data reference ...>
+....\pdfliteral page <lua data reference ...>
+....\OT1/cmr/m/n/12 (
+....\OT1/cmr/m/n/12 s
+....\OT1/cmr/m/n/12 h
+....\OT1/cmr/m/n/12 o
+....\OT1/cmr/m/n/12 u
+....\OT1/cmr/m/n/12 l
+....\OT1/cmr/m/n/12 d
+....\TU/lmr/m/n/10
+....\glue(\spaceskip) 0.58662 plus 1.95831 minus 1.30554
+....\OT1/cmr/m/n/12 b
+....\kern0.32639 (font)
+....\OT1/cmr/m/n/12 e
+....\TU/lmr/m/n/10
+....\glue(\spaceskip) 0.58662 plus 1.95831 minus 1.30554
+....\OT1/cmr/m/n/12 3
+....\OT1/cmr/m/n/12 )
+....\TU/lmr/m/n/10
+....\glue(\spaceskip) 0.58662 plus 1.95831 minus 1.30554
+....\OT1/cmr/m/n/12 b
+....\OT1/cmr/m/n/12 a
+....\OT1/cmr/m/n/12 z
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\penalty -51
+...\glue 10.0 plus 5.0 minus 2.0
+...\glue -10.0 plus -5.0 minus -2.0
+...\glue 7.5 plus 4.0 minus 1.0
+...\glue(\parskip) 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 0.0
+...\glue(\baselineskip) 2.5
+...\hbox(9.0+3.0)x334.77562, glue set 322.69934fil, shifted 55.22438, direction TLT
+....\localpar
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(9.0+3.0)x0.0, direction TLT
+.....\glue -25.84969
+.....\hbox(9.0+3.0)x19.97475, glue set 4.96101fil, direction TLT
+......\glue 0.0 plus 1.0fil minus 1.0fil
+......\hbox(9.0+3.0)x15.01373, direction TLT
+.......\hbox(0.0+0.0)x0.0, direction TLT
+.......\pdfliteral page <lua data reference ...>
+.......\pdfliteral page <lua data reference ...>
+.......\OT1/cmr/m/n/12 (
+.......\OT1/cmr/m/n/12 a
+.......\OT1/cmr/m/n/12 )
+.....\glue 5.87494
+....\penalty 0
+....\pdfliteral page <lua data reference ...>
+....\pdfliteral page <lua data reference ...>
+....\OT1/cmr/m/n/12 o
+....\OT1/cmr/m/n/12 k
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\penalty -51
+...\glue 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 2.5 plus 1.0 minus 1.0
+...\glue(\parskip) 0.0
+...\glue(\baselineskip) 2.5
+...\hbox(9.0+3.0)x334.77562, glue set 322.69934fil, shifted 55.22438, direction TLT
+....\localpar
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(9.0+3.0)x0.0, direction TLT
+.....\glue -25.84969
+.....\hbox(9.0+3.0)x19.97475, glue set 4.30824fil, direction TLT
+......\glue 0.0 plus 1.0fil minus 1.0fil
+......\hbox(9.0+3.0)x15.6665, direction TLT
+.......\hbox(0.0+0.0)x0.0, direction TLT
+.......\pdfliteral page <lua data reference ...>
+.......\pdfliteral page <lua data reference ...>
+.......\OT1/cmr/m/n/12 (
+.......\OT1/cmr/m/n/12 b
+.......\OT1/cmr/m/n/12 )
+.....\glue 5.87494
+....\penalty 0
+....\pdfliteral page <lua data reference ...>
+....\pdfliteral page <lua data reference ...>
+....\OT1/cmr/m/n/12 o
+....\OT1/cmr/m/n/12 k
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\penalty -51
+...\glue 5.0 plus 2.5 minus 1.0
+...\glue -8.0 plus -2.5 minus -1.0
+...\penalty -51
+...\glue 3.0
+...\glue 5.0 plus 2.5 minus 1.0
+...\glue(\parskip) 5.0 plus 2.5 minus 1.0
+...\glue(\parskip) 0.0
+...\glue(\baselineskip) 2.5
+...\hbox(9.0+3.0)x360.6253, glue set 276.35257fil, shifted 29.3747, direction TLT
+....\localpar
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(7.73332+0.0)x0.0, direction TLT
+.....\glue -29.3747
+.....\hbox(7.73332+0.0)x23.49976, glue set 14.36096fil, direction TLT
+......\glue 0.0 plus 1.0fil minus 1.0fil
+......\hbox(7.73332+0.0)x9.1388, direction TLT
+.......\hbox(0.0+0.0)x0.0, direction TLT
+.......\pdfliteral page <lua data reference ...>
+.......\pdfliteral page <lua data reference ...>
+.......\OT1/cmr/m/n/12 4
+.......\OT1/cmr/m/n/12 .
+.....\glue 5.87494
+....\penalty 0
+....\pdfliteral page <lua data reference ...>
+....\pdfliteral page <lua data reference ...>
+....\OT1/cmr/m/n/12 o
+....\OT1/cmr/m/n/12 k
+....\TU/lmr/m/n/10
+....\glue(\spaceskip) 0.58662 plus 1.95831 minus 1.30554
+....\OT1/cmr/m/n/12 (
+....\OT1/cmr/m/n/12 s
+....\OT1/cmr/m/n/12 h
+....\OT1/cmr/m/n/12 o
+....\OT1/cmr/m/n/12 u
+....\OT1/cmr/m/n/12 l
+....\OT1/cmr/m/n/12 d
+....\TU/lmr/m/n/10
+....\glue(\spaceskip) 0.58662 plus 1.95831 minus 1.30554
+....\OT1/cmr/m/n/12 b
+....\kern0.32639 (font)
+....\OT1/cmr/m/n/12 e
+....\TU/lmr/m/n/10
+....\glue(\spaceskip) 0.58662 plus 1.95831 minus 1.30554
+....\OT1/cmr/m/n/12 4
+....\OT1/cmr/m/n/12 )
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\penalty -51
+...\glue 13.0 plus 6.0 minus 8.0
+...\glue -3.0
+...\glue 0.0 plus 1.0fil
+...\glue 0.0 plus -1.0fil
+...\glue 0.0 plus 1.0fil
+...\glue 0.0
+...\glue 0.0 plus 0.0001fil
+..\pdfliteral page <lua data reference ...>
+..\pdfliteral page <lua data reference ...>
+..\pdflinkstate 1
+..\glue(\baselineskip) 22.26668
+..\hbox(7.73332+0.0)x390.0, direction TLT
+...\hbox(7.73332+0.0)x390.0, glue set 192.06253fil, direction TLT
+....\glue 0.0 plus 1.0fil
+....\pdfliteral page <lua data reference ...>
+....\pdfliteral page <lua data reference ...>
+....\OT1/cmr/m/n/12 1
+....\glue 0.0 plus 1.0fil
+..\pdfliteral page <lua data reference ...>
+..\pdfliteral page <lua data reference ...>
+..\pdflinkstate 0
+.\kern0.0
+.\kern-679.0
+.\hbox(0.0+0.0)x0.0, direction TLT
+.\kern679.0
+.\pdfliteral page <lua data reference ...>
+(tagging-0730.aux)
+Package tagpdf Info: Finalizing the tagging structure:
+(tagpdf) Writing out ~79 structure objects
+(tagpdf) with ~30 'MC' leaf nodes.
+(tagpdf) Be patient if there are lots of objects!
+Package tagpdf Info: writing ParentTree
+Package tagpdf Info: writing IDTree
+Package tagpdf Info: writing RoleMap
+Package tagpdf Info: writing ClassMap
+Package tagpdf Info: writing NameSpaces
+Package tagpdf Info: writing StructElems
+Package tagpdf Info: writing Root
More information about the latex3-commits
mailing list.