diff --git a/required/latex-lab/changes.txt b/required/latex-lab/changes.txt index ff5bc895c..0b1a803d5 100644 --- a/required/latex-lab/changes.txt +++ b/required/latex-lab/changes.txt @@ -1,13 +1,17 @@ + +2024-01-30 Ulrike Fischer + * latex-lab-block.dtx, latex-lab-namespace.dtx: change tagging of verbatim. + 2025-01-27 Frank Mittelbach * latex-lab-firstaid.dtx (subsection{ams classes and amsthm}): Add missing \par to abstract env (gh/1641) + 2025-01-05 Ulrike Fischer * latex-lab-sec.dtx: add \par before \mainmatter etc (tagging/777) * latex-lab-table.dtx: use ARIA-role as default for presentation tables (tagging/778), add option to use Div-structures instead of Table. - 2024-12-27 Frank Mittelbach * latex-lab-table.dtx,latex-lab-toc-kernel-changes.dtx, diff --git a/required/latex-lab/latex-lab-block.dtx b/required/latex-lab/latex-lab-block.dtx index 618b4821c..82f65e816 100644 --- a/required/latex-lab/latex-lab-block.dtx +++ b/required/latex-lab/latex-lab-block.dtx @@ -9,8 +9,9 @@ % % https://www.latex-project.org/lppl.txt % -\def\ltlabblockdate{2025-01-18} -\def\ltlabblockversion{0.8z} +\def\ltlabblockdate{2025-01-20} +\def\ltlabblockversion{0.9a} + %<*driver> \documentclass[kernel]{l3doc} \usepackage{amstext} @@ -3276,6 +3277,7 @@ % of a surrounding list. So instead we need to make sure that the % paragraph end is executed in a group so that any parshape setup % is preserved. +% \changes{v0.8x}{2025/01/12}{flattened para inside verbatim using codeline tag} % \begin{macrocode} %<@@=> \def\legacyverbatimsetup{% @@ -3294,8 +3296,7 @@ % \end{macrocode} % % \begin{macrocode} - \tl_set:Nn \l__tag_para_main_tag_tl {codeline} - \tagtool{paratag=Code}% oder faster: \tl_set:Nn\l__tag_para_tag_tl{Code} + \tl_set:Nn \l__tag_para_tag_tl {codeline} } %<@@=block> % \end{macrocode} @@ -3892,10 +3893,14 @@ % % \begin{instance}{blockenv verbatim} % -% The rolemapping is currently \struct{verbatim} to \struct{P} and +% The rolemapping is \struct{verbatim} to \struct{Code} and % \struct{codeline} to \struct{Sub} (which is role mapped -% to \struct{Span} in pdf 1.7. Alternatives for PDF 1.7: \struct{Div} and \struct{P}. -% +% to \struct{Span} in pdf 1.7. Sub inside Code is allowed according +% the errata of ISO 32005. The paragraphs inside verbatim are flattened. +% Line numbers should inside the \struct{codeline} structure +% and be tagged either as \struct{Lbl} or \struct{Artifact}\struct{Lbl}. +% +% \changes{v0.8x}{2025/01/12}{use flattened para inside verbatim} % \begin{macrocode} \DeclareInstance{blockenv}{verbatim}{display} { @@ -3903,6 +3908,7 @@ tag-name = verbatim, tag-class = , tagging-recipe = standard, + para-flattened = true, inner-level-counter = , level-increase = false, setup-code = , diff --git a/required/latex-lab/latex-lab-firstaid.dtx b/required/latex-lab/latex-lab-firstaid.dtx index 94cd35027..a25192395 100644 --- a/required/latex-lab/latex-lab-firstaid.dtx +++ b/required/latex-lab/latex-lab-firstaid.dtx @@ -477,7 +477,7 @@ % The environments are surrounded by a \texttt{verbatim} structure, % every line by a \texttt{codeline} % structure (this requires the block code, but firstaid should be used only with -% phase-III anyway). Line numbers are tagged as Lbl, currently outside of the +% phase-III anyway). Line numbers are tagged as Lbl, inside of the % \texttt{codeline} structure. The frame lines are marked as artifact. % % \begin{macro}{\FV@LeaveVMode} @@ -564,6 +564,7 @@ \hbox to \hsize{% \kern\leftmargin \hbox to \linewidth{% + \tag_struct_begin:n{tag=codeline} \cs_if_exist:NT \FV@LeftListNumber { \tag_struct_begin:n{tag=Lbl} @@ -578,7 +579,6 @@ \FV@LeftListFrame \tag_mc_end: } - \tag_struct_begin:n{tag=codeline} \tag_mc_begin:n{}% \FancyVerbFormatLine{#1}% \tag_mc_end: diff --git a/required/latex-lab/latex-lab-namespace.dtx b/required/latex-lab/latex-lab-namespace.dtx index fe79cd8ba..e0cbbd972 100644 --- a/required/latex-lab/latex-lab-namespace.dtx +++ b/required/latex-lab/latex-lab-namespace.dtx @@ -26,7 +26,7 @@ % \fi % \title{Prototype reimplementation of \LaTeXe{}'s role mapping} % \author{\LaTeX{} Project, initial implementation Ulrike Fischer} -% \date{v0.8b 2024-07-05} +% \date{v0.8c 2025-01-09} % % \maketitle % @@ -52,6 +52,7 @@ % % \end{documentation} % \begin{implementation} +% \changes{v0.8c}{2025/01/12}{changed mapping of verbatim to Code as Sub is now allowed inside Code} % \begin{macrocode} %<*ns-latex-lab> %% \ProvidesExplFile {tagpdf-ns-latex-lab.def} {2023-09-04} {0.8} @@ -88,7 +89,7 @@ enumerate, L, pdf2, description, L, pdf2, quote, BlockQuote,pdf, quotation, BlockQuote,pdf, -verbatim, Div, pdf2, % overwritten by block +verbatim, Code, pdf, % overwritten by block item, LI, pdf2, itemlabel, Lbl, pdf2, itembody, LBody, pdf2, @@ -101,7 +102,7 @@ text, P, pdf2, % \subsection{From block code} % \begin{macrocode} theorem-like, Sect, pdf2, -verbatim, P, pdf2, +verbatim, Code, pdf, codeline, Sub, pdf2, % \end{macrocode} % \subsection{From float code} diff --git a/required/latex-lab/testfiles-OR-luatex/memoir-001.tpf b/required/latex-lab/testfiles-OR-luatex/memoir-001.tpf index bb36ee758..d6d54091b 100644 --- a/required/latex-lab/testfiles-OR-luatex/memoir-001.tpf +++ b/required/latex-lab/testfiles-OR-luatex/memoir-001.tpf @@ -635,7 +635,7 @@ endobj << /Kids [55 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K [10 0 R 36 0 R] /ID (ID.002) >> @@ -1103,92 +1103,92 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000036682 00000 n +0000036685 00000 n 0000030045 00000 n 0000031044 00000 n 0000000000 00000 f -0000031636 00000 n -0000031730 00000 n -0000031817 00000 n -0000032127 00000 n -0000032262 00000 n -0000032438 00000 n -0000032559 00000 n -0000032694 00000 n -0000032870 00000 n -0000032991 00000 n -0000033126 00000 n -0000033302 00000 n -0000033423 00000 n -0000033558 00000 n -0000033734 00000 n -0000033855 00000 n -0000033990 00000 n -0000034166 00000 n -0000034287 00000 n -0000034422 00000 n -0000034598 00000 n -0000034719 00000 n -0000034854 00000 n -0000035030 00000 n -0000035151 00000 n -0000035286 00000 n -0000035462 00000 n -0000035583 00000 n -0000035670 00000 n -0000035851 00000 n -0000035987 00000 n -0000036163 00000 n -0000036284 00000 n -0000036420 00000 n -0000036561 00000 n +0000031639 00000 n +0000031733 00000 n +0000031820 00000 n +0000032130 00000 n +0000032265 00000 n +0000032441 00000 n +0000032562 00000 n +0000032697 00000 n +0000032873 00000 n +0000032994 00000 n +0000033129 00000 n +0000033305 00000 n +0000033426 00000 n +0000033561 00000 n +0000033737 00000 n +0000033858 00000 n +0000033993 00000 n +0000034169 00000 n +0000034290 00000 n +0000034425 00000 n +0000034601 00000 n +0000034722 00000 n +0000034857 00000 n +0000035033 00000 n +0000035154 00000 n +0000035289 00000 n +0000035465 00000 n +0000035586 00000 n +0000035673 00000 n +0000035854 00000 n +0000035990 00000 n +0000036166 00000 n +0000036287 00000 n +0000036423 00000 n +0000036564 00000 n 0000000020 00000 n 0000029827 00000 n 0000029692 00000 n 0000011802 00000 n -0000055982 00000 n -0000048661 00000 n -0000045094 00000 n -0000043021 00000 n -0000039504 00000 n -0000056336 00000 n +0000055985 00000 n +0000048664 00000 n +0000045097 00000 n +0000043024 00000 n +0000039507 00000 n +0000056339 00000 n 0000030009 00000 n 0000030389 00000 n 0000031007 00000 n -0000036783 00000 n -0000038418 00000 n -0000036895 00000 n -0000036970 00000 n -0000038654 00000 n -0000039658 00000 n -0000039858 00000 n -0000041911 00000 n -0000039970 00000 n -0000040046 00000 n -0000042147 00000 n -0000043174 00000 n -0000043373 00000 n -0000044111 00000 n -0000043404 00000 n -0000043470 00000 n -0000044347 00000 n -0000045247 00000 n -0000045446 00000 n -0000047552 00000 n -0000045558 00000 n -0000045634 00000 n -0000047787 00000 n -0000048814 00000 n -0000049013 00000 n -0000054475 00000 n -0000049353 00000 n -0000049481 00000 n -0000054711 00000 n -0000056136 00000 n -0000056398 00000 n -0000056513 00000 n +0000036786 00000 n +0000038421 00000 n +0000036898 00000 n +0000036973 00000 n +0000038657 00000 n +0000039661 00000 n +0000039861 00000 n +0000041914 00000 n +0000039973 00000 n +0000040049 00000 n +0000042150 00000 n +0000043177 00000 n +0000043376 00000 n +0000044114 00000 n +0000043407 00000 n +0000043473 00000 n +0000044350 00000 n +0000045250 00000 n +0000045449 00000 n +0000047555 00000 n +0000045561 00000 n +0000045637 00000 n +0000047790 00000 n +0000048817 00000 n +0000049016 00000 n +0000054478 00000 n +0000049356 00000 n +0000049484 00000 n +0000054714 00000 n +0000056139 00000 n +0000056401 00000 n +0000056516 00000 n trailer << /Size 89 /Root 87 0 R /Info 88 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -56645 +56648 %%EOF diff --git a/required/latex-lab/testfiles-OR-luatex/scrartcl-001.tpf b/required/latex-lab/testfiles-OR-luatex/scrartcl-001.tpf index 909f2f8bb..ae3c58a8a 100644 --- a/required/latex-lab/testfiles-OR-luatex/scrartcl-001.tpf +++ b/required/latex-lab/testfiles-OR-luatex/scrartcl-001.tpf @@ -429,7 +429,7 @@ endobj << /Kids [63 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 10 0 obj << /Type /StructElem /S /Document /P 5 0 R /K 11 0 R /ID (ID.002) >> @@ -760,38 +760,38 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000019353 00000 n +0000019356 00000 n 0000015801 00000 n 0000016380 00000 n 0000000000 00000 f 0000013472 00000 n -0000016959 00000 n -0000017045 00000 n -0000017133 00000 n -0000017359 00000 n -0000017470 00000 n +0000016962 00000 n +0000017048 00000 n +0000017136 00000 n +0000017362 00000 n +0000017473 00000 n 0000013669 00000 n 0000000020 00000 n -0000017589 00000 n -0000017701 00000 n -0000017789 00000 n -0000017904 00000 n -0000018023 00000 n -0000018134 00000 n +0000017592 00000 n +0000017704 00000 n +0000017792 00000 n +0000017907 00000 n +0000018026 00000 n +0000018137 00000 n 0000014005 00000 n 0000000073 00000 n -0000018253 00000 n -0000018365 00000 n -0000018453 00000 n -0000018568 00000 n -0000018687 00000 n -0000018798 00000 n +0000018256 00000 n +0000018368 00000 n +0000018456 00000 n +0000018571 00000 n +0000018690 00000 n +0000018801 00000 n 0000014346 00000 n 0000000126 00000 n -0000018917 00000 n -0000019029 00000 n -0000019117 00000 n -0000019233 00000 n +0000018920 00000 n +0000019032 00000 n +0000019120 00000 n +0000019236 00000 n 0000000179 00000 n 0000015595 00000 n 0000011977 00000 n @@ -799,14 +799,14 @@ xref 0000014747 00000 n 0000014799 00000 n 0000014859 00000 n -0000029939 00000 n -0000027580 00000 n +0000029942 00000 n +0000027583 00000 n 0000014911 00000 n 0000014972 00000 n 0000015025 00000 n 0000015086 00000 n -0000024451 00000 n -0000021550 00000 n +0000024454 00000 n +0000021553 00000 n 0000015139 00000 n 0000015200 00000 n 0000015253 00000 n @@ -815,41 +815,41 @@ xref 0000015428 00000 n 0000015481 00000 n 0000015542 00000 n -0000030293 00000 n +0000030296 00000 n 0000013628 00000 n 0000015765 00000 n 0000015948 00000 n 0000016343 00000 n -0000019455 00000 n -0000020534 00000 n -0000019509 00000 n -0000019583 00000 n -0000020770 00000 n -0000021704 00000 n -0000021904 00000 n -0000023384 00000 n -0000021988 00000 n -0000022062 00000 n -0000023620 00000 n -0000024604 00000 n -0000024803 00000 n -0000026500 00000 n -0000024899 00000 n -0000024974 00000 n -0000026735 00000 n -0000027733 00000 n -0000027932 00000 n -0000028923 00000 n -0000027987 00000 n -0000028062 00000 n -0000029159 00000 n -0000030093 00000 n -0000030354 00000 n -0000030585 00000 n -0000030621 00000 n -0000030860 00000 n +0000019458 00000 n +0000020537 00000 n +0000019512 00000 n +0000019586 00000 n +0000020773 00000 n +0000021707 00000 n +0000021907 00000 n +0000023387 00000 n +0000021991 00000 n +0000022065 00000 n +0000023623 00000 n +0000024607 00000 n +0000024806 00000 n +0000026503 00000 n +0000024902 00000 n +0000024977 00000 n +0000026738 00000 n +0000027736 00000 n +0000027935 00000 n +0000028926 00000 n +0000027990 00000 n +0000028065 00000 n +0000029162 00000 n +0000030096 00000 n +0000030357 00000 n +0000030588 00000 n +0000030624 00000 n +0000030863 00000 n trailer << /Size 93 /Root 91 0 R /Info 92 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -31069 +31072 %%EOF diff --git a/required/latex-lab/testfiles-OR-luatex/test-minipage.tpf b/required/latex-lab/testfiles-OR-luatex/test-minipage.tpf index 177f266ec..5d7716983 100644 --- a/required/latex-lab/testfiles-OR-luatex/test-minipage.tpf +++ b/required/latex-lab/testfiles-OR-luatex/test-minipage.tpf @@ -400,7 +400,7 @@ endobj << /Kids [59 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 10 0 obj << /Type /StructElem /S /Document /P 5 0 R /K [11 0 R 13 0 R 35 0 R] /ID (ID.002) >> @@ -730,38 +730,38 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000018530 00000 n +0000018533 00000 n 0000014940 00000 n 0000015528 00000 n 0000000000 00000 f 0000013189 00000 n -0000016107 00000 n -0000016209 00000 n -0000016297 00000 n -0000016407 00000 n -0000016511 00000 n -0000016584 00000 n -0000016666 00000 n -0000016754 00000 n -0000016931 00000 n -0000017042 00000 n +0000016110 00000 n +0000016212 00000 n +0000016300 00000 n +0000016410 00000 n +0000016514 00000 n +0000016587 00000 n +0000016669 00000 n +0000016757 00000 n +0000016934 00000 n +0000017045 00000 n 0000013372 00000 n 0000000020 00000 n -0000017161 00000 n -0000017273 00000 n -0000017361 00000 n -0000017476 00000 n -0000017595 00000 n -0000017706 00000 n +0000017164 00000 n +0000017276 00000 n +0000017364 00000 n +0000017479 00000 n +0000017598 00000 n +0000017709 00000 n 0000013714 00000 n 0000000073 00000 n -0000017825 00000 n -0000017937 00000 n -0000018025 00000 n -0000018140 00000 n -0000018259 00000 n -0000018332 00000 n -0000018420 00000 n +0000017828 00000 n +0000017940 00000 n +0000018028 00000 n +0000018143 00000 n +0000018262 00000 n +0000018335 00000 n +0000018423 00000 n 0000000126 00000 n 0000014734 00000 n 0000011925 00000 n @@ -769,53 +769,53 @@ xref 0000014112 00000 n 0000014164 00000 n 0000014225 00000 n -0000028302 00000 n -0000025416 00000 n +0000028305 00000 n +0000025419 00000 n 0000014278 00000 n 0000014339 00000 n 0000014392 00000 n 0000014453 00000 n -0000023112 00000 n -0000020812 00000 n +0000023115 00000 n +0000020815 00000 n 0000014506 00000 n 0000014567 00000 n 0000014620 00000 n 0000014681 00000 n -0000028656 00000 n +0000028659 00000 n 0000013338 00000 n 0000014904 00000 n 0000015064 00000 n 0000015491 00000 n -0000018632 00000 n -0000019802 00000 n -0000018686 00000 n -0000018761 00000 n -0000020037 00000 n -0000020965 00000 n -0000021164 00000 n -0000022115 00000 n -0000021206 00000 n -0000021271 00000 n -0000022351 00000 n -0000023265 00000 n -0000023464 00000 n -0000024419 00000 n -0000023506 00000 n -0000023571 00000 n -0000024655 00000 n -0000025569 00000 n -0000025768 00000 n -0000027230 00000 n -0000025866 00000 n -0000025939 00000 n -0000027466 00000 n -0000028456 00000 n -0000028717 00000 n -0000028906 00000 n -0000028942 00000 n -0000029181 00000 n +0000018635 00000 n +0000019805 00000 n +0000018689 00000 n +0000018764 00000 n +0000020040 00000 n +0000020968 00000 n +0000021167 00000 n +0000022118 00000 n +0000021209 00000 n +0000021274 00000 n +0000022354 00000 n +0000023268 00000 n +0000023467 00000 n +0000024422 00000 n +0000023509 00000 n +0000023574 00000 n +0000024658 00000 n +0000025572 00000 n +0000025771 00000 n +0000027233 00000 n +0000025869 00000 n +0000025942 00000 n +0000027469 00000 n +0000028459 00000 n +0000028720 00000 n +0000028909 00000 n +0000028945 00000 n +0000029184 00000 n trailer << /Size 89 /Root 87 0 R /Info 88 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -29390 +29393 %%EOF diff --git a/required/latex-lab/testfiles-OR-luatex/test-tnote-setup.tpf b/required/latex-lab/testfiles-OR-luatex/test-tnote-setup.tpf index bc94afeb7..140d18857 100644 --- a/required/latex-lab/testfiles-OR-luatex/test-tnote-setup.tpf +++ b/required/latex-lab/testfiles-OR-luatex/test-tnote-setup.tpf @@ -161,7 +161,7 @@ endobj << /Kids [56 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 10 0 obj << /Type /StructElem /S /Document /P 5 0 R /K [11 0 R 17 0 R 23 0 R 29 0 R 33 0 R] /ID (ID.002) >> @@ -390,77 +390,77 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000007295 00000 n +0000007298 00000 n 0000003607 00000 n 0000004211 00000 n 0000000000 00000 f 0000001698 00000 n -0000004790 00000 n -0000004906 00000 n -0000004994 00000 n -0000005081 00000 n -0000005192 00000 n +0000004793 00000 n +0000004909 00000 n +0000004997 00000 n +0000005084 00000 n +0000005195 00000 n 0000001888 00000 n 0000000020 00000 n -0000005311 00000 n -0000005399 00000 n -0000005519 00000 n -0000005630 00000 n +0000005314 00000 n +0000005402 00000 n +0000005522 00000 n +0000005633 00000 n 0000002210 00000 n 0000000073 00000 n -0000005749 00000 n -0000005837 00000 n -0000005990 00000 n -0000006101 00000 n +0000005752 00000 n +0000005840 00000 n +0000005993 00000 n +0000006104 00000 n 0000002532 00000 n 0000000126 00000 n -0000006220 00000 n -0000006330 00000 n -0000006418 00000 n -0000006538 00000 n -0000006657 00000 n -0000006769 00000 n -0000006857 00000 n -0000006977 00000 n -0000007096 00000 n -0000007184 00000 n +0000006223 00000 n +0000006333 00000 n +0000006421 00000 n +0000006541 00000 n +0000006660 00000 n +0000006772 00000 n +0000006860 00000 n +0000006980 00000 n +0000007099 00000 n +0000007187 00000 n 0000003425 00000 n 0000000179 00000 n 0000002859 00000 n 0000002919 00000 n 0000002971 00000 n 0000003032 00000 n -0000014512 00000 n -0000012282 00000 n +0000014515 00000 n +0000012285 00000 n 0000003085 00000 n 0000003146 00000 n 0000003199 00000 n 0000003260 00000 n 0000003313 00000 n 0000003373 00000 n -0000014864 00000 n +0000014867 00000 n 0000001847 00000 n 0000003571 00000 n 0000003747 00000 n 0000004174 00000 n -0000007397 00000 n -0000011009 00000 n -0000007631 00000 n -0000007707 00000 n -0000011245 00000 n -0000012436 00000 n -0000012636 00000 n -0000013515 00000 n -0000012679 00000 n -0000012753 00000 n -0000013751 00000 n -0000014665 00000 n -0000014925 00000 n -0000015083 00000 n -0000015119 00000 n -0000015342 00000 n +0000007400 00000 n +0000011012 00000 n +0000007634 00000 n +0000007710 00000 n +0000011248 00000 n +0000012439 00000 n +0000012639 00000 n +0000013518 00000 n +0000012682 00000 n +0000012756 00000 n +0000013754 00000 n +0000014668 00000 n +0000014928 00000 n +0000015086 00000 n +0000015122 00000 n +0000015345 00000 n trailer << /Size 74 /Root 72 0 R /Info 73 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -15553 +15556 %%EOF diff --git a/required/latex-lab/testfiles-OR-luatex/test1.tpf b/required/latex-lab/testfiles-OR-luatex/test1.tpf index 9ea720c60..411d4c4ba 100644 --- a/required/latex-lab/testfiles-OR-luatex/test1.tpf +++ b/required/latex-lab/testfiles-OR-luatex/test1.tpf @@ -71,7 +71,7 @@ endobj << /Kids [26 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K 10 0 R /ID (ID.02) >> @@ -345,57 +345,57 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000002736 00000 n +0000002739 00000 n 0000001016 00000 n 0000001293 00000 n 0000000000 00000 f -0000001872 00000 n -0000001956 00000 n -0000002042 00000 n -0000002170 00000 n -0000002304 00000 n -0000002415 00000 n -0000002502 00000 n -0000002617 00000 n +0000001875 00000 n +0000001959 00000 n +0000002045 00000 n +0000002173 00000 n +0000002307 00000 n +0000002418 00000 n +0000002505 00000 n +0000002620 00000 n 0000000810 00000 n 0000000675 00000 n 0000000020 00000 n -0000011586 00000 n -0000009030 00000 n -0000006943 00000 n -0000004853 00000 n -0000011940 00000 n +0000011589 00000 n +0000009033 00000 n +0000006946 00000 n +0000004856 00000 n +0000011943 00000 n 0000000980 00000 n 0000001080 00000 n 0000001256 00000 n -0000002837 00000 n -0000003843 00000 n -0000002891 00000 n -0000002965 00000 n -0000004078 00000 n -0000005006 00000 n -0000005205 00000 n -0000005960 00000 n -0000005236 00000 n -0000005307 00000 n -0000006196 00000 n -0000007096 00000 n -0000007295 00000 n -0000008047 00000 n -0000007326 00000 n -0000007397 00000 n -0000008283 00000 n -0000009183 00000 n -0000009382 00000 n -0000010556 00000 n -0000009446 00000 n -0000009517 00000 n -0000010792 00000 n -0000011740 00000 n -0000012002 00000 n -0000012101 00000 n +0000002840 00000 n +0000003846 00000 n +0000002894 00000 n +0000002968 00000 n +0000004081 00000 n +0000005009 00000 n +0000005208 00000 n +0000005963 00000 n +0000005239 00000 n +0000005310 00000 n +0000006199 00000 n +0000007099 00000 n +0000007298 00000 n +0000008050 00000 n +0000007329 00000 n +0000007400 00000 n +0000008286 00000 n +0000009186 00000 n +0000009385 00000 n +0000010559 00000 n +0000009449 00000 n +0000009520 00000 n +0000010795 00000 n +0000011743 00000 n +0000012005 00000 n +0000012104 00000 n trailer << /Size 54 /Root 52 0 R /Info 53 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -12235 +12238 %%EOF diff --git a/required/latex-lab/testfiles-OR-luatex/test10.tpf b/required/latex-lab/testfiles-OR-luatex/test10.tpf index 1e583cff8..d5fa9d02b 100644 --- a/required/latex-lab/testfiles-OR-luatex/test10.tpf +++ b/required/latex-lab/testfiles-OR-luatex/test10.tpf @@ -143,7 +143,7 @@ endobj << /Kids [58 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -155,16 +155,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -450,40 +450,40 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000007168 00000 n +0000007163 00000 n 0000003046 00000 n 0000003469 00000 n -0000005421 00000 n -0000004048 00000 n +0000005416 00000 n +0000004051 00000 n 0000000012 00000 f -0000004116 00000 n +0000004119 00000 n 0000000014 00000 f -0000004186 00000 n +0000004189 00000 n 0000000020 00000 f -0000004949 00000 n -0000004267 00000 n +0000004954 00000 n +0000004270 00000 n 0000005227 00000 n 0000005056 00000 n -0000005334 00000 n +0000005329 00000 n 0000000000 00000 f 0000001210 00000 n -0000005482 00000 n -0000005580 00000 n -0000005680 00000 n -0000005905 00000 n -0000006028 00000 n +0000005477 00000 n +0000005575 00000 n +0000005675 00000 n +0000005900 00000 n +0000006023 00000 n 0000001401 00000 n 0000000020 00000 n -0000006160 00000 n -0000006283 00000 n +0000006155 00000 n +0000006278 00000 n 0000001735 00000 n 0000000074 00000 n -0000006415 00000 n -0000006553 00000 n -0000006653 00000 n -0000006781 00000 n -0000006913 00000 n -0000007036 00000 n +0000006410 00000 n +0000006548 00000 n +0000006648 00000 n +0000006776 00000 n +0000006908 00000 n +0000007031 00000 n 0000002071 00000 n 0000000128 00000 n 0000002864 00000 n @@ -492,45 +492,45 @@ xref 0000002467 00000 n 0000002519 00000 n 0000002581 00000 n -0000015806 00000 n -0000013303 00000 n +0000015801 00000 n +0000013298 00000 n 0000002634 00000 n 0000002696 00000 n 0000002749 00000 n 0000002811 00000 n -0000011302 00000 n -0000009298 00000 n -0000016160 00000 n +0000011297 00000 n +0000009293 00000 n +0000016155 00000 n 0000001360 00000 n 0000003010 00000 n 0000003165 00000 n 0000003432 00000 n -0000007288 00000 n -0000008303 00000 n -0000007341 00000 n -0000008523 00000 n -0000009451 00000 n -0000009650 00000 n -0000010334 00000 n -0000009681 00000 n -0000010555 00000 n -0000011455 00000 n -0000011654 00000 n -0000012335 00000 n -0000011685 00000 n -0000012556 00000 n -0000013456 00000 n -0000013655 00000 n -0000014777 00000 n -0000013731 00000 n -0000014998 00000 n -0000015960 00000 n -0000016222 00000 n -0000016365 00000 n -0000016401 00000 n -0000016625 00000 n +0000007283 00000 n +0000008298 00000 n +0000007336 00000 n +0000008518 00000 n +0000009446 00000 n +0000009645 00000 n +0000010329 00000 n +0000009676 00000 n +0000010550 00000 n +0000011450 00000 n +0000011649 00000 n +0000012330 00000 n +0000011680 00000 n +0000012551 00000 n +0000013451 00000 n +0000013650 00000 n +0000014772 00000 n +0000013726 00000 n +0000014993 00000 n +0000015955 00000 n +0000016217 00000 n +0000016360 00000 n +0000016396 00000 n +0000016620 00000 n trailer << /Size 84 /Root 82 0 R /Info 83 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -16836 +16831 %%EOF diff --git a/required/latex-lab/testfiles-OR-luatex/test11-series.tpf b/required/latex-lab/testfiles-OR-luatex/test11-series.tpf index 4f53fd50e..4f2f17f9a 100644 --- a/required/latex-lab/testfiles-OR-luatex/test11-series.tpf +++ b/required/latex-lab/testfiles-OR-luatex/test11-series.tpf @@ -89,7 +89,7 @@ endobj << /Kids [31 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K 10 0 R /ID (ID.002) >> @@ -378,62 +378,62 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000003701 00000 n +0000003704 00000 n 0000001275 00000 n 0000001663 00000 n 0000000000 00000 f -0000002242 00000 n -0000002327 00000 n -0000002414 00000 n -0000002559 00000 n -0000002694 00000 n -0000002829 00000 n -0000002941 00000 n -0000003029 00000 n -0000003145 00000 n -0000003265 00000 n -0000003377 00000 n -0000003465 00000 n -0000003581 00000 n +0000002245 00000 n +0000002330 00000 n +0000002417 00000 n +0000002562 00000 n +0000002697 00000 n +0000002832 00000 n +0000002944 00000 n +0000003032 00000 n +0000003148 00000 n +0000003268 00000 n +0000003380 00000 n +0000003468 00000 n +0000003584 00000 n 0000001069 00000 n 0000000934 00000 n 0000000020 00000 n -0000012605 00000 n -0000010333 00000 n -0000008246 00000 n -0000006156 00000 n -0000012959 00000 n +0000012608 00000 n +0000010336 00000 n +0000008249 00000 n +0000006159 00000 n +0000012962 00000 n 0000001239 00000 n 0000001360 00000 n 0000001626 00000 n -0000003802 00000 n -0000005118 00000 n -0000003880 00000 n -0000003955 00000 n -0000005353 00000 n -0000006309 00000 n -0000006508 00000 n -0000007263 00000 n -0000006539 00000 n -0000006610 00000 n -0000007499 00000 n -0000008399 00000 n -0000008598 00000 n -0000009350 00000 n -0000008629 00000 n -0000008700 00000 n -0000009586 00000 n -0000010486 00000 n -0000010685 00000 n -0000011603 00000 n -0000010727 00000 n -0000010798 00000 n -0000011839 00000 n -0000012759 00000 n -0000013021 00000 n -0000013120 00000 n +0000003805 00000 n +0000005121 00000 n +0000003883 00000 n +0000003958 00000 n +0000005356 00000 n +0000006312 00000 n +0000006511 00000 n +0000007266 00000 n +0000006542 00000 n +0000006613 00000 n +0000007502 00000 n +0000008402 00000 n +0000008601 00000 n +0000009353 00000 n +0000008632 00000 n +0000008703 00000 n +0000009589 00000 n +0000010489 00000 n +0000010688 00000 n +0000011606 00000 n +0000010730 00000 n +0000010801 00000 n +0000011842 00000 n +0000012762 00000 n +0000013024 00000 n +0000013123 00000 n trailer << /Size 59 /Root 57 0 R /Info 58 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -13254 +13257 %%EOF diff --git a/required/latex-lab/testfiles-OR-luatex/test2.tpf b/required/latex-lab/testfiles-OR-luatex/test2.tpf index e7d156859..d78e81b82 100644 --- a/required/latex-lab/testfiles-OR-luatex/test2.tpf +++ b/required/latex-lab/testfiles-OR-luatex/test2.tpf @@ -115,7 +115,7 @@ endobj << /Kids [28 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K 10 0 R /ID (ID.002) >> @@ -451,65 +451,65 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000003646 00000 n +0000003649 00000 n 0000001694 00000 n 0000002011 00000 n 0000000000 00000 f -0000002590 00000 n -0000002675 00000 n -0000002762 00000 n -0000002933 00000 n -0000003068 00000 n -0000003203 00000 n -0000003322 00000 n -0000003410 00000 n -0000003526 00000 n +0000002593 00000 n +0000002678 00000 n +0000002765 00000 n +0000002936 00000 n +0000003071 00000 n +0000003206 00000 n +0000003325 00000 n +0000003413 00000 n +0000003529 00000 n 0000001476 00000 n 0000001341 00000 n 0000000020 00000 n -0000014890 00000 n -0000012606 00000 n -0000010015 00000 n -0000007928 00000 n -0000005838 00000 n -0000015242 00000 n +0000014893 00000 n +0000012609 00000 n +0000010018 00000 n +0000007931 00000 n +0000005841 00000 n +0000015245 00000 n 0000001658 00000 n 0000001772 00000 n 0000001974 00000 n -0000003747 00000 n -0000004828 00000 n -0000003800 00000 n -0000003866 00000 n -0000005063 00000 n -0000005991 00000 n -0000006190 00000 n -0000006945 00000 n -0000006221 00000 n -0000006292 00000 n -0000007181 00000 n -0000008081 00000 n -0000008280 00000 n -0000009032 00000 n -0000008311 00000 n -0000008382 00000 n -0000009268 00000 n -0000010168 00000 n -0000010367 00000 n -0000011562 00000 n -0000010443 00000 n -0000010516 00000 n -0000011798 00000 n -0000012760 00000 n -0000012960 00000 n -0000013879 00000 n -0000013015 00000 n -0000013089 00000 n -0000014115 00000 n -0000015043 00000 n -0000015304 00000 n -0000015403 00000 n +0000003750 00000 n +0000004831 00000 n +0000003803 00000 n +0000003869 00000 n +0000005066 00000 n +0000005994 00000 n +0000006193 00000 n +0000006948 00000 n +0000006224 00000 n +0000006295 00000 n +0000007184 00000 n +0000008084 00000 n +0000008283 00000 n +0000009035 00000 n +0000008314 00000 n +0000008385 00000 n +0000009271 00000 n +0000010171 00000 n +0000010370 00000 n +0000011565 00000 n +0000010446 00000 n +0000010519 00000 n +0000011801 00000 n +0000012763 00000 n +0000012963 00000 n +0000013882 00000 n +0000013018 00000 n +0000013092 00000 n +0000014118 00000 n +0000015046 00000 n +0000015307 00000 n +0000015406 00000 n trailer << /Size 62 /Root 60 0 R /Info 61 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -15537 +15540 %%EOF diff --git a/required/latex-lab/testfiles-OR-luatex/test3.tpf b/required/latex-lab/testfiles-OR-luatex/test3.tpf index 3ce35c1de..1c98adb98 100644 --- a/required/latex-lab/testfiles-OR-luatex/test3.tpf +++ b/required/latex-lab/testfiles-OR-luatex/test3.tpf @@ -115,7 +115,7 @@ endobj << /Kids [28 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K 10 0 R /ID (ID.002) >> @@ -451,65 +451,65 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000003646 00000 n +0000003649 00000 n 0000001694 00000 n 0000002011 00000 n 0000000000 00000 f -0000002590 00000 n -0000002675 00000 n -0000002762 00000 n -0000002933 00000 n -0000003068 00000 n -0000003203 00000 n -0000003322 00000 n -0000003410 00000 n -0000003526 00000 n +0000002593 00000 n +0000002678 00000 n +0000002765 00000 n +0000002936 00000 n +0000003071 00000 n +0000003206 00000 n +0000003325 00000 n +0000003413 00000 n +0000003529 00000 n 0000001476 00000 n 0000001341 00000 n 0000000020 00000 n -0000014890 00000 n -0000012606 00000 n -0000010015 00000 n -0000007928 00000 n -0000005838 00000 n -0000015242 00000 n +0000014893 00000 n +0000012609 00000 n +0000010018 00000 n +0000007931 00000 n +0000005841 00000 n +0000015245 00000 n 0000001658 00000 n 0000001772 00000 n 0000001974 00000 n -0000003747 00000 n -0000004828 00000 n -0000003800 00000 n -0000003866 00000 n -0000005063 00000 n -0000005991 00000 n -0000006190 00000 n -0000006945 00000 n -0000006221 00000 n -0000006292 00000 n -0000007181 00000 n -0000008081 00000 n -0000008280 00000 n -0000009032 00000 n -0000008311 00000 n -0000008382 00000 n -0000009268 00000 n -0000010168 00000 n -0000010367 00000 n -0000011562 00000 n -0000010443 00000 n -0000010516 00000 n -0000011798 00000 n -0000012760 00000 n -0000012960 00000 n -0000013879 00000 n -0000013015 00000 n -0000013089 00000 n -0000014115 00000 n -0000015043 00000 n -0000015304 00000 n -0000015403 00000 n +0000003750 00000 n +0000004831 00000 n +0000003803 00000 n +0000003869 00000 n +0000005066 00000 n +0000005994 00000 n +0000006193 00000 n +0000006948 00000 n +0000006224 00000 n +0000006295 00000 n +0000007184 00000 n +0000008084 00000 n +0000008283 00000 n +0000009035 00000 n +0000008314 00000 n +0000008385 00000 n +0000009271 00000 n +0000010171 00000 n +0000010370 00000 n +0000011565 00000 n +0000010446 00000 n +0000010519 00000 n +0000011801 00000 n +0000012763 00000 n +0000012963 00000 n +0000013882 00000 n +0000013018 00000 n +0000013092 00000 n +0000014118 00000 n +0000015046 00000 n +0000015307 00000 n +0000015406 00000 n trailer << /Size 62 /Root 60 0 R /Info 61 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -15537 +15540 %%EOF diff --git a/required/latex-lab/testfiles-OR-luatex/test4.tpf b/required/latex-lab/testfiles-OR-luatex/test4.tpf index 95258b16e..058e852ff 100644 --- a/required/latex-lab/testfiles-OR-luatex/test4.tpf +++ b/required/latex-lab/testfiles-OR-luatex/test4.tpf @@ -115,7 +115,7 @@ endobj << /Kids [40 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -127,16 +127,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -458,72 +458,72 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000005167 00000 n +0000005162 00000 n 0000001670 00000 n 0000001988 00000 n -0000003940 00000 n -0000002567 00000 n +0000003935 00000 n +0000002570 00000 n 0000000012 00000 f -0000002635 00000 n +0000002638 00000 n 0000000014 00000 f -0000002705 00000 n +0000002708 00000 n 0000000020 00000 f -0000003468 00000 n -0000002786 00000 n +0000003473 00000 n +0000002789 00000 n 0000003746 00000 n 0000003575 00000 n -0000003853 00000 n +0000003848 00000 n 0000000000 00000 f -0000004001 00000 n -0000004099 00000 n -0000004199 00000 n -0000004382 00000 n -0000004529 00000 n -0000004676 00000 n -0000004807 00000 n -0000004907 00000 n -0000005035 00000 n +0000003996 00000 n +0000004094 00000 n +0000004194 00000 n +0000004377 00000 n +0000004524 00000 n +0000004671 00000 n +0000004802 00000 n +0000004902 00000 n +0000005030 00000 n 0000001476 00000 n 0000001341 00000 n 0000000020 00000 n -0000016000 00000 n -0000013805 00000 n -0000011302 00000 n -0000009301 00000 n -0000007297 00000 n -0000016352 00000 n +0000015995 00000 n +0000013800 00000 n +0000011297 00000 n +0000009296 00000 n +0000007292 00000 n +0000016347 00000 n 0000001634 00000 n 0000001748 00000 n 0000001951 00000 n -0000005287 00000 n -0000006302 00000 n -0000005340 00000 n -0000006522 00000 n -0000007450 00000 n -0000007649 00000 n -0000008333 00000 n -0000007680 00000 n -0000008554 00000 n -0000009454 00000 n -0000009653 00000 n -0000010334 00000 n -0000009684 00000 n -0000010555 00000 n -0000011455 00000 n -0000011654 00000 n -0000012776 00000 n -0000011730 00000 n -0000012997 00000 n -0000013959 00000 n -0000014159 00000 n -0000015004 00000 n -0000014214 00000 n -0000015225 00000 n -0000016153 00000 n -0000016414 00000 n -0000016513 00000 n +0000005282 00000 n +0000006297 00000 n +0000005335 00000 n +0000006517 00000 n +0000007445 00000 n +0000007644 00000 n +0000008328 00000 n +0000007675 00000 n +0000008549 00000 n +0000009449 00000 n +0000009648 00000 n +0000010329 00000 n +0000009679 00000 n +0000010550 00000 n +0000011450 00000 n +0000011649 00000 n +0000012771 00000 n +0000011725 00000 n +0000012992 00000 n +0000013954 00000 n +0000014154 00000 n +0000014999 00000 n +0000014209 00000 n +0000015220 00000 n +0000016148 00000 n +0000016409 00000 n +0000016508 00000 n trailer << /Size 69 /Root 67 0 R /Info 68 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -16647 +16642 %%EOF diff --git a/required/latex-lab/testfiles-OR-luatex/test5.tpf b/required/latex-lab/testfiles-OR-luatex/test5.tpf index e218b8d1d..48d56fe46 100644 --- a/required/latex-lab/testfiles-OR-luatex/test5.tpf +++ b/required/latex-lab/testfiles-OR-luatex/test5.tpf @@ -180,7 +180,7 @@ endobj << /Kids [44 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -192,16 +192,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -572,76 +572,76 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000017141 00000 n +0000017136 00000 n 0000013104 00000 n 0000013500 00000 n -0000015452 00000 n -0000014079 00000 n +0000015447 00000 n +0000014082 00000 n 0000000012 00000 f -0000014147 00000 n +0000014150 00000 n 0000000014 00000 f -0000014217 00000 n +0000014220 00000 n 0000000020 00000 f -0000014980 00000 n -0000014298 00000 n +0000014985 00000 n +0000014301 00000 n 0000015258 00000 n 0000015087 00000 n -0000015365 00000 n +0000015360 00000 n 0000000000 00000 f -0000015513 00000 n -0000015611 00000 n -0000015711 00000 n -0000015894 00000 n -0000016041 00000 n -0000016188 00000 n -0000016333 00000 n -0000016433 00000 n -0000016560 00000 n -0000016692 00000 n -0000016792 00000 n -0000016915 00000 n -0000017015 00000 n +0000015508 00000 n +0000015606 00000 n +0000015706 00000 n +0000015889 00000 n +0000016036 00000 n +0000016183 00000 n +0000016328 00000 n +0000016428 00000 n +0000016555 00000 n +0000016687 00000 n +0000016787 00000 n +0000016910 00000 n +0000017010 00000 n 0000012910 00000 n 0000012775 00000 n 0000000020 00000 n -0000033107 00000 n -0000030621 00000 n -0000028118 00000 n -0000026117 00000 n -0000024113 00000 n -0000033459 00000 n +0000033102 00000 n +0000030616 00000 n +0000028113 00000 n +0000026112 00000 n +0000024108 00000 n +0000033454 00000 n 0000013068 00000 n 0000013196 00000 n 0000013463 00000 n -0000017261 00000 n -0000022627 00000 n -0000017608 00000 n -0000022847 00000 n -0000024266 00000 n -0000024465 00000 n -0000025149 00000 n -0000024496 00000 n -0000025370 00000 n -0000026270 00000 n -0000026469 00000 n -0000027150 00000 n -0000026500 00000 n -0000027371 00000 n -0000028271 00000 n -0000028470 00000 n -0000029592 00000 n -0000028546 00000 n -0000029813 00000 n -0000030775 00000 n -0000030975 00000 n -0000032083 00000 n -0000031045 00000 n -0000032304 00000 n -0000033260 00000 n -0000033521 00000 n -0000033620 00000 n +0000017256 00000 n +0000022622 00000 n +0000017603 00000 n +0000022842 00000 n +0000024261 00000 n +0000024460 00000 n +0000025144 00000 n +0000024491 00000 n +0000025365 00000 n +0000026265 00000 n +0000026464 00000 n +0000027145 00000 n +0000026495 00000 n +0000027366 00000 n +0000028266 00000 n +0000028465 00000 n +0000029587 00000 n +0000028541 00000 n +0000029808 00000 n +0000030770 00000 n +0000030970 00000 n +0000032078 00000 n +0000031040 00000 n +0000032299 00000 n +0000033255 00000 n +0000033516 00000 n +0000033615 00000 n trailer << /Size 73 /Root 71 0 R /Info 72 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -33754 +33749 %%EOF diff --git a/required/latex-lab/testfiles-OR-luatex/test6.tpf b/required/latex-lab/testfiles-OR-luatex/test6.tpf index 70d25a8d9..bec079857 100644 --- a/required/latex-lab/testfiles-OR-luatex/test6.tpf +++ b/required/latex-lab/testfiles-OR-luatex/test6.tpf @@ -133,7 +133,7 @@ endobj << /Kids [41 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -145,16 +145,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -483,73 +483,73 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000005838 00000 n +0000005833 00000 n 0000001974 00000 n 0000002343 00000 n -0000004295 00000 n -0000002922 00000 n +0000004290 00000 n +0000002925 00000 n 0000000012 00000 f -0000002990 00000 n +0000002993 00000 n 0000000014 00000 f -0000003060 00000 n +0000003063 00000 n 0000000020 00000 f -0000003823 00000 n -0000003141 00000 n +0000003828 00000 n +0000003144 00000 n 0000004101 00000 n 0000003930 00000 n -0000004208 00000 n +0000004203 00000 n 0000000000 00000 f -0000004356 00000 n -0000004454 00000 n -0000004554 00000 n -0000004787 00000 n -0000004934 00000 n -0000005081 00000 n -0000005274 00000 n -0000005406 00000 n -0000005553 00000 n -0000005706 00000 n +0000004351 00000 n +0000004449 00000 n +0000004549 00000 n +0000004782 00000 n +0000004929 00000 n +0000005076 00000 n +0000005269 00000 n +0000005401 00000 n +0000005548 00000 n +0000005701 00000 n 0000001780 00000 n 0000001645 00000 n 0000000020 00000 n -0000017202 00000 n -0000015161 00000 n -0000012494 00000 n -0000010355 00000 n -0000008208 00000 n -0000017554 00000 n +0000017197 00000 n +0000015156 00000 n +0000012489 00000 n +0000010350 00000 n +0000008203 00000 n +0000017549 00000 n 0000001938 00000 n 0000002087 00000 n 0000002306 00000 n -0000005958 00000 n -0000007185 00000 n -0000006035 00000 n -0000007405 00000 n -0000008361 00000 n -0000008560 00000 n -0000009373 00000 n -0000008603 00000 n -0000009594 00000 n -0000010508 00000 n -0000010707 00000 n -0000011512 00000 n -0000010750 00000 n -0000011733 00000 n -0000012647 00000 n -0000012846 00000 n -0000014118 00000 n -0000012933 00000 n -0000014339 00000 n -0000015315 00000 n -0000015515 00000 n -0000016220 00000 n -0000015558 00000 n -0000016441 00000 n -0000017355 00000 n -0000017616 00000 n -0000017715 00000 n +0000005953 00000 n +0000007180 00000 n +0000006030 00000 n +0000007400 00000 n +0000008356 00000 n +0000008555 00000 n +0000009368 00000 n +0000008598 00000 n +0000009589 00000 n +0000010503 00000 n +0000010702 00000 n +0000011507 00000 n +0000010745 00000 n +0000011728 00000 n +0000012642 00000 n +0000012841 00000 n +0000014113 00000 n +0000012928 00000 n +0000014334 00000 n +0000015310 00000 n +0000015510 00000 n +0000016215 00000 n +0000015553 00000 n +0000016436 00000 n +0000017350 00000 n +0000017611 00000 n +0000017710 00000 n trailer << /Size 70 /Root 68 0 R /Info 69 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -17849 +17844 %%EOF diff --git a/required/latex-lab/testfiles-OR-luatex/test7.tpf b/required/latex-lab/testfiles-OR-luatex/test7.tpf index 7ac61e8bf..7b1a4d6c3 100644 --- a/required/latex-lab/testfiles-OR-luatex/test7.tpf +++ b/required/latex-lab/testfiles-OR-luatex/test7.tpf @@ -151,7 +151,7 @@ endobj << /Kids [45 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -163,16 +163,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -514,77 +514,77 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000006491 00000 n +0000006486 00000 n 0000002205 00000 n 0000002631 00000 n -0000004583 00000 n -0000003210 00000 n +0000004578 00000 n +0000003213 00000 n 0000000012 00000 f -0000003278 00000 n +0000003281 00000 n 0000000014 00000 f -0000003348 00000 n +0000003351 00000 n 0000000020 00000 f -0000004111 00000 n -0000003429 00000 n +0000004116 00000 n +0000003432 00000 n 0000004389 00000 n 0000004218 00000 n -0000004496 00000 n +0000004491 00000 n 0000000000 00000 f -0000004644 00000 n -0000004742 00000 n -0000004842 00000 n -0000005075 00000 n -0000005222 00000 n -0000005369 00000 n -0000005500 00000 n -0000005600 00000 n -0000005728 00000 n -0000005860 00000 n -0000006007 00000 n -0000006131 00000 n -0000006231 00000 n -0000006359 00000 n +0000004639 00000 n +0000004737 00000 n +0000004837 00000 n +0000005070 00000 n +0000005217 00000 n +0000005364 00000 n +0000005495 00000 n +0000005595 00000 n +0000005723 00000 n +0000005855 00000 n +0000006002 00000 n +0000006126 00000 n +0000006226 00000 n +0000006354 00000 n 0000002011 00000 n 0000001876 00000 n 0000000020 00000 n -0000018155 00000 n -0000015781 00000 n -0000013114 00000 n -0000010975 00000 n -0000008828 00000 n -0000018507 00000 n +0000018150 00000 n +0000015776 00000 n +0000013109 00000 n +0000010970 00000 n +0000008823 00000 n +0000018502 00000 n 0000002169 00000 n 0000002311 00000 n 0000002594 00000 n -0000006611 00000 n -0000007819 00000 n -0000006676 00000 n -0000008039 00000 n -0000008981 00000 n -0000009180 00000 n -0000009993 00000 n -0000009223 00000 n -0000010214 00000 n -0000011128 00000 n -0000011327 00000 n -0000012132 00000 n -0000011370 00000 n -0000012353 00000 n -0000013267 00000 n -0000013466 00000 n -0000014738 00000 n -0000013553 00000 n -0000014959 00000 n -0000015935 00000 n -0000016135 00000 n -0000017145 00000 n -0000016194 00000 n -0000017366 00000 n -0000018308 00000 n -0000018569 00000 n -0000018668 00000 n +0000006606 00000 n +0000007814 00000 n +0000006671 00000 n +0000008034 00000 n +0000008976 00000 n +0000009175 00000 n +0000009988 00000 n +0000009218 00000 n +0000010209 00000 n +0000011123 00000 n +0000011322 00000 n +0000012127 00000 n +0000011365 00000 n +0000012348 00000 n +0000013262 00000 n +0000013461 00000 n +0000014733 00000 n +0000013548 00000 n +0000014954 00000 n +0000015930 00000 n +0000016130 00000 n +0000017140 00000 n +0000016189 00000 n +0000017361 00000 n +0000018303 00000 n +0000018564 00000 n +0000018663 00000 n trailer << /Size 74 /Root 72 0 R /Info 73 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -18802 +18797 %%EOF diff --git a/required/latex-lab/testfiles-OR-luatex/test8.tpf b/required/latex-lab/testfiles-OR-luatex/test8.tpf index 2501e9b26..26c346b81 100644 --- a/required/latex-lab/testfiles-OR-luatex/test8.tpf +++ b/required/latex-lab/testfiles-OR-luatex/test8.tpf @@ -95,7 +95,7 @@ endobj << /Kids [40 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -107,16 +107,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -387,67 +387,67 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000005085 00000 n +0000005080 00000 n 0000001362 00000 n 0000001710 00000 n -0000003662 00000 n -0000002289 00000 n +0000003657 00000 n +0000002292 00000 n 0000000012 00000 f -0000002357 00000 n +0000002360 00000 n 0000000014 00000 f -0000002427 00000 n +0000002430 00000 n 0000000020 00000 f -0000003190 00000 n -0000002508 00000 n +0000003195 00000 n +0000002511 00000 n 0000003468 00000 n 0000003297 00000 n -0000003575 00000 n +0000003570 00000 n 0000000000 00000 f -0000003723 00000 n -0000003821 00000 n -0000003921 00000 n -0000004146 00000 n -0000004293 00000 n -0000004440 00000 n -0000004578 00000 n -0000004678 00000 n -0000004806 00000 n -0000004938 00000 n +0000003718 00000 n +0000003816 00000 n +0000003916 00000 n +0000004141 00000 n +0000004288 00000 n +0000004435 00000 n +0000004573 00000 n +0000004673 00000 n +0000004801 00000 n +0000004933 00000 n 0000001180 00000 n 0000001045 00000 n 0000000020 00000 n -0000013723 00000 n -0000011220 00000 n -0000009219 00000 n -0000007215 00000 n -0000014077 00000 n +0000013718 00000 n +0000011215 00000 n +0000009214 00000 n +0000007210 00000 n +0000014072 00000 n 0000001326 00000 n 0000001454 00000 n 0000001673 00000 n -0000005205 00000 n -0000006220 00000 n -0000005258 00000 n -0000006440 00000 n -0000007368 00000 n -0000007567 00000 n -0000008251 00000 n -0000007598 00000 n -0000008472 00000 n -0000009372 00000 n -0000009571 00000 n -0000010252 00000 n -0000009602 00000 n -0000010473 00000 n -0000011373 00000 n -0000011572 00000 n -0000012694 00000 n -0000011648 00000 n -0000012915 00000 n -0000013877 00000 n -0000014139 00000 n -0000014238 00000 n +0000005200 00000 n +0000006215 00000 n +0000005253 00000 n +0000006435 00000 n +0000007363 00000 n +0000007562 00000 n +0000008246 00000 n +0000007593 00000 n +0000008467 00000 n +0000009367 00000 n +0000009566 00000 n +0000010247 00000 n +0000009597 00000 n +0000010468 00000 n +0000011368 00000 n +0000011567 00000 n +0000012689 00000 n +0000011643 00000 n +0000012910 00000 n +0000013872 00000 n +0000014134 00000 n +0000014233 00000 n trailer << /Size 64 /Root 62 0 R /Info 63 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -14372 +14367 %%EOF diff --git a/required/latex-lab/testfiles-OR-luatex/test9.tpf b/required/latex-lab/testfiles-OR-luatex/test9.tpf index 3cb691d41..abd06dfce 100644 --- a/required/latex-lab/testfiles-OR-luatex/test9.tpf +++ b/required/latex-lab/testfiles-OR-luatex/test9.tpf @@ -105,7 +105,7 @@ endobj << /Kids [50 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -117,16 +117,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -397,79 +397,79 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000005285 00000 n +0000005280 00000 n 0000001881 00000 n 0000002194 00000 n -0000004146 00000 n -0000002773 00000 n +0000004141 00000 n +0000002776 00000 n 0000000012 00000 f -0000002841 00000 n +0000002844 00000 n 0000000014 00000 f -0000002911 00000 n +0000002914 00000 n 0000000020 00000 f -0000003674 00000 n -0000002992 00000 n +0000003679 00000 n +0000002995 00000 n 0000003952 00000 n 0000003781 00000 n -0000004059 00000 n +0000004054 00000 n 0000000000 00000 f 0000000730 00000 n -0000004207 00000 n -0000004305 00000 n -0000004405 00000 n -0000004546 00000 n -0000004669 00000 n +0000004202 00000 n +0000004300 00000 n +0000004400 00000 n +0000004541 00000 n +0000004664 00000 n 0000000907 00000 n 0000000020 00000 n -0000004801 00000 n -0000004925 00000 n -0000005025 00000 n -0000005153 00000 n +0000004796 00000 n +0000004920 00000 n +0000005020 00000 n +0000005148 00000 n 0000001699 00000 n 0000000074 00000 n 0000001241 00000 n 0000001302 00000 n 0000001354 00000 n 0000001416 00000 n -0000013606 00000 n -0000011420 00000 n +0000013601 00000 n +0000011415 00000 n 0000001469 00000 n 0000001531 00000 n 0000001584 00000 n 0000001646 00000 n -0000009419 00000 n -0000007415 00000 n -0000013960 00000 n +0000009414 00000 n +0000007410 00000 n +0000013955 00000 n 0000000880 00000 n 0000001845 00000 n 0000001954 00000 n 0000002157 00000 n -0000005405 00000 n -0000006420 00000 n -0000005458 00000 n -0000006640 00000 n -0000007568 00000 n -0000007767 00000 n -0000008451 00000 n -0000007798 00000 n -0000008672 00000 n -0000009572 00000 n -0000009771 00000 n -0000010452 00000 n -0000009802 00000 n -0000010673 00000 n -0000011573 00000 n -0000011772 00000 n -0000012619 00000 n -0000011814 00000 n -0000012840 00000 n -0000013760 00000 n -0000014022 00000 n -0000014165 00000 n -0000014201 00000 n -0000014425 00000 n +0000005400 00000 n +0000006415 00000 n +0000005453 00000 n +0000006635 00000 n +0000007563 00000 n +0000007762 00000 n +0000008446 00000 n +0000007793 00000 n +0000008667 00000 n +0000009567 00000 n +0000009766 00000 n +0000010447 00000 n +0000009797 00000 n +0000010668 00000 n +0000011568 00000 n +0000011767 00000 n +0000012614 00000 n +0000011809 00000 n +0000012835 00000 n +0000013755 00000 n +0000014017 00000 n +0000014160 00000 n +0000014196 00000 n +0000014420 00000 n trailer << /Size 76 /Root 74 0 R /Info 75 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -14636 +14631 %%EOF diff --git a/required/latex-lab/testfiles-OR/memoir-001.tpf b/required/latex-lab/testfiles-OR/memoir-001.tpf index 1d8205bf7..7b7090be9 100644 --- a/required/latex-lab/testfiles-OR/memoir-001.tpf +++ b/required/latex-lab/testfiles-OR/memoir-001.tpf @@ -501,7 +501,7 @@ endobj << /Kids [56 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K [10 0 R 37 0 R] /ID (ID.002) >> @@ -1647,91 +1647,91 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000042247 00000 n +0000042250 00000 n 0000035337 00000 n 0000036399 00000 n 0000000000 00000 f -0000036991 00000 n -0000037085 00000 n -0000037172 00000 n +0000036994 00000 n +0000037088 00000 n +0000037175 00000 n 0000034971 00000 n -0000037967 00000 n -0000038100 00000 n -0000038239 00000 n -0000038358 00000 n -0000038491 00000 n -0000038630 00000 n -0000038749 00000 n -0000038882 00000 n -0000039021 00000 n -0000039140 00000 n -0000039274 00000 n -0000039413 00000 n -0000039532 00000 n -0000039666 00000 n -0000039805 00000 n -0000039924 00000 n -0000040058 00000 n -0000040197 00000 n -0000040316 00000 n -0000040450 00000 n -0000040589 00000 n -0000040708 00000 n -0000040842 00000 n -0000040981 00000 n -0000041100 00000 n -0000041187 00000 n -0000041463 00000 n -0000041597 00000 n -0000041736 00000 n -0000041855 00000 n -0000041989 00000 n -0000042128 00000 n +0000037970 00000 n +0000038103 00000 n +0000038242 00000 n +0000038361 00000 n +0000038494 00000 n +0000038633 00000 n +0000038752 00000 n +0000038885 00000 n +0000039024 00000 n +0000039143 00000 n +0000039277 00000 n +0000039416 00000 n +0000039535 00000 n +0000039669 00000 n +0000039808 00000 n +0000039927 00000 n +0000040061 00000 n +0000040200 00000 n +0000040319 00000 n +0000040453 00000 n +0000040592 00000 n +0000040711 00000 n +0000040845 00000 n +0000040984 00000 n +0000041103 00000 n +0000041190 00000 n +0000041466 00000 n +0000041600 00000 n +0000041739 00000 n +0000041858 00000 n +0000041992 00000 n +0000042131 00000 n 0000000015 00000 n 0000035106 00000 n 0000011794 00000 n -0000129795 00000 n -0000130686 00000 n -0000125262 00000 n -0000120730 00000 n -0000122996 00000 n -0000127528 00000 n -0000130850 00000 n +0000129798 00000 n +0000130689 00000 n +0000125265 00000 n +0000120733 00000 n +0000122999 00000 n +0000127531 00000 n +0000130853 00000 n 0000035301 00000 n 0000035744 00000 n 0000036362 00000 n -0000118416 00000 n -0000042348 00000 n -0000042502 00000 n -0000042580 00000 n -0000042604 00000 n -0000042682 00000 n -0000042704 00000 n -0000043177 00000 n -0000045841 00000 n -0000046059 00000 n -0000056360 00000 n -0000056585 00000 n -0000072321 00000 n -0000072590 00000 n -0000091466 00000 n -0000091735 00000 n -0000102462 00000 n -0000102695 00000 n -0000118107 00000 n -0000118641 00000 n -0000120907 00000 n -0000123173 00000 n -0000125439 00000 n -0000127706 00000 n -0000129973 00000 n -0000130909 00000 n -0000131024 00000 n +0000118419 00000 n +0000042351 00000 n +0000042505 00000 n +0000042583 00000 n +0000042607 00000 n +0000042685 00000 n +0000042707 00000 n +0000043180 00000 n +0000045844 00000 n +0000046062 00000 n +0000056363 00000 n +0000056588 00000 n +0000072324 00000 n +0000072593 00000 n +0000091469 00000 n +0000091738 00000 n +0000102465 00000 n +0000102698 00000 n +0000118110 00000 n +0000118644 00000 n +0000120910 00000 n +0000123176 00000 n +0000125442 00000 n +0000127709 00000 n +0000129976 00000 n +0000130912 00000 n +0000131027 00000 n trailer << /Size 85 /Root 83 0 R /Info 84 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -131156 +131159 %%EOF diff --git a/required/latex-lab/testfiles-OR/scrartcl-001.tpf b/required/latex-lab/testfiles-OR/scrartcl-001.tpf index 9818636f7..9a68af097 100644 --- a/required/latex-lab/testfiles-OR/scrartcl-001.tpf +++ b/required/latex-lab/testfiles-OR/scrartcl-001.tpf @@ -492,7 +492,7 @@ endobj << /Kids [62 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 10 0 obj << /Type /StructElem /S /Document /P 5 0 R /K 11 0 R /ID (ID.002) >> @@ -1357,38 +1357,38 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000020230 00000 n +0000020233 00000 n 0000015961 00000 n 0000016673 00000 n 0000000000 00000 f 0000013690 00000 n -0000017252 00000 n -0000017338 00000 n -0000017426 00000 n -0000017773 00000 n -0000017946 00000 n +0000017255 00000 n +0000017341 00000 n +0000017429 00000 n +0000017776 00000 n +0000017949 00000 n 0000013864 00000 n 0000000015 00000 n -0000018063 00000 n -0000018175 00000 n -0000018263 00000 n -0000018473 00000 n -0000018591 00000 n -0000018764 00000 n +0000018066 00000 n +0000018178 00000 n +0000018266 00000 n +0000018476 00000 n +0000018594 00000 n +0000018767 00000 n 0000014198 00000 n 0000000068 00000 n -0000018881 00000 n -0000018993 00000 n -0000019081 00000 n -0000019291 00000 n -0000019409 00000 n -0000019584 00000 n +0000018884 00000 n +0000018996 00000 n +0000019084 00000 n +0000019294 00000 n +0000019412 00000 n +0000019587 00000 n 0000014538 00000 n 0000000121 00000 n -0000019702 00000 n -0000019814 00000 n -0000019902 00000 n -0000020112 00000 n +0000019705 00000 n +0000019817 00000 n +0000019905 00000 n +0000020115 00000 n 0000000174 00000 n 0000015754 00000 n 0000011969 00000 n @@ -1396,14 +1396,14 @@ xref 0000014936 00000 n 0000014986 00000 n 0000015044 00000 n -0000081339 00000 n -0000076804 00000 n +0000081342 00000 n +0000076807 00000 n 0000015094 00000 n 0000015153 00000 n 0000015204 00000 n 0000015263 00000 n -0000074538 00000 n -0000079071 00000 n +0000074541 00000 n +0000079074 00000 n 0000015314 00000 n 0000015373 00000 n 0000015424 00000 n @@ -1412,38 +1412,38 @@ xref 0000015593 00000 n 0000015644 00000 n 0000015703 00000 n -0000081517 00000 n +0000081520 00000 n 0000015925 00000 n 0000016241 00000 n 0000016636 00000 n -0000072323 00000 n -0000020332 00000 n -0000020446 00000 n -0000020699 00000 n -0000021206 00000 n -0000021643 00000 n -0000036568 00000 n -0000036826 00000 n -0000059995 00000 n -0000060255 00000 n -0000069855 00000 n -0000070080 00000 n -0000072098 00000 n -0000072449 00000 n -0000074715 00000 n -0000076982 00000 n -0000079250 00000 n -0000081575 00000 n -0000081770 00000 n -0000081871 00000 n -0000081946 00000 n -0000081982 00000 n -0000082221 00000 n +0000072326 00000 n +0000020335 00000 n +0000020449 00000 n +0000020702 00000 n +0000021209 00000 n +0000021646 00000 n +0000036571 00000 n +0000036829 00000 n +0000059998 00000 n +0000060258 00000 n +0000069858 00000 n +0000070083 00000 n +0000072101 00000 n +0000072452 00000 n +0000074718 00000 n +0000076985 00000 n +0000079253 00000 n +0000081578 00000 n +0000081773 00000 n +0000081874 00000 n +0000081949 00000 n +0000081985 00000 n +0000082224 00000 n trailer << /Size 87 /Root 85 0 R /Info 86 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -82430 +82433 %%EOF diff --git a/required/latex-lab/testfiles-OR/tagging-002-longtable.tpf b/required/latex-lab/testfiles-OR/tagging-002-longtable.tpf index cfe332a52..a2e6f9147 100644 --- a/required/latex-lab/testfiles-OR/tagging-002-longtable.tpf +++ b/required/latex-lab/testfiles-OR/tagging-002-longtable.tpf @@ -374,7 +374,7 @@ endobj << /Kids [50 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 52 0 obj << /justify <> @@ -1616,86 +1616,86 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000018342 00000 n +0000018345 00000 n 0000013638 00000 n 0000014373 00000 n 0000000000 00000 f -0000015114 00000 n -0000015199 00000 n -0000015275 00000 n -0000015351 00000 n -0000015456 00000 n -0000015577 00000 n +0000015117 00000 n +0000015202 00000 n +0000015278 00000 n +0000015354 00000 n +0000015459 00000 n +0000015580 00000 n 0000013272 00000 n -0000015685 00000 n -0000015769 00000 n -0000015850 00000 n -0000015931 00000 n -0000016013 00000 n -0000016176 00000 n -0000016309 00000 n -0000016421 00000 n -0000016503 00000 n -0000016729 00000 n -0000016848 00000 n -0000016947 00000 n -0000017071 00000 n -0000017179 00000 n -0000017263 00000 n -0000017344 00000 n -0000017425 00000 n -0000017507 00000 n -0000017670 00000 n -0000017803 00000 n -0000017915 00000 n -0000017997 00000 n -0000018223 00000 n +0000015688 00000 n +0000015772 00000 n +0000015853 00000 n +0000015934 00000 n +0000016016 00000 n +0000016179 00000 n +0000016312 00000 n +0000016424 00000 n +0000016506 00000 n +0000016732 00000 n +0000016851 00000 n +0000016950 00000 n +0000017074 00000 n +0000017182 00000 n +0000017266 00000 n +0000017347 00000 n +0000017428 00000 n +0000017510 00000 n +0000017673 00000 n +0000017806 00000 n +0000017918 00000 n +0000018000 00000 n +0000018226 00000 n 0000000015 00000 n 0000013407 00000 n 0000011805 00000 n -0000074493 00000 n -0000083557 00000 n -0000079025 00000 n -0000072226 00000 n -0000076759 00000 n -0000081291 00000 n -0000083735 00000 n +0000074496 00000 n +0000083560 00000 n +0000079028 00000 n +0000072229 00000 n +0000076762 00000 n +0000081294 00000 n +0000083738 00000 n 0000013602 00000 n 0000013814 00000 n 0000014336 00000 n -0000014952 00000 n -0000070029 00000 n -0000018460 00000 n -0000018496 00000 n -0000018522 00000 n -0000018916 00000 n -0000018946 00000 n -0000019363 00000 n -0000019679 00000 n -0000028077 00000 n -0000028313 00000 n -0000032053 00000 n -0000032282 00000 n -0000047111 00000 n -0000047338 00000 n -0000049314 00000 n -0000049541 00000 n -0000059740 00000 n -0000059965 00000 n -0000069798 00000 n -0000070137 00000 n -0000072404 00000 n -0000074670 00000 n -0000076936 00000 n -0000079202 00000 n -0000081468 00000 n -0000083794 00000 n -0000083909 00000 n +0000014955 00000 n +0000070032 00000 n +0000018463 00000 n +0000018499 00000 n +0000018525 00000 n +0000018919 00000 n +0000018949 00000 n +0000019366 00000 n +0000019682 00000 n +0000028080 00000 n +0000028316 00000 n +0000032056 00000 n +0000032285 00000 n +0000047114 00000 n +0000047341 00000 n +0000049317 00000 n +0000049544 00000 n +0000059743 00000 n +0000059968 00000 n +0000069801 00000 n +0000070140 00000 n +0000072407 00000 n +0000074673 00000 n +0000076939 00000 n +0000079205 00000 n +0000081471 00000 n +0000083797 00000 n +0000083912 00000 n trailer << /Size 80 /Root 78 0 R /Info 79 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -84041 +84044 %%EOF diff --git a/required/latex-lab/testfiles-bib/bib-005.luatex.tpf b/required/latex-lab/testfiles-bib/bib-005.luatex.tpf index a1409a7ac..a4255d966 100644 --- a/required/latex-lab/testfiles-bib/bib-005.luatex.tpf +++ b/required/latex-lab/testfiles-bib/bib-005.luatex.tpf @@ -389,7 +389,7 @@ endobj << /Kids [48 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 50 0 obj << /justify <> @@ -827,70 +827,70 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000018697 00000 n +0000018700 00000 n 0000013996 00000 n 0000014726 00000 n 0000000000 00000 f -0000015414 00000 n -0000015515 00000 n -0000015591 00000 n -0000015667 00000 n -0000015754 00000 n -0000015963 00000 n -0000016095 00000 n -0000016227 00000 n -0000016314 00000 n -0000016523 00000 n -0000016655 00000 n -0000016787 00000 n -0000016878 00000 n -0000017005 00000 n -0000017093 00000 n -0000017206 00000 n -0000017296 00000 n -0000017407 00000 n -0000017491 00000 n -0000017579 00000 n -0000017703 00000 n -0000017793 00000 n -0000017904 00000 n -0000017988 00000 n -0000018076 00000 n -0000018200 00000 n -0000018290 00000 n -0000018401 00000 n -0000018485 00000 n -0000018573 00000 n +0000015417 00000 n +0000015518 00000 n +0000015594 00000 n +0000015670 00000 n +0000015757 00000 n +0000015966 00000 n +0000016098 00000 n +0000016230 00000 n +0000016317 00000 n +0000016526 00000 n +0000016658 00000 n +0000016790 00000 n +0000016881 00000 n +0000017008 00000 n +0000017096 00000 n +0000017209 00000 n +0000017299 00000 n +0000017410 00000 n +0000017494 00000 n +0000017582 00000 n +0000017706 00000 n +0000017796 00000 n +0000017907 00000 n +0000017991 00000 n +0000018079 00000 n +0000018203 00000 n +0000018293 00000 n +0000018404 00000 n +0000018488 00000 n +0000018576 00000 n 0000000020 00000 n 0000013802 00000 n 0000013667 00000 n 0000011799 00000 n -0000044551 00000 n -0000020609 00000 n -0000042608 00000 n -0000044709 00000 n +0000044554 00000 n +0000020612 00000 n +0000042611 00000 n +0000044712 00000 n 0000013960 00000 n 0000014151 00000 n 0000014689 00000 n -0000015305 00000 n -0000018815 00000 n -0000018926 00000 n -0000019621 00000 n -0000018958 00000 n -0000019031 00000 n -0000019857 00000 n -0000020763 00000 n -0000020963 00000 n -0000029909 00000 n -0000021170 00000 n -0000040544 00000 n -0000030148 00000 n -0000040819 00000 n -0000042767 00000 n -0000044771 00000 n -0000044886 00000 n +0000015308 00000 n +0000018818 00000 n +0000018929 00000 n +0000019624 00000 n +0000018961 00000 n +0000019034 00000 n +0000019860 00000 n +0000020766 00000 n +0000020966 00000 n +0000029912 00000 n +0000021173 00000 n +0000040547 00000 n +0000030151 00000 n +0000040822 00000 n +0000042770 00000 n +0000044774 00000 n +0000044889 00000 n trailer << /Size 67 /Root 65 0 R /Info 66 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -45018 +45021 %%EOF diff --git a/required/latex-lab/testfiles-bib/bib-005.tpf b/required/latex-lab/testfiles-bib/bib-005.tpf index bb6bf32d6..093eb9108 100644 --- a/required/latex-lab/testfiles-bib/bib-005.tpf +++ b/required/latex-lab/testfiles-bib/bib-005.tpf @@ -371,7 +371,7 @@ endobj << /Kids [48 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 50 0 obj << /justify <> @@ -952,72 +952,72 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000018335 00000 n +0000018338 00000 n 0000013668 00000 n 0000014398 00000 n 0000000000 00000 f -0000015086 00000 n -0000015187 00000 n -0000015263 00000 n -0000015339 00000 n -0000015426 00000 n +0000015089 00000 n +0000015190 00000 n +0000015266 00000 n +0000015342 00000 n +0000015429 00000 n 0000013338 00000 n -0000015629 00000 n -0000015759 00000 n -0000015889 00000 n -0000015976 00000 n -0000016179 00000 n -0000016309 00000 n -0000016439 00000 n -0000016530 00000 n -0000016655 00000 n -0000016743 00000 n -0000016856 00000 n -0000016946 00000 n -0000017055 00000 n -0000017139 00000 n -0000017227 00000 n -0000017349 00000 n -0000017439 00000 n -0000017548 00000 n -0000017632 00000 n -0000017720 00000 n -0000017842 00000 n -0000017932 00000 n -0000018041 00000 n -0000018125 00000 n -0000018213 00000 n +0000015632 00000 n +0000015762 00000 n +0000015892 00000 n +0000015979 00000 n +0000016182 00000 n +0000016312 00000 n +0000016442 00000 n +0000016533 00000 n +0000016658 00000 n +0000016746 00000 n +0000016859 00000 n +0000016949 00000 n +0000017058 00000 n +0000017142 00000 n +0000017230 00000 n +0000017352 00000 n +0000017442 00000 n +0000017551 00000 n +0000017635 00000 n +0000017723 00000 n +0000017845 00000 n +0000017935 00000 n +0000018044 00000 n +0000018128 00000 n +0000018216 00000 n 0000000015 00000 n 0000013473 00000 n 0000011791 00000 n -0000044059 00000 n -0000044950 00000 n -0000041792 00000 n -0000045114 00000 n +0000044062 00000 n +0000044953 00000 n +0000041795 00000 n +0000045117 00000 n 0000013632 00000 n 0000013823 00000 n 0000014361 00000 n -0000014977 00000 n -0000039551 00000 n -0000018453 00000 n -0000018656 00000 n -0000018678 00000 n -0000019147 00000 n -0000021811 00000 n -0000022029 00000 n -0000032135 00000 n -0000032368 00000 n -0000039283 00000 n -0000039703 00000 n -0000041970 00000 n -0000044237 00000 n -0000045173 00000 n -0000045288 00000 n +0000014980 00000 n +0000039554 00000 n +0000018456 00000 n +0000018659 00000 n +0000018681 00000 n +0000019150 00000 n +0000021814 00000 n +0000022032 00000 n +0000032138 00000 n +0000032371 00000 n +0000039286 00000 n +0000039706 00000 n +0000041973 00000 n +0000044240 00000 n +0000045176 00000 n +0000045291 00000 n trailer << /Size 66 /Root 64 0 R /Info 65 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -45420 +45423 %%EOF diff --git a/required/latex-lab/testfiles-bib/bib-006.luatex.tpf b/required/latex-lab/testfiles-bib/bib-006.luatex.tpf index 456fea350..be87bff98 100644 --- a/required/latex-lab/testfiles-bib/bib-006.luatex.tpf +++ b/required/latex-lab/testfiles-bib/bib-006.luatex.tpf @@ -470,7 +470,7 @@ endobj << /Kids [77 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 79 0 obj << /justify <> @@ -926,53 +926,53 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000021689 00000 n +0000021692 00000 n 0000016516 00000 n 0000017347 00000 n 0000000000 00000 f 0000013891 00000 n -0000018035 00000 n -0000018137 00000 n -0000018213 00000 n -0000018289 00000 n -0000018377 00000 n -0000018583 00000 n -0000018691 00000 n +0000018038 00000 n +0000018140 00000 n +0000018216 00000 n +0000018292 00000 n +0000018380 00000 n +0000018586 00000 n +0000018694 00000 n 0000014088 00000 n 0000000020 00000 n -0000018810 00000 n -0000018918 00000 n +0000018813 00000 n +0000018921 00000 n 0000014420 00000 n 0000000073 00000 n -0000019037 00000 n -0000019125 00000 n -0000019331 00000 n -0000019439 00000 n +0000019040 00000 n +0000019128 00000 n +0000019334 00000 n +0000019442 00000 n 0000014750 00000 n 0000000126 00000 n -0000019558 00000 n -0000019666 00000 n +0000019561 00000 n +0000019669 00000 n 0000015082 00000 n 0000000179 00000 n -0000019785 00000 n -0000019877 00000 n -0000020003 00000 n -0000020091 00000 n -0000020204 00000 n -0000020294 00000 n -0000020404 00000 n -0000020488 00000 n -0000020576 00000 n -0000020699 00000 n -0000020789 00000 n -0000020899 00000 n -0000020983 00000 n -0000021071 00000 n -0000021194 00000 n -0000021284 00000 n -0000021394 00000 n -0000021478 00000 n -0000021566 00000 n +0000019788 00000 n +0000019880 00000 n +0000020006 00000 n +0000020094 00000 n +0000020207 00000 n +0000020297 00000 n +0000020407 00000 n +0000020491 00000 n +0000020579 00000 n +0000020702 00000 n +0000020792 00000 n +0000020902 00000 n +0000020986 00000 n +0000021074 00000 n +0000021197 00000 n +0000021287 00000 n +0000021397 00000 n +0000021481 00000 n +0000021569 00000 n 0000000232 00000 n 0000016322 00000 n 0000012025 00000 n @@ -980,11 +980,11 @@ xref 0000015474 00000 n 0000015526 00000 n 0000015587 00000 n -0000047544 00000 n -0000023602 00000 n +0000047547 00000 n +0000023605 00000 n 0000015640 00000 n 0000015701 00000 n -0000045601 00000 n +0000045604 00000 n 0000015754 00000 n 0000015815 00000 n 0000015868 00000 n @@ -995,32 +995,32 @@ xref 0000016155 00000 n 0000016208 00000 n 0000016269 00000 n -0000047702 00000 n +0000047705 00000 n 0000014040 00000 n 0000016480 00000 n 0000016707 00000 n 0000017310 00000 n -0000017926 00000 n -0000021808 00000 n -0000021919 00000 n -0000022614 00000 n -0000021951 00000 n -0000022024 00000 n -0000022850 00000 n -0000023756 00000 n -0000023956 00000 n -0000032902 00000 n -0000024163 00000 n -0000043537 00000 n -0000033141 00000 n -0000043812 00000 n -0000045760 00000 n -0000047763 00000 n -0000047986 00000 n -0000048022 00000 n -0000048261 00000 n +0000017929 00000 n +0000021811 00000 n +0000021922 00000 n +0000022617 00000 n +0000021954 00000 n +0000022027 00000 n +0000022853 00000 n +0000023759 00000 n +0000023959 00000 n +0000032905 00000 n +0000024166 00000 n +0000043540 00000 n +0000033144 00000 n +0000043815 00000 n +0000045763 00000 n +0000047766 00000 n +0000047989 00000 n +0000048025 00000 n +0000048264 00000 n trailer << /Size 98 /Root 96 0 R /Info 97 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -48470 +48473 %%EOF diff --git a/required/latex-lab/testfiles-bib/bib-006.tpf b/required/latex-lab/testfiles-bib/bib-006.tpf index 074e95be8..41d41e612 100644 --- a/required/latex-lab/testfiles-bib/bib-006.tpf +++ b/required/latex-lab/testfiles-bib/bib-006.tpf @@ -504,7 +504,7 @@ endobj << /Kids [76 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 78 0 obj << /justify <> @@ -1121,53 +1121,53 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000021825 00000 n +0000021828 00000 n 0000016374 00000 n 0000017261 00000 n 0000000000 00000 f 0000013808 00000 n -0000017949 00000 n -0000018051 00000 n -0000018127 00000 n -0000018203 00000 n -0000018291 00000 n -0000018491 00000 n -0000018661 00000 n +0000017952 00000 n +0000018054 00000 n +0000018130 00000 n +0000018206 00000 n +0000018294 00000 n +0000018494 00000 n +0000018664 00000 n 0000013982 00000 n 0000000015 00000 n -0000018778 00000 n -0000018948 00000 n +0000018781 00000 n +0000018951 00000 n 0000014312 00000 n 0000000068 00000 n -0000019065 00000 n -0000019153 00000 n -0000019355 00000 n -0000019527 00000 n +0000019068 00000 n +0000019156 00000 n +0000019358 00000 n +0000019530 00000 n 0000014642 00000 n 0000000121 00000 n -0000019645 00000 n -0000019817 00000 n +0000019648 00000 n +0000019820 00000 n 0000014972 00000 n 0000000174 00000 n -0000019935 00000 n -0000020027 00000 n -0000020151 00000 n -0000020239 00000 n -0000020352 00000 n -0000020442 00000 n -0000020550 00000 n -0000020634 00000 n -0000020722 00000 n -0000020843 00000 n -0000020933 00000 n -0000021041 00000 n -0000021125 00000 n -0000021213 00000 n -0000021334 00000 n -0000021424 00000 n -0000021532 00000 n -0000021616 00000 n -0000021704 00000 n +0000019938 00000 n +0000020030 00000 n +0000020154 00000 n +0000020242 00000 n +0000020355 00000 n +0000020445 00000 n +0000020553 00000 n +0000020637 00000 n +0000020725 00000 n +0000020846 00000 n +0000020936 00000 n +0000021044 00000 n +0000021128 00000 n +0000021216 00000 n +0000021337 00000 n +0000021427 00000 n +0000021535 00000 n +0000021619 00000 n +0000021707 00000 n 0000000227 00000 n 0000016179 00000 n 0000012017 00000 n @@ -1175,11 +1175,11 @@ xref 0000015359 00000 n 0000015409 00000 n 0000015468 00000 n -0000047550 00000 n -0000048441 00000 n +0000047553 00000 n +0000048444 00000 n 0000015519 00000 n 0000015578 00000 n -0000045283 00000 n +0000045286 00000 n 0000015629 00000 n 0000015688 00000 n 0000015739 00000 n @@ -1190,35 +1190,35 @@ xref 0000016018 00000 n 0000016069 00000 n 0000016128 00000 n -0000048605 00000 n +0000048608 00000 n 0000016338 00000 n 0000016621 00000 n 0000017224 00000 n -0000017840 00000 n -0000043042 00000 n -0000021944 00000 n -0000022147 00000 n -0000022169 00000 n -0000022638 00000 n -0000025302 00000 n -0000025520 00000 n -0000035626 00000 n -0000035859 00000 n -0000042774 00000 n -0000043194 00000 n -0000045461 00000 n -0000047728 00000 n -0000048663 00000 n -0000048845 00000 n -0000048944 00000 n -0000049023 00000 n -0000049059 00000 n -0000049298 00000 n +0000017843 00000 n +0000043045 00000 n +0000021947 00000 n +0000022150 00000 n +0000022172 00000 n +0000022641 00000 n +0000025305 00000 n +0000025523 00000 n +0000035629 00000 n +0000035862 00000 n +0000042777 00000 n +0000043197 00000 n +0000045464 00000 n +0000047731 00000 n +0000048666 00000 n +0000048848 00000 n +0000048947 00000 n +0000049026 00000 n +0000049062 00000 n +0000049301 00000 n trailer << /Size 98 /Root 96 0 R /Info 97 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -49507 +49510 %%EOF diff --git a/required/latex-lab/testfiles-bib/bib-007-natbib.luatex.tpf b/required/latex-lab/testfiles-bib/bib-007-natbib.luatex.tpf index b4565fb7a..71ac8d7f3 100644 --- a/required/latex-lab/testfiles-bib/bib-007-natbib.luatex.tpf +++ b/required/latex-lab/testfiles-bib/bib-007-natbib.luatex.tpf @@ -373,7 +373,7 @@ endobj << /Kids [48 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 50 0 obj << /justify <> @@ -811,70 +811,70 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000018469 00000 n +0000018472 00000 n 0000013992 00000 n 0000014687 00000 n 0000000000 00000 f -0000015375 00000 n -0000015476 00000 n -0000015552 00000 n -0000015628 00000 n -0000015715 00000 n -0000015890 00000 n -0000016022 00000 n -0000016154 00000 n -0000016241 00000 n -0000016416 00000 n -0000016548 00000 n -0000016680 00000 n -0000016771 00000 n -0000016897 00000 n -0000016985 00000 n -0000017096 00000 n -0000017186 00000 n -0000017258 00000 n -0000017342 00000 n -0000017430 00000 n -0000017553 00000 n -0000017643 00000 n -0000017715 00000 n -0000017799 00000 n -0000017887 00000 n -0000018011 00000 n -0000018101 00000 n -0000018173 00000 n -0000018257 00000 n -0000018345 00000 n +0000015378 00000 n +0000015479 00000 n +0000015555 00000 n +0000015631 00000 n +0000015718 00000 n +0000015893 00000 n +0000016025 00000 n +0000016157 00000 n +0000016244 00000 n +0000016419 00000 n +0000016551 00000 n +0000016683 00000 n +0000016774 00000 n +0000016900 00000 n +0000016988 00000 n +0000017099 00000 n +0000017189 00000 n +0000017261 00000 n +0000017345 00000 n +0000017433 00000 n +0000017556 00000 n +0000017646 00000 n +0000017718 00000 n +0000017802 00000 n +0000017890 00000 n +0000018014 00000 n +0000018104 00000 n +0000018176 00000 n +0000018260 00000 n +0000018348 00000 n 0000000020 00000 n 0000013798 00000 n 0000013663 00000 n 0000011806 00000 n -0000048003 00000 n -0000020381 00000 n -0000046060 00000 n -0000048161 00000 n +0000048006 00000 n +0000020384 00000 n +0000046063 00000 n +0000048164 00000 n 0000013956 00000 n 0000014112 00000 n 0000014650 00000 n -0000015266 00000 n -0000018587 00000 n -0000018698 00000 n -0000019393 00000 n -0000018730 00000 n -0000018803 00000 n -0000019629 00000 n -0000020535 00000 n -0000020735 00000 n -0000029728 00000 n -0000020989 00000 n -0000043946 00000 n -0000029967 00000 n -0000044271 00000 n -0000046219 00000 n -0000048223 00000 n -0000048338 00000 n +0000015269 00000 n +0000018590 00000 n +0000018701 00000 n +0000019396 00000 n +0000018733 00000 n +0000018806 00000 n +0000019632 00000 n +0000020538 00000 n +0000020738 00000 n +0000029731 00000 n +0000020992 00000 n +0000043949 00000 n +0000029970 00000 n +0000044274 00000 n +0000046222 00000 n +0000048226 00000 n +0000048341 00000 n trailer << /Size 67 /Root 65 0 R /Info 66 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -48470 +48473 %%EOF diff --git a/required/latex-lab/testfiles-bib/bib-007-natbib.tpf b/required/latex-lab/testfiles-bib/bib-007-natbib.tpf index 9f8665a9a..28ce0a01e 100644 --- a/required/latex-lab/testfiles-bib/bib-007-natbib.tpf +++ b/required/latex-lab/testfiles-bib/bib-007-natbib.tpf @@ -356,7 +356,7 @@ endobj << /Kids [48 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 50 0 obj << /justify <> @@ -937,72 +937,72 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000018295 00000 n +0000018298 00000 n 0000013630 00000 n 0000014360 00000 n 0000000000 00000 f -0000015048 00000 n -0000015149 00000 n -0000015225 00000 n -0000015301 00000 n -0000015388 00000 n +0000015051 00000 n +0000015152 00000 n +0000015228 00000 n +0000015304 00000 n +0000015391 00000 n 0000013300 00000 n -0000015591 00000 n -0000015721 00000 n -0000015851 00000 n -0000015938 00000 n -0000016141 00000 n -0000016271 00000 n -0000016401 00000 n -0000016492 00000 n -0000016617 00000 n -0000016705 00000 n -0000016816 00000 n -0000016906 00000 n -0000017015 00000 n -0000017099 00000 n -0000017187 00000 n -0000017309 00000 n -0000017399 00000 n -0000017508 00000 n -0000017592 00000 n -0000017680 00000 n -0000017802 00000 n -0000017892 00000 n -0000018001 00000 n -0000018085 00000 n -0000018173 00000 n +0000015594 00000 n +0000015724 00000 n +0000015854 00000 n +0000015941 00000 n +0000016144 00000 n +0000016274 00000 n +0000016404 00000 n +0000016495 00000 n +0000016620 00000 n +0000016708 00000 n +0000016819 00000 n +0000016909 00000 n +0000017018 00000 n +0000017102 00000 n +0000017190 00000 n +0000017312 00000 n +0000017402 00000 n +0000017511 00000 n +0000017595 00000 n +0000017683 00000 n +0000017805 00000 n +0000017895 00000 n +0000018004 00000 n +0000018088 00000 n +0000018176 00000 n 0000000015 00000 n 0000013435 00000 n 0000011798 00000 n -0000052054 00000 n -0000052945 00000 n -0000049787 00000 n -0000053109 00000 n +0000052057 00000 n +0000052948 00000 n +0000049790 00000 n +0000053112 00000 n 0000013594 00000 n 0000013785 00000 n 0000014323 00000 n -0000014939 00000 n -0000047502 00000 n -0000018413 00000 n -0000018616 00000 n -0000018638 00000 n -0000019131 00000 n -0000021795 00000 n -0000022013 00000 n -0000032119 00000 n -0000032352 00000 n -0000047196 00000 n -0000047698 00000 n -0000049965 00000 n -0000052232 00000 n -0000053168 00000 n -0000053283 00000 n +0000014942 00000 n +0000047505 00000 n +0000018416 00000 n +0000018619 00000 n +0000018641 00000 n +0000019134 00000 n +0000021798 00000 n +0000022016 00000 n +0000032122 00000 n +0000032355 00000 n +0000047199 00000 n +0000047701 00000 n +0000049968 00000 n +0000052235 00000 n +0000053171 00000 n +0000053286 00000 n trailer << /Size 66 /Root 64 0 R /Info 65 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -53415 +53418 %%EOF diff --git a/required/latex-lab/testfiles-bib/bib-008-natbib.luatex.tpf b/required/latex-lab/testfiles-bib/bib-008-natbib.luatex.tpf index 86835f146..8d15111d4 100644 --- a/required/latex-lab/testfiles-bib/bib-008-natbib.luatex.tpf +++ b/required/latex-lab/testfiles-bib/bib-008-natbib.luatex.tpf @@ -516,7 +516,7 @@ endobj << /Kids [85 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 87 0 obj << /justify <> @@ -984,65 +984,65 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000024297 00000 n +0000024300 00000 n 0000018404 00000 n 0000019377 00000 n 0000000000 00000 f 0000014648 00000 n -0000020065 00000 n -0000020167 00000 n -0000020243 00000 n -0000020319 00000 n -0000020407 00000 n -0000020580 00000 n -0000020729 00000 n +0000020068 00000 n +0000020170 00000 n +0000020246 00000 n +0000020322 00000 n +0000020410 00000 n +0000020583 00000 n +0000020732 00000 n 0000014873 00000 n 0000000020 00000 n -0000020848 00000 n +0000020851 00000 n 0000015205 00000 n 0000000073 00000 n -0000020967 00000 n -0000021116 00000 n +0000020970 00000 n +0000021119 00000 n 0000015537 00000 n 0000000126 00000 n -0000021235 00000 n +0000021238 00000 n 0000015868 00000 n 0000000179 00000 n -0000021354 00000 n -0000021442 00000 n -0000021617 00000 n -0000021766 00000 n +0000021357 00000 n +0000021445 00000 n +0000021620 00000 n +0000021769 00000 n 0000016200 00000 n 0000000232 00000 n -0000021885 00000 n +0000021888 00000 n 0000016532 00000 n 0000000285 00000 n -0000022005 00000 n -0000022155 00000 n +0000022008 00000 n +0000022158 00000 n 0000016864 00000 n 0000000338 00000 n -0000022275 00000 n +0000022278 00000 n 0000017196 00000 n 0000000391 00000 n -0000022395 00000 n -0000022487 00000 n -0000022613 00000 n -0000022701 00000 n -0000022812 00000 n -0000022902 00000 n -0000023012 00000 n -0000023096 00000 n -0000023184 00000 n -0000023307 00000 n -0000023397 00000 n -0000023507 00000 n -0000023591 00000 n -0000023679 00000 n -0000023802 00000 n -0000023892 00000 n -0000024002 00000 n -0000024086 00000 n -0000024174 00000 n +0000022398 00000 n +0000022490 00000 n +0000022616 00000 n +0000022704 00000 n +0000022815 00000 n +0000022905 00000 n +0000023015 00000 n +0000023099 00000 n +0000023187 00000 n +0000023310 00000 n +0000023400 00000 n +0000023510 00000 n +0000023594 00000 n +0000023682 00000 n +0000023805 00000 n +0000023895 00000 n +0000024005 00000 n +0000024089 00000 n +0000024177 00000 n 0000000444 00000 n 0000018210 00000 n 0000012244 00000 n @@ -1050,43 +1050,43 @@ xref 0000017588 00000 n 0000017640 00000 n 0000017701 00000 n -0000053835 00000 n -0000026210 00000 n +0000053838 00000 n +0000026213 00000 n 0000017754 00000 n 0000017815 00000 n -0000051890 00000 n +0000051893 00000 n 0000017868 00000 n 0000017929 00000 n 0000017982 00000 n 0000018043 00000 n 0000018096 00000 n 0000018157 00000 n -0000053994 00000 n +0000053997 00000 n 0000014797 00000 n 0000018368 00000 n 0000018673 00000 n 0000019340 00000 n -0000019956 00000 n -0000024416 00000 n -0000024527 00000 n -0000025222 00000 n -0000024559 00000 n -0000024632 00000 n -0000025458 00000 n -0000026364 00000 n -0000026564 00000 n -0000035557 00000 n -0000026818 00000 n -0000049775 00000 n -0000035796 00000 n -0000050100 00000 n -0000052050 00000 n -0000054055 00000 n -0000054241 00000 n -0000054279 00000 n -0000054520 00000 n +0000019959 00000 n +0000024419 00000 n +0000024530 00000 n +0000025225 00000 n +0000024562 00000 n +0000024635 00000 n +0000025461 00000 n +0000026367 00000 n +0000026567 00000 n +0000035560 00000 n +0000026821 00000 n +0000049778 00000 n +0000035799 00000 n +0000050103 00000 n +0000052053 00000 n +0000054058 00000 n +0000054244 00000 n +0000054282 00000 n +0000054523 00000 n trailer << /Size 106 /Root 104 0 R /Info 105 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -54730 +54733 %%EOF diff --git a/required/latex-lab/testfiles-bib/bib-008-natbib.tpf b/required/latex-lab/testfiles-bib/bib-008-natbib.tpf index 4c74e265b..094ab7063 100644 --- a/required/latex-lab/testfiles-bib/bib-008-natbib.tpf +++ b/required/latex-lab/testfiles-bib/bib-008-natbib.tpf @@ -565,7 +565,7 @@ endobj << /Kids [83 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 85 0 obj << /justify <> @@ -1104,65 +1104,65 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000024302 00000 n +0000024305 00000 n 0000018065 00000 n 0000019108 00000 n 0000000000 00000 f 0000014386 00000 n -0000019796 00000 n -0000019898 00000 n -0000019974 00000 n -0000020050 00000 n -0000020138 00000 n -0000020339 00000 n -0000020548 00000 n +0000019799 00000 n +0000019901 00000 n +0000019977 00000 n +0000020053 00000 n +0000020141 00000 n +0000020342 00000 n +0000020551 00000 n 0000014588 00000 n 0000000015 00000 n -0000020665 00000 n +0000020668 00000 n 0000014918 00000 n 0000000068 00000 n -0000020782 00000 n -0000020992 00000 n +0000020785 00000 n +0000020995 00000 n 0000015247 00000 n 0000000121 00000 n -0000021109 00000 n +0000021112 00000 n 0000015577 00000 n 0000000174 00000 n -0000021227 00000 n -0000021315 00000 n -0000021518 00000 n -0000021730 00000 n +0000021230 00000 n +0000021318 00000 n +0000021521 00000 n +0000021733 00000 n 0000015906 00000 n 0000000227 00000 n -0000021848 00000 n +0000021851 00000 n 0000016236 00000 n 0000000280 00000 n -0000021966 00000 n -0000022178 00000 n +0000021969 00000 n +0000022181 00000 n 0000016565 00000 n 0000000333 00000 n -0000022296 00000 n +0000022299 00000 n 0000016895 00000 n 0000000386 00000 n -0000022414 00000 n -0000022506 00000 n -0000022630 00000 n -0000022718 00000 n -0000022829 00000 n -0000022919 00000 n -0000023027 00000 n -0000023111 00000 n -0000023199 00000 n -0000023320 00000 n -0000023410 00000 n -0000023518 00000 n -0000023602 00000 n -0000023690 00000 n -0000023811 00000 n -0000023901 00000 n -0000024009 00000 n -0000024093 00000 n -0000024181 00000 n +0000022417 00000 n +0000022509 00000 n +0000022633 00000 n +0000022721 00000 n +0000022832 00000 n +0000022922 00000 n +0000023030 00000 n +0000023114 00000 n +0000023202 00000 n +0000023323 00000 n +0000023413 00000 n +0000023521 00000 n +0000023605 00000 n +0000023693 00000 n +0000023814 00000 n +0000023904 00000 n +0000024012 00000 n +0000024096 00000 n +0000024184 00000 n 0000000439 00000 n 0000017882 00000 n 0000012236 00000 n @@ -1170,39 +1170,39 @@ xref 0000017282 00000 n 0000017332 00000 n 0000017391 00000 n -0000055158 00000 n +0000055161 00000 n 0000017442 00000 n 0000017501 00000 n -0000052891 00000 n +0000052894 00000 n 0000017552 00000 n 0000017611 00000 n 0000017662 00000 n 0000017721 00000 n 0000017772 00000 n 0000017831 00000 n -0000055336 00000 n +0000055339 00000 n 0000018029 00000 n 0000018404 00000 n 0000019071 00000 n -0000019687 00000 n -0000050606 00000 n -0000024421 00000 n -0000024624 00000 n -0000025117 00000 n -0000035223 00000 n -0000035456 00000 n -0000050300 00000 n -0000050802 00000 n -0000053069 00000 n -0000055394 00000 n -0000055575 00000 n -0000055611 00000 n -0000055850 00000 n +0000019690 00000 n +0000050609 00000 n +0000024424 00000 n +0000024627 00000 n +0000025120 00000 n +0000035226 00000 n +0000035459 00000 n +0000050303 00000 n +0000050805 00000 n +0000053072 00000 n +0000055397 00000 n +0000055578 00000 n +0000055614 00000 n +0000055853 00000 n trailer << /Size 99 /Root 97 0 R /Info 98 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -56059 +56062 %%EOF diff --git a/required/latex-lab/testfiles-bib/bib-009.luatex.tpf b/required/latex-lab/testfiles-bib/bib-009.luatex.tpf index 7d8ec27b1..d5aa08a93 100644 --- a/required/latex-lab/testfiles-bib/bib-009.luatex.tpf +++ b/required/latex-lab/testfiles-bib/bib-009.luatex.tpf @@ -470,7 +470,7 @@ endobj << /Kids [77 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 79 0 obj << /justify <> @@ -926,53 +926,53 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000021690 00000 n +0000021693 00000 n 0000016517 00000 n 0000017348 00000 n 0000000000 00000 f 0000013892 00000 n -0000018036 00000 n -0000018138 00000 n -0000018214 00000 n -0000018290 00000 n -0000018378 00000 n -0000018584 00000 n -0000018692 00000 n +0000018039 00000 n +0000018141 00000 n +0000018217 00000 n +0000018293 00000 n +0000018381 00000 n +0000018587 00000 n +0000018695 00000 n 0000014089 00000 n 0000000020 00000 n -0000018811 00000 n -0000018919 00000 n +0000018814 00000 n +0000018922 00000 n 0000014421 00000 n 0000000073 00000 n -0000019038 00000 n -0000019126 00000 n -0000019332 00000 n -0000019440 00000 n +0000019041 00000 n +0000019129 00000 n +0000019335 00000 n +0000019443 00000 n 0000014751 00000 n 0000000126 00000 n -0000019559 00000 n -0000019667 00000 n +0000019562 00000 n +0000019670 00000 n 0000015083 00000 n 0000000179 00000 n -0000019786 00000 n -0000019878 00000 n -0000020004 00000 n -0000020092 00000 n -0000020205 00000 n -0000020295 00000 n -0000020405 00000 n -0000020489 00000 n -0000020577 00000 n -0000020700 00000 n -0000020790 00000 n -0000020900 00000 n -0000020984 00000 n -0000021072 00000 n -0000021195 00000 n -0000021285 00000 n -0000021395 00000 n -0000021479 00000 n -0000021567 00000 n +0000019789 00000 n +0000019881 00000 n +0000020007 00000 n +0000020095 00000 n +0000020208 00000 n +0000020298 00000 n +0000020408 00000 n +0000020492 00000 n +0000020580 00000 n +0000020703 00000 n +0000020793 00000 n +0000020903 00000 n +0000020987 00000 n +0000021075 00000 n +0000021198 00000 n +0000021288 00000 n +0000021398 00000 n +0000021482 00000 n +0000021570 00000 n 0000000232 00000 n 0000016323 00000 n 0000012026 00000 n @@ -980,11 +980,11 @@ xref 0000015475 00000 n 0000015527 00000 n 0000015588 00000 n -0000047545 00000 n -0000023603 00000 n +0000047548 00000 n +0000023606 00000 n 0000015641 00000 n 0000015702 00000 n -0000045602 00000 n +0000045605 00000 n 0000015755 00000 n 0000015816 00000 n 0000015869 00000 n @@ -995,32 +995,32 @@ xref 0000016156 00000 n 0000016209 00000 n 0000016270 00000 n -0000047703 00000 n +0000047706 00000 n 0000014041 00000 n 0000016481 00000 n 0000016708 00000 n 0000017311 00000 n -0000017927 00000 n -0000021809 00000 n -0000021920 00000 n -0000022615 00000 n -0000021952 00000 n -0000022025 00000 n -0000022851 00000 n -0000023757 00000 n -0000023957 00000 n -0000032903 00000 n -0000024164 00000 n -0000043538 00000 n -0000033142 00000 n -0000043813 00000 n -0000045761 00000 n -0000047764 00000 n -0000047987 00000 n -0000048023 00000 n -0000048263 00000 n +0000017930 00000 n +0000021812 00000 n +0000021923 00000 n +0000022618 00000 n +0000021955 00000 n +0000022028 00000 n +0000022854 00000 n +0000023760 00000 n +0000023960 00000 n +0000032906 00000 n +0000024167 00000 n +0000043541 00000 n +0000033145 00000 n +0000043816 00000 n +0000045764 00000 n +0000047767 00000 n +0000047990 00000 n +0000048026 00000 n +0000048266 00000 n trailer << /Size 98 /Root 96 0 R /Info 97 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -48472 +48475 %%EOF diff --git a/required/latex-lab/testfiles-bib/bib-009.tpf b/required/latex-lab/testfiles-bib/bib-009.tpf index 04e4a906f..2b4763f09 100644 --- a/required/latex-lab/testfiles-bib/bib-009.tpf +++ b/required/latex-lab/testfiles-bib/bib-009.tpf @@ -504,7 +504,7 @@ endobj << /Kids [76 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 78 0 obj << /justify <> @@ -1121,53 +1121,53 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000021826 00000 n +0000021829 00000 n 0000016375 00000 n 0000017262 00000 n 0000000000 00000 f 0000013809 00000 n -0000017950 00000 n -0000018052 00000 n -0000018128 00000 n -0000018204 00000 n -0000018292 00000 n -0000018492 00000 n -0000018662 00000 n +0000017953 00000 n +0000018055 00000 n +0000018131 00000 n +0000018207 00000 n +0000018295 00000 n +0000018495 00000 n +0000018665 00000 n 0000013983 00000 n 0000000015 00000 n -0000018779 00000 n -0000018949 00000 n +0000018782 00000 n +0000018952 00000 n 0000014313 00000 n 0000000068 00000 n -0000019066 00000 n -0000019154 00000 n -0000019356 00000 n -0000019528 00000 n +0000019069 00000 n +0000019157 00000 n +0000019359 00000 n +0000019531 00000 n 0000014643 00000 n 0000000121 00000 n -0000019646 00000 n -0000019818 00000 n +0000019649 00000 n +0000019821 00000 n 0000014973 00000 n 0000000174 00000 n -0000019936 00000 n -0000020028 00000 n -0000020152 00000 n -0000020240 00000 n -0000020353 00000 n -0000020443 00000 n -0000020551 00000 n -0000020635 00000 n -0000020723 00000 n -0000020844 00000 n -0000020934 00000 n -0000021042 00000 n -0000021126 00000 n -0000021214 00000 n -0000021335 00000 n -0000021425 00000 n -0000021533 00000 n -0000021617 00000 n -0000021705 00000 n +0000019939 00000 n +0000020031 00000 n +0000020155 00000 n +0000020243 00000 n +0000020356 00000 n +0000020446 00000 n +0000020554 00000 n +0000020638 00000 n +0000020726 00000 n +0000020847 00000 n +0000020937 00000 n +0000021045 00000 n +0000021129 00000 n +0000021217 00000 n +0000021338 00000 n +0000021428 00000 n +0000021536 00000 n +0000021620 00000 n +0000021708 00000 n 0000000227 00000 n 0000016180 00000 n 0000012018 00000 n @@ -1175,11 +1175,11 @@ xref 0000015360 00000 n 0000015410 00000 n 0000015469 00000 n -0000047551 00000 n -0000048442 00000 n +0000047554 00000 n +0000048445 00000 n 0000015520 00000 n 0000015579 00000 n -0000045284 00000 n +0000045287 00000 n 0000015630 00000 n 0000015689 00000 n 0000015740 00000 n @@ -1190,35 +1190,35 @@ xref 0000016019 00000 n 0000016070 00000 n 0000016129 00000 n -0000048606 00000 n +0000048609 00000 n 0000016339 00000 n 0000016622 00000 n 0000017225 00000 n -0000017841 00000 n -0000043043 00000 n -0000021945 00000 n -0000022148 00000 n -0000022170 00000 n -0000022639 00000 n -0000025303 00000 n -0000025521 00000 n -0000035627 00000 n -0000035860 00000 n -0000042775 00000 n -0000043195 00000 n -0000045462 00000 n -0000047729 00000 n -0000048664 00000 n -0000048846 00000 n -0000048945 00000 n -0000049024 00000 n -0000049060 00000 n -0000049300 00000 n +0000017844 00000 n +0000043046 00000 n +0000021948 00000 n +0000022151 00000 n +0000022173 00000 n +0000022642 00000 n +0000025306 00000 n +0000025524 00000 n +0000035630 00000 n +0000035863 00000 n +0000042778 00000 n +0000043198 00000 n +0000045465 00000 n +0000047732 00000 n +0000048667 00000 n +0000048849 00000 n +0000048948 00000 n +0000049027 00000 n +0000049063 00000 n +0000049303 00000 n trailer << /Size 98 /Root 96 0 R /Info 97 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -49509 +49512 %%EOF diff --git a/required/latex-lab/testfiles-bib/bib-010-natbib.luatex.tpf b/required/latex-lab/testfiles-bib/bib-010-natbib.luatex.tpf index 7c500937b..0fb9c89d0 100644 --- a/required/latex-lab/testfiles-bib/bib-010-natbib.luatex.tpf +++ b/required/latex-lab/testfiles-bib/bib-010-natbib.luatex.tpf @@ -516,7 +516,7 @@ endobj << /Kids [85 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 87 0 obj << /justify <> @@ -984,65 +984,65 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000024296 00000 n +0000024299 00000 n 0000018403 00000 n 0000019376 00000 n 0000000000 00000 f 0000014647 00000 n -0000020064 00000 n -0000020166 00000 n -0000020242 00000 n -0000020318 00000 n -0000020406 00000 n -0000020579 00000 n -0000020728 00000 n +0000020067 00000 n +0000020169 00000 n +0000020245 00000 n +0000020321 00000 n +0000020409 00000 n +0000020582 00000 n +0000020731 00000 n 0000014872 00000 n 0000000020 00000 n -0000020847 00000 n +0000020850 00000 n 0000015204 00000 n 0000000073 00000 n -0000020966 00000 n -0000021115 00000 n +0000020969 00000 n +0000021118 00000 n 0000015536 00000 n 0000000126 00000 n -0000021234 00000 n +0000021237 00000 n 0000015867 00000 n 0000000179 00000 n -0000021353 00000 n -0000021441 00000 n -0000021616 00000 n -0000021765 00000 n +0000021356 00000 n +0000021444 00000 n +0000021619 00000 n +0000021768 00000 n 0000016199 00000 n 0000000232 00000 n -0000021884 00000 n +0000021887 00000 n 0000016531 00000 n 0000000285 00000 n -0000022004 00000 n -0000022154 00000 n +0000022007 00000 n +0000022157 00000 n 0000016863 00000 n 0000000338 00000 n -0000022274 00000 n +0000022277 00000 n 0000017195 00000 n 0000000391 00000 n -0000022394 00000 n -0000022486 00000 n -0000022612 00000 n -0000022700 00000 n -0000022811 00000 n -0000022901 00000 n -0000023011 00000 n -0000023095 00000 n -0000023183 00000 n -0000023306 00000 n -0000023396 00000 n -0000023506 00000 n -0000023590 00000 n -0000023678 00000 n -0000023801 00000 n -0000023891 00000 n -0000024001 00000 n -0000024085 00000 n -0000024173 00000 n +0000022397 00000 n +0000022489 00000 n +0000022615 00000 n +0000022703 00000 n +0000022814 00000 n +0000022904 00000 n +0000023014 00000 n +0000023098 00000 n +0000023186 00000 n +0000023309 00000 n +0000023399 00000 n +0000023509 00000 n +0000023593 00000 n +0000023681 00000 n +0000023804 00000 n +0000023894 00000 n +0000024004 00000 n +0000024088 00000 n +0000024176 00000 n 0000000444 00000 n 0000018209 00000 n 0000012244 00000 n @@ -1050,43 +1050,43 @@ xref 0000017587 00000 n 0000017639 00000 n 0000017700 00000 n -0000053420 00000 n -0000026227 00000 n +0000053423 00000 n +0000026230 00000 n 0000017753 00000 n 0000017814 00000 n -0000051475 00000 n +0000051478 00000 n 0000017867 00000 n 0000017928 00000 n 0000017981 00000 n 0000018042 00000 n 0000018095 00000 n 0000018156 00000 n -0000053579 00000 n +0000053582 00000 n 0000014796 00000 n 0000018367 00000 n 0000018672 00000 n 0000019339 00000 n -0000019955 00000 n -0000024415 00000 n -0000024544 00000 n -0000025239 00000 n -0000024576 00000 n -0000024649 00000 n -0000025475 00000 n -0000026381 00000 n -0000026581 00000 n -0000035142 00000 n -0000026835 00000 n -0000049360 00000 n -0000035381 00000 n -0000049685 00000 n -0000051635 00000 n -0000053640 00000 n -0000053826 00000 n -0000053864 00000 n -0000054105 00000 n +0000019958 00000 n +0000024418 00000 n +0000024547 00000 n +0000025242 00000 n +0000024579 00000 n +0000024652 00000 n +0000025478 00000 n +0000026384 00000 n +0000026584 00000 n +0000035145 00000 n +0000026838 00000 n +0000049363 00000 n +0000035384 00000 n +0000049688 00000 n +0000051638 00000 n +0000053643 00000 n +0000053829 00000 n +0000053867 00000 n +0000054108 00000 n trailer << /Size 106 /Root 104 0 R /Info 105 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -54315 +54318 %%EOF diff --git a/required/latex-lab/testfiles-bib/bib-010-natbib.tpf b/required/latex-lab/testfiles-bib/bib-010-natbib.tpf index afe15da7a..f69c3872a 100644 --- a/required/latex-lab/testfiles-bib/bib-010-natbib.tpf +++ b/required/latex-lab/testfiles-bib/bib-010-natbib.tpf @@ -565,7 +565,7 @@ endobj << /Kids [83 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 85 0 obj << /justify <> @@ -1104,65 +1104,65 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000024301 00000 n +0000024304 00000 n 0000018064 00000 n 0000019107 00000 n 0000000000 00000 f 0000014385 00000 n -0000019795 00000 n -0000019897 00000 n -0000019973 00000 n -0000020049 00000 n -0000020137 00000 n -0000020338 00000 n -0000020547 00000 n +0000019798 00000 n +0000019900 00000 n +0000019976 00000 n +0000020052 00000 n +0000020140 00000 n +0000020341 00000 n +0000020550 00000 n 0000014587 00000 n 0000000015 00000 n -0000020664 00000 n +0000020667 00000 n 0000014917 00000 n 0000000068 00000 n -0000020781 00000 n -0000020991 00000 n +0000020784 00000 n +0000020994 00000 n 0000015246 00000 n 0000000121 00000 n -0000021108 00000 n +0000021111 00000 n 0000015576 00000 n 0000000174 00000 n -0000021226 00000 n -0000021314 00000 n -0000021517 00000 n -0000021729 00000 n +0000021229 00000 n +0000021317 00000 n +0000021520 00000 n +0000021732 00000 n 0000015905 00000 n 0000000227 00000 n -0000021847 00000 n +0000021850 00000 n 0000016235 00000 n 0000000280 00000 n -0000021965 00000 n -0000022177 00000 n +0000021968 00000 n +0000022180 00000 n 0000016564 00000 n 0000000333 00000 n -0000022295 00000 n +0000022298 00000 n 0000016894 00000 n 0000000386 00000 n -0000022413 00000 n -0000022505 00000 n -0000022629 00000 n -0000022717 00000 n -0000022828 00000 n -0000022918 00000 n -0000023026 00000 n -0000023110 00000 n -0000023198 00000 n -0000023319 00000 n -0000023409 00000 n -0000023517 00000 n -0000023601 00000 n -0000023689 00000 n -0000023810 00000 n -0000023900 00000 n -0000024008 00000 n -0000024092 00000 n -0000024180 00000 n +0000022416 00000 n +0000022508 00000 n +0000022632 00000 n +0000022720 00000 n +0000022831 00000 n +0000022921 00000 n +0000023029 00000 n +0000023113 00000 n +0000023201 00000 n +0000023322 00000 n +0000023412 00000 n +0000023520 00000 n +0000023604 00000 n +0000023692 00000 n +0000023813 00000 n +0000023903 00000 n +0000024011 00000 n +0000024095 00000 n +0000024183 00000 n 0000000439 00000 n 0000017881 00000 n 0000012236 00000 n @@ -1170,39 +1170,39 @@ xref 0000017281 00000 n 0000017331 00000 n 0000017390 00000 n -0000055400 00000 n +0000055403 00000 n 0000017441 00000 n 0000017500 00000 n -0000053133 00000 n +0000053136 00000 n 0000017551 00000 n 0000017610 00000 n 0000017661 00000 n 0000017720 00000 n 0000017771 00000 n 0000017830 00000 n -0000055578 00000 n +0000055581 00000 n 0000018028 00000 n 0000018403 00000 n 0000019070 00000 n -0000019686 00000 n -0000050851 00000 n -0000024420 00000 n -0000024668 00000 n -0000025161 00000 n -0000035468 00000 n -0000035701 00000 n -0000050545 00000 n -0000051044 00000 n -0000053311 00000 n -0000055636 00000 n -0000055817 00000 n -0000055853 00000 n -0000056092 00000 n +0000019689 00000 n +0000050854 00000 n +0000024423 00000 n +0000024671 00000 n +0000025164 00000 n +0000035471 00000 n +0000035704 00000 n +0000050548 00000 n +0000051047 00000 n +0000053314 00000 n +0000055639 00000 n +0000055820 00000 n +0000055856 00000 n +0000056095 00000 n trailer << /Size 99 /Root 97 0 R /Info 98 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -56301 +56304 %%EOF diff --git a/required/latex-lab/testfiles-block/blocks-verbatim-01.luatex.tlg b/required/latex-lab/testfiles-block/blocks-verbatim-01.luatex.tlg index aa1cbd039..5e4ea22f5 100644 --- a/required/latex-lab/testfiles-block/blocks-verbatim-01.luatex.tlg +++ b/required/latex-lab/testfiles-block/blocks-verbatim-01.luatex.tlg @@ -33,32 +33,24 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> use instance: verbatimblock-0 ==> increment /P on input line ... Package tagpdf Info: closing structure 9 tagged /text -Package tagpdf Info: Parent-Child 'Sect' --> 'P'. +Package tagpdf Info: Parent-Child 'Sect' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Sect/pdf2' --> 'verbatim/latex' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 12 tagged /Code +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... Package tagpdf Info: closing structure 11 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 14 tagged /Code -Package tagpdf Info: closing structure 13 tagged /codeline +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 12 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... Package tagpdf Info: closing structure 10 tagged /verbatim @@ -68,7 +60,7 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'P/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 15 tagged /text +Package tagpdf Info: closing structure 13 tagged /text Package tagpdf Info: closing structure 8 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') @@ -82,39 +74,31 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> verbatim-env-start ==> use instance: verbatimblock-0 ==> increment /P on input line ... -Package tagpdf Info: closing structure 17 tagged /text -Package tagpdf Info: Parent-Child 'Sect' --> 'P'. +Package tagpdf Info: closing structure 15 tagged /text +Package tagpdf Info: Parent-Child 'Sect' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Sect/pdf2' --> 'verbatim/latex' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 20 tagged /Code -Package tagpdf Info: closing structure 19 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 17 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 22 tagged /Code -Package tagpdf Info: closing structure 21 tagged /codeline +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 18 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... -Package tagpdf Info: closing structure 18 tagged /verbatim +Package tagpdf Info: closing structure 16 tagged /verbatim ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 16 tagged /text-unit +Package tagpdf Info: closing structure 14 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Sect/pdf2' --> 'Sect/pdf2' on line ... @@ -124,7 +108,7 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'H2'. Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'H2/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 24 tagged /subsection +Package tagpdf Info: closing structure 20 tagged /subsection ==> itemize-env-start ==> use instance: list-1 ==> @endpe=false on input line ... @@ -147,7 +131,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 28 tagged /Lbl +Package tagpdf Info: closing structure 24 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -162,10 +146,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'P/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 31 tagged /text -Package tagpdf Info: closing structure 30 tagged /text-unit -Package tagpdf Info: closing structure 29 tagged /LBody -Package tagpdf Info: closing structure 27 tagged /LI +Package tagpdf Info: closing structure 27 tagged /text +Package tagpdf Info: closing structure 26 tagged /text-unit +Package tagpdf Info: closing structure 25 tagged /LBody +Package tagpdf Info: closing structure 23 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'L/pdf2' --> 'LI/pdf2' on line ... @@ -176,7 +160,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 33 tagged /Lbl +Package tagpdf Info: closing structure 29 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -194,7 +178,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> description-env-start ==> use instance: list-2 ==> increment /P on input line ... -Package tagpdf Info: closing structure 36 tagged /text +Package tagpdf Info: closing structure 32 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LBody/pdf2' --> 'description/latex' on line ... @@ -214,7 +198,7 @@ Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... LaTeX Font Info: Font shape `OT1/cmtt/bx/n' in size <10> not available (Font) Font shape `OT1/cmtt/m/n' tried instead on input line .... -Package tagpdf Info: closing structure 39 tagged /Lbl +Package tagpdf Info: closing structure 35 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -229,10 +213,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'P/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 42 tagged /text -Package tagpdf Info: closing structure 41 tagged /text-unit -Package tagpdf Info: closing structure 40 tagged /LBody -Package tagpdf Info: closing structure 38 tagged /LI +Package tagpdf Info: closing structure 38 tagged /text +Package tagpdf Info: closing structure 37 tagged /text-unit +Package tagpdf Info: closing structure 36 tagged /LBody +Package tagpdf Info: closing structure 34 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'L/pdf2' --> 'LI/pdf2' on line ... @@ -244,7 +228,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 44 tagged /Lbl +Package tagpdf Info: closing structure 40 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -259,10 +243,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'P/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 47 tagged /text -Package tagpdf Info: closing structure 46 tagged /text-unit -Package tagpdf Info: closing structure 45 tagged /LBody -Package tagpdf Info: closing structure 43 tagged /LI +Package tagpdf Info: closing structure 43 tagged /text +Package tagpdf Info: closing structure 42 tagged /text-unit +Package tagpdf Info: closing structure 41 tagged /LBody +Package tagpdf Info: closing structure 39 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'L/pdf2' --> 'LI/pdf2' on line ... @@ -274,7 +258,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 49 tagged /Lbl +Package tagpdf Info: closing structure 45 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -289,10 +273,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'P/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 52 tagged /text -Package tagpdf Info: closing structure 51 tagged /text-unit -Package tagpdf Info: closing structure 50 tagged /LBody -Package tagpdf Info: closing structure 48 tagged /LI +Package tagpdf Info: closing structure 48 tagged /text +Package tagpdf Info: closing structure 47 tagged /text-unit +Package tagpdf Info: closing structure 46 tagged /LBody +Package tagpdf Info: closing structure 44 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'L/pdf2' --> 'LI/pdf2' on line ... @@ -304,7 +288,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 54 tagged /Lbl +Package tagpdf Info: closing structure 50 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -320,16 +304,16 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'P/pdf2' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 57 tagged /text -Package tagpdf Info: closing structure 56 tagged /text-unit -Package tagpdf Info: closing structure 55 tagged /LBody -Package tagpdf Info: closing structure 53 tagged /LI -Package tagpdf Info: closing structure 37 tagged /description +Package tagpdf Info: closing structure 53 tagged /text +Package tagpdf Info: closing structure 52 tagged /text-unit +Package tagpdf Info: closing structure 51 tagged /LBody +Package tagpdf Info: closing structure 49 tagged /LI +Package tagpdf Info: closing structure 33 tagged /description ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 35 tagged /text-unit -Package tagpdf Info: closing structure 34 tagged /LBody -Package tagpdf Info: closing structure 32 tagged /LI +Package tagpdf Info: closing structure 31 tagged /text-unit +Package tagpdf Info: closing structure 30 tagged /LBody +Package tagpdf Info: closing structure 28 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'L/pdf2' --> 'LI/pdf2' on line ... @@ -340,7 +324,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 59 tagged /Lbl +Package tagpdf Info: closing structure 55 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -355,15 +339,15 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'P/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 62 tagged /text -Package tagpdf Info: closing structure 61 tagged /text-unit +Package tagpdf Info: closing structure 58 tagged /text +Package tagpdf Info: closing structure 57 tagged /text-unit ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 60 tagged /LBody -Package tagpdf Info: closing structure 58 tagged /LI -Package tagpdf Info: closing structure 26 tagged /itemize +Package tagpdf Info: closing structure 56 tagged /LBody +Package tagpdf Info: closing structure 54 tagged /LI +Package tagpdf Info: closing structure 22 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 25 tagged /text-unit +Package tagpdf Info: closing structure 21 tagged /text-unit Package tagpdf Info: -1 has been pushed to the mc stack Package tagpdf Info: -1 has been removed from the mc stack Package tagpdf Info: -1 has been pushed to the mc stack @@ -382,11 +366,11 @@ tagpdf: INFO TAG-NOT-TAGGED: this has not been tagged, using artifact tagpdf: INFO TAG-NOT-TAGGED: this has not been tagged, using artifact tagpdf: INFO TAG-NOT-TAGGED: this has not been tagged, using artifact [1 ] (blocks-verbatim-01.aux) -Package tagpdf Info: closing structure 23 tagged /Sect +Package tagpdf Info: closing structure 19 tagged /Sect Package tagpdf Info: closing structure 5 tagged /Sect Package tagpdf Info: closing structure 2 tagged /Document Package tagpdf Info: Finalizing the tagging structure: -(tagpdf) Writing out ~62 structure objects +(tagpdf) Writing out ~58 structure objects (tagpdf) with ~27 'MC' leaf nodes. (tagpdf) Be patient if there are lots of objects! Package tagpdf Info: writing ParentTree diff --git a/required/latex-lab/testfiles-block/blocks-verbatim-01.tlg b/required/latex-lab/testfiles-block/blocks-verbatim-01.tlg index 7a34a5a0e..a42b0c1bf 100644 --- a/required/latex-lab/testfiles-block/blocks-verbatim-01.tlg +++ b/required/latex-lab/testfiles-block/blocks-verbatim-01.tlg @@ -30,32 +30,24 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> use instance: verbatimblock-0 ==> increment /P on input line ... Package tagpdf Info: closing structure 9 tagged /text -Package tagpdf Info: Parent-Child 'Sect' --> 'P'. +Package tagpdf Info: Parent-Child 'Sect' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Sect/pdf2' --> 'verbatim/latex' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 12 tagged /Code +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... Package tagpdf Info: closing structure 11 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 14 tagged /Code -Package tagpdf Info: closing structure 13 tagged /codeline +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 12 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... Package tagpdf Info: closing structure 10 tagged /verbatim @@ -65,7 +57,7 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'P/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 15 tagged /text +Package tagpdf Info: closing structure 13 tagged /text Package tagpdf Info: closing structure 8 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') @@ -79,39 +71,31 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> verbatim-env-start ==> use instance: verbatimblock-0 ==> increment /P on input line ... -Package tagpdf Info: closing structure 17 tagged /text -Package tagpdf Info: Parent-Child 'Sect' --> 'P'. +Package tagpdf Info: closing structure 15 tagged /text +Package tagpdf Info: Parent-Child 'Sect' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Sect/pdf2' --> 'verbatim/latex' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 20 tagged /Code -Package tagpdf Info: closing structure 19 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 17 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 22 tagged /Code -Package tagpdf Info: closing structure 21 tagged /codeline +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 18 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... -Package tagpdf Info: closing structure 18 tagged /verbatim +Package tagpdf Info: closing structure 16 tagged /verbatim ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 16 tagged /text-unit +Package tagpdf Info: closing structure 14 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Sect/pdf2' --> 'Sect/pdf2' on line ... @@ -121,7 +105,7 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'H2'. Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'H2/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 24 tagged /subsection +Package tagpdf Info: closing structure 20 tagged /subsection ==> itemize-env-start ==> use instance: list-1 ==> @endpe=false on input line ... @@ -144,7 +128,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 28 tagged /Lbl +Package tagpdf Info: closing structure 24 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -159,10 +143,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'P/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 31 tagged /text -Package tagpdf Info: closing structure 30 tagged /text-unit -Package tagpdf Info: closing structure 29 tagged /LBody -Package tagpdf Info: closing structure 27 tagged /LI +Package tagpdf Info: closing structure 27 tagged /text +Package tagpdf Info: closing structure 26 tagged /text-unit +Package tagpdf Info: closing structure 25 tagged /LBody +Package tagpdf Info: closing structure 23 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'L/pdf2' --> 'LI/pdf2' on line ... @@ -173,7 +157,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 33 tagged /Lbl +Package tagpdf Info: closing structure 29 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -191,7 +175,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> description-env-start ==> use instance: list-2 ==> increment /P on input line ... -Package tagpdf Info: closing structure 36 tagged /text +Package tagpdf Info: closing structure 32 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LBody/pdf2' --> 'description/latex' on line ... @@ -211,7 +195,7 @@ Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... LaTeX Font Info: Font shape `T1/cmtt/bx/n' in size <10> not available (Font) Font shape `T1/cmtt/m/n' tried instead on input line .... -Package tagpdf Info: closing structure 39 tagged /Lbl +Package tagpdf Info: closing structure 35 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -226,10 +210,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'P/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 42 tagged /text -Package tagpdf Info: closing structure 41 tagged /text-unit -Package tagpdf Info: closing structure 40 tagged /LBody -Package tagpdf Info: closing structure 38 tagged /LI +Package tagpdf Info: closing structure 38 tagged /text +Package tagpdf Info: closing structure 37 tagged /text-unit +Package tagpdf Info: closing structure 36 tagged /LBody +Package tagpdf Info: closing structure 34 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'L/pdf2' --> 'LI/pdf2' on line ... @@ -241,7 +225,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 44 tagged /Lbl +Package tagpdf Info: closing structure 40 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -256,10 +240,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'P/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 47 tagged /text -Package tagpdf Info: closing structure 46 tagged /text-unit -Package tagpdf Info: closing structure 45 tagged /LBody -Package tagpdf Info: closing structure 43 tagged /LI +Package tagpdf Info: closing structure 43 tagged /text +Package tagpdf Info: closing structure 42 tagged /text-unit +Package tagpdf Info: closing structure 41 tagged /LBody +Package tagpdf Info: closing structure 39 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'L/pdf2' --> 'LI/pdf2' on line ... @@ -271,7 +255,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 49 tagged /Lbl +Package tagpdf Info: closing structure 45 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -286,10 +270,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'P/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 52 tagged /text -Package tagpdf Info: closing structure 51 tagged /text-unit -Package tagpdf Info: closing structure 50 tagged /LBody -Package tagpdf Info: closing structure 48 tagged /LI +Package tagpdf Info: closing structure 48 tagged /text +Package tagpdf Info: closing structure 47 tagged /text-unit +Package tagpdf Info: closing structure 46 tagged /LBody +Package tagpdf Info: closing structure 44 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'L/pdf2' --> 'LI/pdf2' on line ... @@ -301,7 +285,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 54 tagged /Lbl +Package tagpdf Info: closing structure 50 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -317,16 +301,16 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'P/pdf2' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 57 tagged /text -Package tagpdf Info: closing structure 56 tagged /text-unit -Package tagpdf Info: closing structure 55 tagged /LBody -Package tagpdf Info: closing structure 53 tagged /LI -Package tagpdf Info: closing structure 37 tagged /description +Package tagpdf Info: closing structure 53 tagged /text +Package tagpdf Info: closing structure 52 tagged /text-unit +Package tagpdf Info: closing structure 51 tagged /LBody +Package tagpdf Info: closing structure 49 tagged /LI +Package tagpdf Info: closing structure 33 tagged /description ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 35 tagged /text-unit -Package tagpdf Info: closing structure 34 tagged /LBody -Package tagpdf Info: closing structure 32 tagged /LI +Package tagpdf Info: closing structure 31 tagged /text-unit +Package tagpdf Info: closing structure 30 tagged /LBody +Package tagpdf Info: closing structure 28 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'L/pdf2' --> 'LI/pdf2' on line ... @@ -337,7 +321,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 59 tagged /Lbl +Package tagpdf Info: closing structure 55 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -352,24 +336,24 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'P/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 62 tagged /text -Package tagpdf Info: closing structure 61 tagged /text-unit +Package tagpdf Info: closing structure 58 tagged /text +Package tagpdf Info: closing structure 57 tagged /text-unit ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 60 tagged /LBody -Package tagpdf Info: closing structure 58 tagged /LI -Package tagpdf Info: closing structure 26 tagged /itemize +Package tagpdf Info: closing structure 56 tagged /LBody +Package tagpdf Info: closing structure 54 tagged /LI +Package tagpdf Info: closing structure 22 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 25 tagged /text-unit +Package tagpdf Info: closing structure 21 tagged /text-unit The sequence \g__tag_mc_main_marks_seq is empty > . [1 ] (blocks-verbatim-01.aux) -Package tagpdf Info: closing structure 23 tagged /Sect +Package tagpdf Info: closing structure 19 tagged /Sect Package tagpdf Info: closing structure 5 tagged /Sect Package tagpdf Info: closing structure 2 tagged /Document Package tagpdf Info: Finalizing the tagging structure: -(tagpdf) Writing out ~62 structure objects +(tagpdf) Writing out ~58 structure objects (tagpdf) with ~26 'MC' leaf nodes. (tagpdf) Be patient if there are lots of objects! Package tagpdf Info: writing ParentTree diff --git a/required/latex-lab/testfiles-block/blocks-verbatim-02.luatex.tlg b/required/latex-lab/testfiles-block/blocks-verbatim-02.luatex.tlg index 0f41e417f..1394bbd5a 100644 --- a/required/latex-lab/testfiles-block/blocks-verbatim-02.luatex.tlg +++ b/required/latex-lab/testfiles-block/blocks-verbatim-02.luatex.tlg @@ -6,32 +6,24 @@ Don't change this file in any respect. Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Document/pdf2' --> 'text-unit/latex' on line ... -Package tagpdf Info: Parent-Child 'Document' --> 'P'. +Package tagpdf Info: Parent-Child 'Document' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Document/pdf2' --> 'verbatim/latex' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 8 tagged /Code +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... Package tagpdf Info: closing structure 7 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 10 tagged /Code -Package tagpdf Info: closing structure 9 tagged /codeline +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 8 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... Package tagpdf Info: closing structure 6 tagged /verbatim @@ -60,7 +52,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 14 tagged /Lbl +Package tagpdf Info: closing structure 12 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -70,42 +62,34 @@ Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LBody/pdf2' --> 'text-unit/latex' on line ... -Package tagpdf Info: Parent-Child 'LBody' --> 'P'. +Package tagpdf Info: Parent-Child 'LBody' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LBody/pdf2' --> 'verbatim/latex' on line ... ==> use para instance: justify ==> item everypar on input line ... -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... ==> increment P on input line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 19 tagged /Code -Package tagpdf Info: closing structure 18 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 16 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 21 tagged /Code -Package tagpdf Info: closing structure 20 tagged /codeline +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 17 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... -Package tagpdf Info: closing structure 17 tagged /verbatim +Package tagpdf Info: closing structure 15 tagged /verbatim ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 16 tagged /text-unit -Package tagpdf Info: closing structure 15 tagged /LBody -Package tagpdf Info: closing structure 13 tagged /LI +Package tagpdf Info: closing structure 14 tagged /text-unit +Package tagpdf Info: closing structure 13 tagged /LBody +Package tagpdf Info: closing structure 11 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'L/pdf2' --> 'LI/pdf2' on line ... @@ -116,7 +100,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 23 tagged /Lbl +Package tagpdf Info: closing structure 19 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -134,45 +118,37 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> verbatim-env-start ==> use instance: verbatimblock-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 26 tagged /text -Package tagpdf Info: Parent-Child 'LBody' --> 'P'. +Package tagpdf Info: closing structure 22 tagged /text +Package tagpdf Info: Parent-Child 'LBody' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LBody/pdf2' --> 'verbatim/latex' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 29 tagged /Code -Package tagpdf Info: closing structure 28 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 24 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 31 tagged /Code -Package tagpdf Info: closing structure 30 tagged /codeline +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 25 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... -Package tagpdf Info: closing structure 27 tagged /verbatim +Package tagpdf Info: closing structure 23 tagged /verbatim ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 25 tagged /text-unit +Package tagpdf Info: closing structure 21 tagged /text-unit ==> Structure-end P at list-end on input line ... -Package tagpdf Info: closing structure 24 tagged /LBody -Package tagpdf Info: closing structure 22 tagged /LI -Package tagpdf Info: closing structure 12 tagged /itemize +Package tagpdf Info: closing structure 20 tagged /LBody +Package tagpdf Info: closing structure 18 tagged /LI +Package tagpdf Info: closing structure 10 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 11 tagged /text-unit +Package tagpdf Info: closing structure 9 tagged /text-unit Package tagpdf Info: -1 has been pushed to the mc stack Package tagpdf Info: -1 has been removed from the mc stack Package tagpdf Info: -1 has been pushed to the mc stack @@ -410,7 +386,7 @@ Completed box being shipped out [1] (blocks-verbatim-02.aux) Package tagpdf Info: closing structure 2 tagged /Document Package tagpdf Info: Finalizing the tagging structure: -(tagpdf) Writing out ~31 structure objects +(tagpdf) Writing out ~25 structure objects (tagpdf) with ~11 'MC' leaf nodes. (tagpdf) Be patient if there are lots of objects! Package tagpdf Info: writing ParentTree diff --git a/required/latex-lab/testfiles-block/blocks-verbatim-02.tlg b/required/latex-lab/testfiles-block/blocks-verbatim-02.tlg index 66c3a84fb..9a2d5f542 100644 --- a/required/latex-lab/testfiles-block/blocks-verbatim-02.tlg +++ b/required/latex-lab/testfiles-block/blocks-verbatim-02.tlg @@ -6,32 +6,24 @@ Don't change this file in any respect. Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Document/pdf2' --> 'text-unit/latex' on line ... -Package tagpdf Info: Parent-Child 'Document' --> 'P'. +Package tagpdf Info: Parent-Child 'Document' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Document/pdf2' --> 'verbatim/latex' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 8 tagged /Code +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... Package tagpdf Info: closing structure 7 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 10 tagged /Code -Package tagpdf Info: closing structure 9 tagged /codeline +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 8 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... Package tagpdf Info: closing structure 6 tagged /verbatim @@ -60,7 +52,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 14 tagged /Lbl +Package tagpdf Info: closing structure 12 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -70,42 +62,34 @@ Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LBody/pdf2' --> 'text-unit/latex' on line ... -Package tagpdf Info: Parent-Child 'LBody' --> 'P'. +Package tagpdf Info: Parent-Child 'LBody' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LBody/pdf2' --> 'verbatim/latex' on line ... ==> use para instance: justify ==> item everypar on input line ... -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... ==> increment P on input line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 19 tagged /Code -Package tagpdf Info: closing structure 18 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 16 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 21 tagged /Code -Package tagpdf Info: closing structure 20 tagged /codeline +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 17 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... -Package tagpdf Info: closing structure 17 tagged /verbatim +Package tagpdf Info: closing structure 15 tagged /verbatim ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 16 tagged /text-unit -Package tagpdf Info: closing structure 15 tagged /LBody -Package tagpdf Info: closing structure 13 tagged /LI +Package tagpdf Info: closing structure 14 tagged /text-unit +Package tagpdf Info: closing structure 13 tagged /LBody +Package tagpdf Info: closing structure 11 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'L/pdf2' --> 'LI/pdf2' on line ... @@ -116,7 +100,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... -Package tagpdf Info: closing structure 23 tagged /Lbl +Package tagpdf Info: closing structure 19 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LI/pdf2' --> 'LBody/pdf2' on line ... @@ -134,45 +118,37 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> verbatim-env-start ==> use instance: verbatimblock-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 26 tagged /text -Package tagpdf Info: Parent-Child 'LBody' --> 'P'. +Package tagpdf Info: closing structure 22 tagged /text +Package tagpdf Info: Parent-Child 'LBody' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'LBody/pdf2' --> 'verbatim/latex' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 29 tagged /Code -Package tagpdf Info: closing structure 28 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -Package tagpdf Info: Parent-Child 'Sub' --> 'Code'. +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 24 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Code/pdf' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'Code/pdf' --> 'MC' on line ... -Package tagpdf Info: closing structure 31 tagged /Code -Package tagpdf Info: closing structure 30 tagged /codeline +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... +Package tagpdf Info: closing structure 25 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... -Package tagpdf Info: closing structure 27 tagged /verbatim +Package tagpdf Info: closing structure 23 tagged /verbatim ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 25 tagged /text-unit +Package tagpdf Info: closing structure 21 tagged /text-unit ==> Structure-end P at list-end on input line ... -Package tagpdf Info: closing structure 24 tagged /LBody -Package tagpdf Info: closing structure 22 tagged /LI -Package tagpdf Info: closing structure 12 tagged /itemize +Package tagpdf Info: closing structure 20 tagged /LBody +Package tagpdf Info: closing structure 18 tagged /LI +Package tagpdf Info: closing structure 10 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 11 tagged /text-unit +Package tagpdf Info: closing structure 9 tagged /text-unit The sequence \g__tag_mc_main_marks_seq is empty > . Completed box being shipped out [1] @@ -208,7 +184,7 @@ Completed box being shipped out [1] ...\glue(\topskip) 3.89038 ...\hbox(6.10962+0.0)x345.0, glue set 329.25385fil ....\write1{\new@label@record{mcid-1}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{1}{tagmcid}{\__property_code_tagmcid: }}} -....\pdfliteral shipout page{/Code <> BDC} +....\pdfliteral shipout page{/codeline <> BDC} ....\hbox(0.0+0.0)x0.0 ....\T1/cmtt/m/n/10 a ....\T1/cmtt/m/n/10 b @@ -217,17 +193,17 @@ Completed box being shipped out [1] ....\penalty 10000 ....\glue(\parfillskip) 0.0 plus 1.0fil ....\glue(\rightskip) 0.0 -...\marks4{b-,1,8,Code,,,} -...\marks4{b+,1,8,Code,,,} -...\marks4{e-,1,8,} -...\marks4{e+,1,8,} +...\marks4{b-,1,7,codeline,,,} +...\marks4{b+,1,7,codeline,,,} +...\marks4{e-,1,7,} +...\marks4{e+,1,7,} ...\penalty 0 ...\glue(\parskip) 0.0 ...\glue(\parskip) 0.0 ...\glue(\baselineskip) 5.89038 ...\hbox(6.10962+0.0)x345.0, glue set 329.25385fil ....\write1{\new@label@record{mcid-2}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{2}{tagmcid}{\__property_code_tagmcid: }}} -....\pdfliteral shipout page{/Code <> BDC} +....\pdfliteral shipout page{/codeline <> BDC} ....\hbox(0.0+0.0)x0.0 ....\T1/cmtt/m/n/10 a ....\T1/cmtt/m/n/10 b @@ -237,10 +213,10 @@ Completed box being shipped out [1] ....\penalty 10000 ....\glue(\parfillskip) 0.0 plus 1.0fil ....\glue(\rightskip) 0.0 -...\marks4{b-,2,10,Code,,,} -...\marks4{b+,2,10,Code,,,} -...\marks4{e-,2,10,} -...\marks4{e+,2,10,} +...\marks4{b-,2,8,codeline,,,} +...\marks4{b+,2,8,codeline,,,} +...\marks4{e-,2,8,} +...\marks4{e+,2,8,} ...\penalty 0 ...\penalty -51 ...\glue 10.0 plus 3.0 minus 5.0 @@ -263,17 +239,17 @@ Completed box being shipped out [1] ......\hbox(4.37393+0.0)x4.99878 .......\write1{\new@label@record{mcid-3}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{3}{tagmcid}{\__property_code_tagmcid: }}} .......\pdfliteral shipout page{/Lbl <> BDC} -.......\marks4{b-,3,14,Lbl,,,} -.......\marks4{b+,3,14,Lbl,,,} +.......\marks4{b-,3,12,Lbl,,,} +.......\marks4{b+,3,12,Lbl,,,} .......\hbox(0.0+0.0)x0.0 .......\TS1/cmr/m/n/10 ^^88 .......\pdfliteral page{EMC} -.......\marks4{e-,3,14,} -.......\marks4{e+,3,14,} +.......\marks4{e-,3,12,} +.......\marks4{e+,3,12,} .....\glue 4.99878 .....\glue 0.0 ....\write1{\new@label@record{mcid-4}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{4}{tagmcid}{\__property_code_tagmcid: }}} -....\pdfliteral shipout page{/Code <> BDC} +....\pdfliteral shipout page{/codeline <> BDC} ....\T1/cmtt/m/n/10 d ....\T1/cmtt/m/n/10 e ....\T1/cmtt/m/n/10 f @@ -281,17 +257,17 @@ Completed box being shipped out [1] ....\penalty 10000 ....\glue(\parfillskip) 0.0 plus 1.0fil ....\glue(\rightskip) 0.0 -...\marks4{b-,4,19,Code,,,} -...\marks4{b+,4,19,Code,,,} -...\marks4{e-,4,19,} -...\marks4{e+,4,19,} +...\marks4{b-,4,16,codeline,,,} +...\marks4{b+,4,16,codeline,,,} +...\marks4{e-,4,16,} +...\marks4{e+,4,16,} ...\penalty 0 ...\glue(\parskip) 0.0 ...\glue(\parskip) 0.0 ...\glue(\baselineskip) 5.89038 ...\hbox(6.10962+0.0)x320.0061, glue set 304.25995fil, shifted 24.9939 ....\write1{\new@label@record{mcid-5}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{5}{tagmcid}{\__property_code_tagmcid: }}} -....\pdfliteral shipout page{/Code <> BDC} +....\pdfliteral shipout page{/codeline <> BDC} ....\hbox(0.0+0.0)x0.0 ....\T1/cmtt/m/n/10 d ....\T1/cmtt/m/n/10 e @@ -301,10 +277,10 @@ Completed box being shipped out [1] ....\penalty 10000 ....\glue(\parfillskip) 0.0 plus 1.0fil ....\glue(\rightskip) 0.0 -...\marks4{b-,5,21,Code,,,} -...\marks4{b+,5,21,Code,,,} -...\marks4{e-,5,21,} -...\marks4{e+,5,21,} +...\marks4{b-,5,17,codeline,,,} +...\marks4{b+,5,17,codeline,,,} +...\marks4{e-,5,17,} +...\marks4{e+,5,17,} ...\penalty 0 ...\penalty -51 ...\glue 4.0 plus 2.0 minus 1.0 @@ -319,13 +295,13 @@ Completed box being shipped out [1] ......\hbox(4.37393+0.0)x4.99878 .......\write1{\new@label@record{mcid-6}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{6}{tagmcid}{\__property_code_tagmcid: }}} .......\pdfliteral shipout page{/Lbl <> BDC} -.......\marks4{b-,6,23,Lbl,,,} -.......\marks4{b+,6,23,Lbl,,,} +.......\marks4{b-,6,19,Lbl,,,} +.......\marks4{b+,6,19,Lbl,,,} .......\hbox(0.0+0.0)x0.0 .......\TS1/cmr/m/n/10 ^^88 .......\pdfliteral page{EMC} -.......\marks4{e-,6,23,} -.......\marks4{e+,6,23,} +.......\marks4{e-,6,19,} +.......\marks4{e+,6,19,} .....\glue 4.99878 ....\write1{\new@label@record{mcid-7}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{7}{tagmcid}{\__property_code_tagmcid: }}} ....\pdfliteral shipout page{/text <> BDC} @@ -339,10 +315,10 @@ Completed box being shipped out [1] ....\penalty 10000 ....\glue(\parfillskip) 0.0 plus 1.0fil ....\glue(\rightskip) 0.0 -...\marks4{b-,7,26,text,,,} -...\marks4{b+,7,26,text,,,} -...\marks4{e-,7,26,} -...\marks4{e+,7,26,} +...\marks4{b-,7,22,text,,,} +...\marks4{b+,7,22,text,,,} +...\marks4{e-,7,22,} +...\marks4{e+,7,22,} ...\penalty -51 ...\glue 12.0 plus 4.0 minus 5.0 ...\glue(\parskip) 0.0 @@ -350,7 +326,7 @@ Completed box being shipped out [1] ...\glue(\baselineskip) 5.89038 ...\hbox(6.10962+2.22168)x320.0061, glue set 304.25995fil, shifted 24.9939 ....\write1{\new@label@record{mcid-8}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{8}{tagmcid}{\__property_code_tagmcid: }}} -....\pdfliteral shipout page{/Code <> BDC} +....\pdfliteral shipout page{/codeline <> BDC} ....\hbox(0.0+0.0)x0.0 ....\T1/cmtt/m/n/10 g ....\T1/cmtt/m/n/10 h @@ -359,17 +335,17 @@ Completed box being shipped out [1] ....\penalty 10000 ....\glue(\parfillskip) 0.0 plus 1.0fil ....\glue(\rightskip) 0.0 -...\marks4{b-,8,29,Code,,,} -...\marks4{b+,8,29,Code,,,} -...\marks4{e-,8,29,} -...\marks4{e+,8,29,} +...\marks4{b-,8,24,codeline,,,} +...\marks4{b+,8,24,codeline,,,} +...\marks4{e-,8,24,} +...\marks4{e+,8,24,} ...\penalty 0 ...\glue(\parskip) 0.0 ...\glue(\parskip) 0.0 ...\glue(\baselineskip) 3.6687 ...\hbox(6.10962+2.22168)x320.0061, glue set 304.25995fil, shifted 24.9939 ....\write1{\new@label@record{mcid-9}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{9}{tagmcid}{\__property_code_tagmcid: }}} -....\pdfliteral shipout page{/Code <> BDC} +....\pdfliteral shipout page{/codeline <> BDC} ....\hbox(0.0+0.0)x0.0 ....\T1/cmtt/m/n/10 g ....\T1/cmtt/m/n/10 h @@ -379,10 +355,10 @@ Completed box being shipped out [1] ....\penalty 10000 ....\glue(\parfillskip) 0.0 plus 1.0fil ....\glue(\rightskip) 0.0 -...\marks4{b-,9,31,Code,,,} -...\marks4{b+,9,31,Code,,,} -...\marks4{e-,9,31,} -...\marks4{e+,9,31,} +...\marks4{b-,9,25,codeline,,,} +...\marks4{b+,9,25,codeline,,,} +...\marks4{e-,9,25,} +...\marks4{e+,9,25,} ...\penalty 0 ...\penalty -51 ...\glue 8.0 plus 2.0 minus 4.0 @@ -422,7 +398,7 @@ Completed box being shipped out [1] (blocks-verbatim-02.aux) Package tagpdf Info: closing structure 2 tagged /Document Package tagpdf Info: Finalizing the tagging structure: -(tagpdf) Writing out ~31 structure objects +(tagpdf) Writing out ~25 structure objects (tagpdf) with ~11 'MC' leaf nodes. (tagpdf) Be patient if there are lots of objects! Package tagpdf Info: writing ParentTree diff --git a/required/latex-lab/testfiles-block/blocks-verbatim-nested-gh119.luatex.tlg b/required/latex-lab/testfiles-block/blocks-verbatim-nested-gh119.luatex.tlg index 3a1af4ab9..4343f9986 100644 --- a/required/latex-lab/testfiles-block/blocks-verbatim-nested-gh119.luatex.tlg +++ b/required/latex-lab/testfiles-block/blocks-verbatim-nested-gh119.luatex.tlg @@ -578,7 +578,7 @@ Completed box being shipped out [1] .\pdfliteral page (blocks-verbatim-nested-gh119.aux) Package tagpdf Info: Finalizing the tagging structure: -(tagpdf) Writing out ~32 structure objects +(tagpdf) Writing out ~23 structure objects (tagpdf) with ~13 'MC' leaf nodes. (tagpdf) Be patient if there are lots of objects! Package tagpdf Info: writing ParentTree diff --git a/required/latex-lab/testfiles-block/blocks-verbatim-nested-gh119.tlg b/required/latex-lab/testfiles-block/blocks-verbatim-nested-gh119.tlg index e2bc0f98e..89204f77f 100644 --- a/required/latex-lab/testfiles-block/blocks-verbatim-nested-gh119.tlg +++ b/required/latex-lab/testfiles-block/blocks-verbatim-nested-gh119.tlg @@ -47,7 +47,7 @@ Completed box being shipped out [1] ....\vbox(21.35501+15.88002)x288.0011 .....\hbox(7.6023+2.43272)x288.0011, glue set 10.74092fil ......\write1{\new@label@record{mcid-2}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{2}{tagmcid}{\__property_code_tagmcid: }}} -......\pdfliteral shipout page{/Code <> BDC} +......\pdfliteral shipout page{/codeline <> BDC} ......\hbox(0.0+0.0)x0.0 ......\T1/cmtt/m/n/10.95 \ ......\T1/cmtt/m/n/10.95 S @@ -102,17 +102,17 @@ Completed box being shipped out [1] ......\penalty 10000 ......\glue(\parfillskip) 0.0 plus 1.0fil ......\glue(\rightskip) 0.0 -.....\marks4{b-,2,11,Code,,,} -.....\marks4{b+,2,11,Code,,,} -.....\marks4{e-,2,11,} -.....\marks4{e+,2,11,} +.....\marks4{b-,2,10,codeline,,,} +.....\marks4{b+,2,10,codeline,,,} +.....\marks4{e-,2,10,} +.....\marks4{e+,2,10,} .....\penalty 0 .....\glue(\parskip) 0.0 .....\glue(\parskip) 0.0 .....\glue(\baselineskip) 3.56499 .....\hbox(7.6023+2.43272)x288.0011, glue set 89.95811fil ......\write1{\new@label@record{mcid-3}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{3}{tagmcid}{\__property_code_tagmcid: }}} -......\pdfliteral shipout page{/Code <> BDC} +......\pdfliteral shipout page{/codeline <> BDC} ......\hbox(0.0+0.0)x0.0 ......\T1/cmtt/m/n/10.95 \ ......\T1/cmtt/m/n/10.95 S @@ -154,17 +154,17 @@ Completed box being shipped out [1] ......\penalty 10000 ......\glue(\parfillskip) 0.0 plus 1.0fil ......\glue(\rightskip) 0.0 -.....\marks4{b-,3,13,Code,,,} -.....\marks4{b+,3,13,Code,,,} -.....\marks4{e-,3,13,} -.....\marks4{e+,3,13,} +.....\marks4{b-,3,11,codeline,,,} +.....\marks4{b+,3,11,codeline,,,} +.....\marks4{e-,3,11,} +.....\marks4{e+,3,11,} .....\penalty 0 .....\glue(\parskip) 0.0 .....\glue(\parskip) 0.0 .....\glue(\baselineskip) 3.56499 .....\hbox(7.6023+2.43272)x288.0011, glue set 169.17531fil ......\write1{\new@label@record{mcid-4}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{4}{tagmcid}{\__property_code_tagmcid: }}} -......\pdfliteral shipout page{/Code <> BDC} +......\pdfliteral shipout page{/codeline <> BDC} ......\hbox(0.0+0.0)x0.0 ......\T1/cmtt/m/n/10.95 \ ......\T1/cmtt/m/n/10.95 S @@ -192,10 +192,10 @@ Completed box being shipped out [1] ......\penalty 10000 ......\glue(\parfillskip) 0.0 plus 1.0fil ......\glue(\rightskip) 0.0 -.....\marks4{b-,4,15,Code,,,} -.....\marks4{b+,4,15,Code,,,} -.....\marks4{e-,4,15,} -.....\marks4{e+,4,15,} +.....\marks4{b-,4,12,codeline,,,} +.....\marks4{b+,4,12,codeline,,,} +.....\marks4{e-,4,12,} +.....\marks4{e+,4,12,} .....\penalty 0 .....\penalty -51 ....\mathoff @@ -209,10 +209,10 @@ Completed box being shipped out [1] ...\marks4{b+,1,6,text,,,} ...\marks4{e-,1,6,} ...\marks4{e+,1,6,} -...\marks4{b-,5,16,text,,,} -...\marks4{b+,5,16,text,,,} -...\marks4{e-,5,16,} -...\marks4{e+,5,16,} +...\marks4{b-,5,13,text,,,} +...\marks4{b+,5,13,text,,,} +...\marks4{e-,5,13,} +...\marks4{e+,5,13,} ...\penalty -51 ...\glue 12.0 plus 4.0 minus 6.0 ...\glue -17.5 plus -4.0 minus -6.0 @@ -232,7 +232,7 @@ Completed box being shipped out [1] ...\glue(\lineskip) 1.0 ...\hbox(7.6023+2.43272)x360.0, glue set 82.73982fil ....\write1{\new@label@record{mcid-6}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{6}{tagmcid}{\__property_code_tagmcid: }}} -....\pdfliteral shipout page{/Code <> BDC} +....\pdfliteral shipout page{/codeline <> BDC} ....\hbox(0.0+0.0)x0.0 ....\T1/cmtt/m/n/10.95 \ ....\T1/cmtt/m/n/10.95 S @@ -287,17 +287,17 @@ Completed box being shipped out [1] ....\penalty 10000 ....\glue(\parfillskip) 0.0 plus 1.0fil ....\glue(\rightskip) 0.0 -...\marks4{b-,6,20,Code,,,} -...\marks4{b+,6,20,Code,,,} -...\marks4{e-,6,20,} -...\marks4{e+,6,20,} +...\marks4{b-,6,16,codeline,,,} +...\marks4{b+,6,16,codeline,,,} +...\marks4{e-,6,16,} +...\marks4{e+,6,16,} ...\penalty 0 ...\glue(\parskip) 0.0 ...\glue(\parskip) 0.0 ...\glue(\baselineskip) 3.56499 ...\hbox(7.6023+2.43272)x360.0, glue set 161.95702fil ....\write1{\new@label@record{mcid-7}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{7}{tagmcid}{\__property_code_tagmcid: }}} -....\pdfliteral shipout page{/Code <> BDC} +....\pdfliteral shipout page{/codeline <> BDC} ....\hbox(0.0+0.0)x0.0 ....\T1/cmtt/m/n/10.95 \ ....\T1/cmtt/m/n/10.95 S @@ -339,17 +339,17 @@ Completed box being shipped out [1] ....\penalty 10000 ....\glue(\parfillskip) 0.0 plus 1.0fil ....\glue(\rightskip) 0.0 -...\marks4{b-,7,22,Code,,,} -...\marks4{b+,7,22,Code,,,} -...\marks4{e-,7,22,} -...\marks4{e+,7,22,} +...\marks4{b-,7,17,codeline,,,} +...\marks4{b+,7,17,codeline,,,} +...\marks4{e-,7,17,} +...\marks4{e+,7,17,} ...\penalty 0 ...\glue(\parskip) 0.0 ...\glue(\parskip) 0.0 ...\glue(\baselineskip) 3.56499 ...\hbox(7.6023+2.43272)x360.0, glue set 241.17421fil ....\write1{\new@label@record{mcid-8}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{8}{tagmcid}{\__property_code_tagmcid: }}} -....\pdfliteral shipout page{/Code <> BDC} +....\pdfliteral shipout page{/codeline <> BDC} ....\hbox(0.0+0.0)x0.0 ....\T1/cmtt/m/n/10.95 \ ....\T1/cmtt/m/n/10.95 S @@ -377,10 +377,10 @@ Completed box being shipped out [1] ....\penalty 10000 ....\glue(\parfillskip) 0.0 plus 1.0fil ....\glue(\rightskip) 0.0 -...\marks4{b-,8,24,Code,,,} -...\marks4{b+,8,24,Code,,,} -...\marks4{e-,8,24,} -...\marks4{e+,8,24,} +...\marks4{b-,8,18,codeline,,,} +...\marks4{b+,8,18,codeline,,,} +...\marks4{e-,8,18,} +...\marks4{e+,8,18,} ...\penalty 0 ...\penalty -51 ...\glue 12.0 plus 4.0 minus 6.0 @@ -407,7 +407,7 @@ Completed box being shipped out [1] ...\glue(\baselineskip) 3.56499 ...\hbox(7.6023+2.43272)x360.0, glue set 82.73982fil ....\write1{\new@label@record{mcid-9}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{9}{tagmcid}{\__property_code_tagmcid: }}} -....\pdfliteral shipout page{/Code <> BDC} +....\pdfliteral shipout page{/codeline <> BDC} ....\hbox(0.0+0.0)x0.0 ....\T1/cmtt/m/n/10.95 \ ....\T1/cmtt/m/n/10.95 S @@ -462,17 +462,17 @@ Completed box being shipped out [1] ....\penalty 10000 ....\glue(\parfillskip) 0.0 plus 1.0fil ....\glue(\rightskip) 0.0 -...\marks4{b-,9,28,Code,,,} -...\marks4{b+,9,28,Code,,,} -...\marks4{e-,9,28,} -...\marks4{e+,9,28,} +...\marks4{b-,9,21,codeline,,,} +...\marks4{b+,9,21,codeline,,,} +...\marks4{e-,9,21,} +...\marks4{e+,9,21,} ...\penalty 0 ...\glue(\parskip) 0.0 ...\glue(\parskip) 0.0 ...\glue(\baselineskip) 3.56499 ...\hbox(7.6023+2.43272)x360.0, glue set 161.95702fil ....\write1{\new@label@record{mcid-10}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{10}{tagmcid}{\__property_code_tagmcid: }}} -....\pdfliteral shipout page{/Code <> BDC} +....\pdfliteral shipout page{/codeline <> BDC} ....\hbox(0.0+0.0)x0.0 ....\T1/cmtt/m/n/10.95 \ ....\T1/cmtt/m/n/10.95 S @@ -514,17 +514,17 @@ Completed box being shipped out [1] ....\penalty 10000 ....\glue(\parfillskip) 0.0 plus 1.0fil ....\glue(\rightskip) 0.0 -...\marks4{b-,10,30,Code,,,} -...\marks4{b+,10,30,Code,,,} -...\marks4{e-,10,30,} -...\marks4{e+,10,30,} +...\marks4{b-,10,22,codeline,,,} +...\marks4{b+,10,22,codeline,,,} +...\marks4{e-,10,22,} +...\marks4{e+,10,22,} ...\penalty 0 ...\glue(\parskip) 0.0 ...\glue(\parskip) 0.0 ...\glue(\baselineskip) 4.47726 ...\hbox(6.69002+1.21635)x360.0, glue set 331.70815fil ....\write1{\new@label@record{mcid-11}{{tagabspage}{\__property_code_tagabspage: }{tagmcabs}{11}{tagmcid}{\__property_code_tagmcid: }}} -....\pdfliteral shipout page{/Code <> BDC} +....\pdfliteral shipout page{/codeline <> BDC} ....\hbox(0.0+0.0)x0.0 ....\T1/cmtt/m/n/10.95 a ....\T1/cmtt/m/n/10.95 @@ -536,10 +536,10 @@ Completed box being shipped out [1] ....\penalty 10000 ....\glue(\parfillskip) 0.0 plus 1.0fil ....\glue(\rightskip) 0.0 -...\marks4{b-,11,32,Code,,,} -...\marks4{b+,11,32,Code,,,} -...\marks4{e-,11,32,} -...\marks4{e+,11,32,} +...\marks4{b-,11,23,codeline,,,} +...\marks4{b+,11,23,codeline,,,} +...\marks4{e-,11,23,} +...\marks4{e+,11,23,} ...\penalty 0 ...\penalty -51 ...\glue 12.0 plus 4.0 minus 6.0 @@ -578,7 +578,7 @@ Completed box being shipped out [1] .\kern 629.40024 (blocks-verbatim-nested-gh119.aux) Package tagpdf Info: Finalizing the tagging structure: -(tagpdf) Writing out ~32 structure objects +(tagpdf) Writing out ~23 structure objects (tagpdf) with ~13 'MC' leaf nodes. (tagpdf) Be patient if there are lots of objects! Package tagpdf Info: writing ParentTree diff --git a/required/latex-lab/testfiles-block/gallery-III-with-sec.luatex.tlg b/required/latex-lab/testfiles-block/gallery-III-with-sec.luatex.tlg index 28316a533..1d6b3d7b9 100644 --- a/required/latex-lab/testfiles-block/gallery-III-with-sec.luatex.tlg +++ b/required/latex-lab/testfiles-block/gallery-III-with-sec.luatex.tlg @@ -461,54 +461,38 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> use instance: verbatimblock-0 ==> increment /P on input line ... Package tagpdf Info: closing structure 79 tagged /text -Package tagpdf Info: Parent-Child 'Sect' --> 'P'. +Package tagpdf Info: Parent-Child 'Sect' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'verbatim' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Span'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 82 tagged /Code +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... Package tagpdf Info: closing structure 81 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 84 tagged /Code -Package tagpdf Info: closing structure 83 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 82 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 86 tagged /Code -Package tagpdf Info: closing structure 85 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 83 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 88 tagged /Code -Package tagpdf Info: closing structure 87 tagged /codeline +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 84 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... Package tagpdf Info: closing structure 80 tagged /verbatim @@ -521,58 +505,42 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> verbatim-env-start ==> use instance: verbatimblock-0 ==> increment /P on input line ... -Package tagpdf Info: closing structure 89 tagged /text -Package tagpdf Info: Parent-Child 'Sect' --> 'P'. +Package tagpdf Info: closing structure 85 tagged /text +Package tagpdf Info: Parent-Child 'Sect' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'verbatim' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Span'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 92 tagged /Code -Package tagpdf Info: closing structure 91 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 94 tagged /Code -Package tagpdf Info: closing structure 93 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 87 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 88 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 96 tagged /Code -Package tagpdf Info: closing structure 95 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 89 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 98 tagged /Code -Package tagpdf Info: closing structure 97 tagged /codeline +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 90 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... -Package tagpdf Info: closing structure 90 tagged /verbatim +Package tagpdf Info: closing structure 86 tagged /verbatim ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... Package tagpdf Info: closing structure 78 tagged /text-unit @@ -592,11 +560,11 @@ Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 101 tagged /Lbl +Package tagpdf Info: closing structure 93 tagged /Lbl Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 100 tagged /subsection +Package tagpdf Info: closing structure 92 tagged /subsection ==> itemize-env-start ==> use instance: list-1 ==> @endpe=false on input line ... @@ -619,7 +587,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 105 tagged /Lbl +Package tagpdf Info: closing structure 97 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -634,10 +602,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 108 tagged /text -Package tagpdf Info: closing structure 107 tagged /text-unit -Package tagpdf Info: closing structure 106 tagged /LBody -Package tagpdf Info: closing structure 104 tagged /LI +Package tagpdf Info: closing structure 100 tagged /text +Package tagpdf Info: closing structure 99 tagged /text-unit +Package tagpdf Info: closing structure 98 tagged /LBody +Package tagpdf Info: closing structure 96 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -648,7 +616,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 110 tagged /Lbl +Package tagpdf Info: closing structure 102 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -666,7 +634,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> enumerate-env-start ==> use instance: list-2 ==> increment /P on input line ... -Package tagpdf Info: closing structure 113 tagged /text +Package tagpdf Info: closing structure 105 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'enumerate' on line ... @@ -683,7 +651,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 116 tagged /Lbl +Package tagpdf Info: closing structure 108 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -701,7 +669,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> enumerate-env-start ==> use instance: list-3 ==> increment /P on input line ... -Package tagpdf Info: closing structure 119 tagged /text +Package tagpdf Info: closing structure 111 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'enumerate' on line ... @@ -718,7 +686,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 122 tagged /Lbl +Package tagpdf Info: closing structure 114 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -733,10 +701,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 125 tagged /text -Package tagpdf Info: closing structure 124 tagged /text-unit -Package tagpdf Info: closing structure 123 tagged /LBody -Package tagpdf Info: closing structure 121 tagged /LI +Package tagpdf Info: closing structure 117 tagged /text +Package tagpdf Info: closing structure 116 tagged /text-unit +Package tagpdf Info: closing structure 115 tagged /LBody +Package tagpdf Info: closing structure 113 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -747,7 +715,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 127 tagged /Lbl +Package tagpdf Info: closing structure 119 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -765,7 +733,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-4 ==> increment /P on input line ... -Package tagpdf Info: closing structure 130 tagged /text +Package tagpdf Info: closing structure 122 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'itemize' on line ... @@ -803,7 +771,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 133 tagged /Lbl +Package tagpdf Info: closing structure 125 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -818,10 +786,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 136 tagged /text -Package tagpdf Info: closing structure 135 tagged /text-unit -Package tagpdf Info: closing structure 134 tagged /LBody -Package tagpdf Info: closing structure 132 tagged /LI +Package tagpdf Info: closing structure 128 tagged /text +Package tagpdf Info: closing structure 127 tagged /text-unit +Package tagpdf Info: closing structure 126 tagged /LBody +Package tagpdf Info: closing structure 124 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -833,7 +801,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 138 tagged /Lbl +Package tagpdf Info: closing structure 130 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -851,7 +819,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-5 ==> increment /P on input line ... -Package tagpdf Info: closing structure 141 tagged /text +Package tagpdf Info: closing structure 133 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'itemize' on line ... @@ -868,7 +836,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 144 tagged /Lbl +Package tagpdf Info: closing structure 136 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -883,10 +851,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 147 tagged /text -Package tagpdf Info: closing structure 146 tagged /text-unit -Package tagpdf Info: closing structure 145 tagged /LBody -Package tagpdf Info: closing structure 143 tagged /LI +Package tagpdf Info: closing structure 139 tagged /text +Package tagpdf Info: closing structure 138 tagged /text-unit +Package tagpdf Info: closing structure 137 tagged /LBody +Package tagpdf Info: closing structure 135 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -897,7 +865,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 149 tagged /Lbl +Package tagpdf Info: closing structure 141 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -915,7 +883,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-6 ==> increment /P on input line ... -Package tagpdf Info: closing structure 152 tagged /text +Package tagpdf Info: closing structure 144 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'itemize' on line ... @@ -932,7 +900,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 155 tagged /Lbl +Package tagpdf Info: closing structure 147 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -947,10 +915,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 158 tagged /text -Package tagpdf Info: closing structure 157 tagged /text-unit -Package tagpdf Info: closing structure 156 tagged /LBody -Package tagpdf Info: closing structure 154 tagged /LI +Package tagpdf Info: closing structure 150 tagged /text +Package tagpdf Info: closing structure 149 tagged /text-unit +Package tagpdf Info: closing structure 148 tagged /LBody +Package tagpdf Info: closing structure 146 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -961,7 +929,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 160 tagged /Lbl +Package tagpdf Info: closing structure 152 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -976,10 +944,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 163 tagged /text -Package tagpdf Info: closing structure 162 tagged /text-unit -Package tagpdf Info: closing structure 161 tagged /LBody -Package tagpdf Info: closing structure 159 tagged /LI +Package tagpdf Info: closing structure 155 tagged /text +Package tagpdf Info: closing structure 154 tagged /text-unit +Package tagpdf Info: closing structure 153 tagged /LBody +Package tagpdf Info: closing structure 151 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -990,7 +958,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 165 tagged /Lbl +Package tagpdf Info: closing structure 157 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1006,26 +974,26 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 168 tagged /text -Package tagpdf Info: closing structure 167 tagged /text-unit -Package tagpdf Info: closing structure 166 tagged /LBody -Package tagpdf Info: closing structure 164 tagged /LI -Package tagpdf Info: closing structure 153 tagged /itemize +Package tagpdf Info: closing structure 160 tagged /text +Package tagpdf Info: closing structure 159 tagged /text-unit +Package tagpdf Info: closing structure 158 tagged /LBody +Package tagpdf Info: closing structure 156 tagged /LI +Package tagpdf Info: closing structure 145 tagged /itemize ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 151 tagged /text-unit +Package tagpdf Info: closing structure 143 tagged /text-unit ==> Structure-end P at list-end on input line ... -Package tagpdf Info: closing structure 150 tagged /LBody -Package tagpdf Info: closing structure 148 tagged /LI -Package tagpdf Info: closing structure 142 tagged /itemize +Package tagpdf Info: closing structure 142 tagged /LBody +Package tagpdf Info: closing structure 140 tagged /LI +Package tagpdf Info: closing structure 134 tagged /itemize ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 140 tagged /text-unit +Package tagpdf Info: closing structure 132 tagged /text-unit ==> Structure-end P at list-end on input line ... -Package tagpdf Info: closing structure 139 tagged /LBody -Package tagpdf Info: closing structure 137 tagged /LI -Package tagpdf Info: closing structure 131 tagged /itemize -Package tagpdf Info: closing structure 129 tagged /text-unit -Package tagpdf Info: closing structure 128 tagged /LBody -Package tagpdf Info: closing structure 126 tagged /LI +Package tagpdf Info: closing structure 131 tagged /LBody +Package tagpdf Info: closing structure 129 tagged /LI +Package tagpdf Info: closing structure 123 tagged /itemize +Package tagpdf Info: closing structure 121 tagged /text-unit +Package tagpdf Info: closing structure 120 tagged /LBody +Package tagpdf Info: closing structure 118 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1036,7 +1004,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 170 tagged /Lbl +Package tagpdf Info: closing structure 162 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1052,11 +1020,11 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 173 tagged /text -Package tagpdf Info: closing structure 172 tagged /text-unit -Package tagpdf Info: closing structure 171 tagged /LBody -Package tagpdf Info: closing structure 169 tagged /LI -Package tagpdf Info: closing structure 120 tagged /enumerate +Package tagpdf Info: closing structure 165 tagged /text +Package tagpdf Info: closing structure 164 tagged /text-unit +Package tagpdf Info: closing structure 163 tagged /LBody +Package tagpdf Info: closing structure 161 tagged /LI +Package tagpdf Info: closing structure 112 tagged /enumerate Package tagpdf Info: Parent-Child 'LBody' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text' on line ... @@ -1066,7 +1034,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> description-env-start ==> use instance: list-3 ==> increment /P on input line ... -Package tagpdf Info: closing structure 174 tagged /text +Package tagpdf Info: closing structure 166 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'description' on line ... @@ -1084,7 +1052,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 177 tagged /Lbl +Package tagpdf Info: closing structure 169 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1099,10 +1067,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 180 tagged /text -Package tagpdf Info: closing structure 179 tagged /text-unit -Package tagpdf Info: closing structure 178 tagged /LBody -Package tagpdf Info: closing structure 176 tagged /LI +Package tagpdf Info: closing structure 172 tagged /text +Package tagpdf Info: closing structure 171 tagged /text-unit +Package tagpdf Info: closing structure 170 tagged /LBody +Package tagpdf Info: closing structure 168 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1114,7 +1082,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 182 tagged /Lbl +Package tagpdf Info: closing structure 174 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1129,15 +1097,15 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 185 tagged /text -Package tagpdf Info: closing structure 184 tagged /text-unit +Package tagpdf Info: closing structure 177 tagged /text +Package tagpdf Info: closing structure 176 tagged /text-unit ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 183 tagged /LBody -Package tagpdf Info: closing structure 181 tagged /LI -Package tagpdf Info: closing structure 175 tagged /description -Package tagpdf Info: closing structure 118 tagged /text-unit -Package tagpdf Info: closing structure 117 tagged /LBody -Package tagpdf Info: closing structure 115 tagged /LI +Package tagpdf Info: closing structure 175 tagged /LBody +Package tagpdf Info: closing structure 173 tagged /LI +Package tagpdf Info: closing structure 167 tagged /description +Package tagpdf Info: closing structure 110 tagged /text-unit +Package tagpdf Info: closing structure 109 tagged /LBody +Package tagpdf Info: closing structure 107 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1148,7 +1116,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 187 tagged /Lbl +Package tagpdf Info: closing structure 179 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1163,10 +1131,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 190 tagged /text -Package tagpdf Info: closing structure 189 tagged /text-unit -Package tagpdf Info: closing structure 188 tagged /LBody -Package tagpdf Info: closing structure 186 tagged /LI +Package tagpdf Info: closing structure 182 tagged /text +Package tagpdf Info: closing structure 181 tagged /text-unit +Package tagpdf Info: closing structure 180 tagged /LBody +Package tagpdf Info: closing structure 178 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1177,7 +1145,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 192 tagged /Lbl +Package tagpdf Info: closing structure 184 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1193,14 +1161,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 195 tagged /text -Package tagpdf Info: closing structure 194 tagged /text-unit -Package tagpdf Info: closing structure 193 tagged /LBody -Package tagpdf Info: closing structure 191 tagged /LI -Package tagpdf Info: closing structure 114 tagged /enumerate -Package tagpdf Info: closing structure 112 tagged /text-unit -Package tagpdf Info: closing structure 111 tagged /LBody -Package tagpdf Info: closing structure 109 tagged /LI +Package tagpdf Info: closing structure 187 tagged /text +Package tagpdf Info: closing structure 186 tagged /text-unit +Package tagpdf Info: closing structure 185 tagged /LBody +Package tagpdf Info: closing structure 183 tagged /LI +Package tagpdf Info: closing structure 106 tagged /enumerate +Package tagpdf Info: closing structure 104 tagged /text-unit +Package tagpdf Info: closing structure 103 tagged /LBody +Package tagpdf Info: closing structure 101 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1211,7 +1179,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 197 tagged /Lbl +Package tagpdf Info: closing structure 189 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1227,15 +1195,15 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 200 tagged /text -Package tagpdf Info: closing structure 199 tagged /text-unit -Package tagpdf Info: closing structure 198 tagged /LBody -Package tagpdf Info: closing structure 196 tagged /LI -Package tagpdf Info: closing structure 103 tagged /itemize +Package tagpdf Info: closing structure 192 tagged /text +Package tagpdf Info: closing structure 191 tagged /text-unit +Package tagpdf Info: closing structure 190 tagged /LBody +Package tagpdf Info: closing structure 188 tagged /LI +Package tagpdf Info: closing structure 95 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 102 tagged /text-unit -Package tagpdf Info: closing structure 99 tagged /Sect +Package tagpdf Info: closing structure 94 tagged /text-unit +Package tagpdf Info: closing structure 91 tagged /Sect Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -1251,11 +1219,11 @@ Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 203 tagged /Lbl +Package tagpdf Info: closing structure 195 tagged /Lbl Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 202 tagged /subsection +Package tagpdf Info: closing structure 194 tagged /subsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1276,7 +1244,7 @@ LaTeX Font Info: External font `cmex10' loaded for size (Font) <7> on input line .... LaTeX Font Info: External font `cmex10' loaded for size (Font) <5> on input line .... -Package tagpdf Info: closing structure 206 tagged /Span +Package tagpdf Info: closing structure 198 tagged /Span Package tagpdf Info: text has been removed from the mc stack Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') @@ -1284,7 +1252,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> description-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 205 tagged /text +Package tagpdf Info: closing structure 197 tagged /text Package tagpdf Info: Parent-Child 'Sect' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'description' on line ... @@ -1302,7 +1270,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 209 tagged /Lbl +Package tagpdf Info: closing structure 201 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1317,10 +1285,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 212 tagged /text -Package tagpdf Info: closing structure 211 tagged /text-unit -Package tagpdf Info: closing structure 210 tagged /LBody -Package tagpdf Info: closing structure 208 tagged /LI +Package tagpdf Info: closing structure 204 tagged /text +Package tagpdf Info: closing structure 203 tagged /text-unit +Package tagpdf Info: closing structure 202 tagged /LBody +Package tagpdf Info: closing structure 200 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1332,7 +1300,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 214 tagged /Lbl +Package tagpdf Info: closing structure 206 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1347,10 +1315,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 217 tagged /text -Package tagpdf Info: closing structure 216 tagged /text-unit -Package tagpdf Info: closing structure 215 tagged /LBody -Package tagpdf Info: closing structure 213 tagged /LI +Package tagpdf Info: closing structure 209 tagged /text +Package tagpdf Info: closing structure 208 tagged /text-unit +Package tagpdf Info: closing structure 207 tagged /LBody +Package tagpdf Info: closing structure 205 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1362,7 +1330,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 219 tagged /Lbl +Package tagpdf Info: closing structure 211 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1377,10 +1345,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 222 tagged /text -Package tagpdf Info: closing structure 221 tagged /text-unit -Package tagpdf Info: closing structure 220 tagged /LBody -Package tagpdf Info: closing structure 218 tagged /LI +Package tagpdf Info: closing structure 214 tagged /text +Package tagpdf Info: closing structure 213 tagged /text-unit +Package tagpdf Info: closing structure 212 tagged /LBody +Package tagpdf Info: closing structure 210 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1392,7 +1360,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 224 tagged /Lbl +Package tagpdf Info: closing structure 216 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1414,13 +1382,13 @@ Package tagpdf Info: Parent-Child 'P' --> 'Span'. Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... -Package tagpdf Info: closing structure 228 tagged /Span +Package tagpdf Info: closing structure 220 tagged /Span Package tagpdf Info: text has been removed from the mc stack Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 227 tagged /text -Package tagpdf Info: closing structure 226 tagged /text-unit +Package tagpdf Info: closing structure 219 tagged /text +Package tagpdf Info: closing structure 218 tagged /text-unit Package tagpdf Info: -1 has been pushed to the mc stack Package tagpdf Info: -1 has been removed from the mc stack Package tagpdf Info: -1 has been pushed to the mc stack @@ -1441,14 +1409,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 230 tagged /text -Package tagpdf Info: closing structure 229 tagged /text-unit -Package tagpdf Info: closing structure 225 tagged /LBody -Package tagpdf Info: closing structure 223 tagged /LI -Package tagpdf Info: closing structure 207 tagged /description +Package tagpdf Info: closing structure 222 tagged /text +Package tagpdf Info: closing structure 221 tagged /text-unit +Package tagpdf Info: closing structure 217 tagged /LBody +Package tagpdf Info: closing structure 215 tagged /LI +Package tagpdf Info: closing structure 199 tagged /description ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 204 tagged /text-unit +Package tagpdf Info: closing structure 196 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1458,8 +1426,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 232 tagged /text -Package tagpdf Info: closing structure 231 tagged /text-unit +Package tagpdf Info: closing structure 224 tagged /text +Package tagpdf Info: closing structure 223 tagged /text-unit Overfull \hbox (3.16754pt too wide) in paragraph at lines 205--210 []\T1/cmr/m/n/10 The PDF tag set sup-ports that nat-u-rally for struc-tures like lists but (strangely \hbox(7.49817+2.49939)x345.0, glue set - 1.0, direction TLT @@ -1569,8 +1537,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 234 tagged /text -Package tagpdf Info: closing structure 233 tagged /text-unit +Package tagpdf Info: closing structure 226 tagged /text +Package tagpdf Info: closing structure 225 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1580,8 +1548,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 236 tagged /text -Package tagpdf Info: closing structure 235 tagged /text-unit +Package tagpdf Info: closing structure 228 tagged /text +Package tagpdf Info: closing structure 227 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1591,8 +1559,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 238 tagged /text -Package tagpdf Info: closing structure 237 tagged /text-unit +Package tagpdf Info: closing structure 230 tagged /text +Package tagpdf Info: closing structure 229 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -1608,11 +1576,11 @@ Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 241 tagged /Lbl +Package tagpdf Info: closing structure 233 tagged /Lbl Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 240 tagged /subsubsection +Package tagpdf Info: closing structure 232 tagged /subsubsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1622,8 +1590,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 243 tagged /text -Package tagpdf Info: closing structure 242 tagged /text-unit +Package tagpdf Info: closing structure 235 tagged /text +Package tagpdf Info: closing structure 234 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1633,8 +1601,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 245 tagged /text -Package tagpdf Info: closing structure 244 tagged /text-unit +Package tagpdf Info: closing structure 237 tagged /text +Package tagpdf Info: closing structure 236 tagged /text-unit ==> itemize-env-start ==> use instance: list-1 ==> @endpe=false on input line ... @@ -1657,7 +1625,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 249 tagged /Lbl +Package tagpdf Info: closing structure 241 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1672,10 +1640,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 252 tagged /text -Package tagpdf Info: closing structure 251 tagged /text-unit -Package tagpdf Info: closing structure 250 tagged /LBody -Package tagpdf Info: closing structure 248 tagged /LI +Package tagpdf Info: closing structure 244 tagged /text +Package tagpdf Info: closing structure 243 tagged /text-unit +Package tagpdf Info: closing structure 242 tagged /LBody +Package tagpdf Info: closing structure 240 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1686,7 +1654,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 254 tagged /Lbl +Package tagpdf Info: closing structure 246 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1702,14 +1670,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 257 tagged /text -Package tagpdf Info: closing structure 256 tagged /text-unit -Package tagpdf Info: closing structure 255 tagged /LBody -Package tagpdf Info: closing structure 253 tagged /LI -Package tagpdf Info: closing structure 247 tagged /itemize +Package tagpdf Info: closing structure 249 tagged /text +Package tagpdf Info: closing structure 248 tagged /text-unit +Package tagpdf Info: closing structure 247 tagged /LBody +Package tagpdf Info: closing structure 245 tagged /LI +Package tagpdf Info: closing structure 239 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 246 tagged /text-unit +Package tagpdf Info: closing structure 238 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1719,9 +1687,9 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 259 tagged /text -Package tagpdf Info: closing structure 258 tagged /text-unit -Package tagpdf Info: closing structure 239 tagged /Sect +Package tagpdf Info: closing structure 251 tagged /text +Package tagpdf Info: closing structure 250 tagged /text-unit +Package tagpdf Info: closing structure 231 tagged /Sect Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -1737,11 +1705,11 @@ Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 262 tagged /Lbl +Package tagpdf Info: closing structure 254 tagged /Lbl Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 261 tagged /subsubsection +Package tagpdf Info: closing structure 253 tagged /subsubsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1754,7 +1722,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 264 tagged /text +Package tagpdf Info: closing structure 256 tagged /text Package tagpdf Info: Parent-Child 'Sect' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'itemize' on line ... @@ -1771,7 +1739,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 267 tagged /Lbl +Package tagpdf Info: closing structure 259 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1786,10 +1754,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 270 tagged /text -Package tagpdf Info: closing structure 269 tagged /text-unit -Package tagpdf Info: closing structure 268 tagged /LBody -Package tagpdf Info: closing structure 266 tagged /LI +Package tagpdf Info: closing structure 262 tagged /text +Package tagpdf Info: closing structure 261 tagged /text-unit +Package tagpdf Info: closing structure 260 tagged /LBody +Package tagpdf Info: closing structure 258 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1800,7 +1768,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 272 tagged /Lbl +Package tagpdf Info: closing structure 264 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1816,19 +1784,19 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 275 tagged /text -Package tagpdf Info: closing structure 274 tagged /text-unit -Package tagpdf Info: closing structure 273 tagged /LBody -Package tagpdf Info: closing structure 271 tagged /LI -Package tagpdf Info: closing structure 265 tagged /itemize +Package tagpdf Info: closing structure 267 tagged /text +Package tagpdf Info: closing structure 266 tagged /text-unit +Package tagpdf Info: closing structure 265 tagged /LBody +Package tagpdf Info: closing structure 263 tagged /LI +Package tagpdf Info: closing structure 257 tagged /itemize Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 276 tagged /text -Package tagpdf Info: closing structure 263 tagged /text-unit +Package tagpdf Info: closing structure 268 tagged /text +Package tagpdf Info: closing structure 255 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1841,7 +1809,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 278 tagged /text +Package tagpdf Info: closing structure 270 tagged /text Package tagpdf Info: Parent-Child 'Sect' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'itemize' on line ... @@ -1858,7 +1826,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 281 tagged /Lbl +Package tagpdf Info: closing structure 273 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1873,10 +1841,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 284 tagged /text -Package tagpdf Info: closing structure 283 tagged /text-unit -Package tagpdf Info: closing structure 282 tagged /LBody -Package tagpdf Info: closing structure 280 tagged /LI +Package tagpdf Info: closing structure 276 tagged /text +Package tagpdf Info: closing structure 275 tagged /text-unit +Package tagpdf Info: closing structure 274 tagged /LBody +Package tagpdf Info: closing structure 272 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1887,7 +1855,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 286 tagged /Lbl +Package tagpdf Info: closing structure 278 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1903,20 +1871,20 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 289 tagged /text -Package tagpdf Info: closing structure 288 tagged /text-unit -Package tagpdf Info: closing structure 287 tagged /LBody -Package tagpdf Info: closing structure 285 tagged /LI -Package tagpdf Info: closing structure 279 tagged /itemize +Package tagpdf Info: closing structure 281 tagged /text +Package tagpdf Info: closing structure 280 tagged /text-unit +Package tagpdf Info: closing structure 279 tagged /LBody +Package tagpdf Info: closing structure 277 tagged /LI +Package tagpdf Info: closing structure 271 tagged /itemize Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 290 tagged /text -Package tagpdf Info: closing structure 277 tagged /text-unit -Package tagpdf Info: closing structure 260 tagged /Sect +Package tagpdf Info: closing structure 282 tagged /text +Package tagpdf Info: closing structure 269 tagged /text-unit +Package tagpdf Info: closing structure 252 tagged /Sect Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -1932,11 +1900,11 @@ Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 293 tagged /Lbl +Package tagpdf Info: closing structure 285 tagged /Lbl Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 292 tagged /subsubsection +Package tagpdf Info: closing structure 284 tagged /subsubsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1949,7 +1917,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 295 tagged /text +Package tagpdf Info: closing structure 287 tagged /text Package tagpdf Info: Parent-Child 'Sect' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'itemize' on line ... @@ -1976,7 +1944,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 298 tagged /Lbl +Package tagpdf Info: closing structure 290 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1991,10 +1959,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 301 tagged /text -Package tagpdf Info: closing structure 300 tagged /text-unit -Package tagpdf Info: closing structure 299 tagged /LBody -Package tagpdf Info: closing structure 297 tagged /LI +Package tagpdf Info: closing structure 293 tagged /text +Package tagpdf Info: closing structure 292 tagged /text-unit +Package tagpdf Info: closing structure 291 tagged /LBody +Package tagpdf Info: closing structure 289 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2005,7 +1973,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 303 tagged /Lbl +Package tagpdf Info: closing structure 295 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2021,14 +1989,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 306 tagged /text -Package tagpdf Info: closing structure 305 tagged /text-unit -Package tagpdf Info: closing structure 304 tagged /LBody -Package tagpdf Info: closing structure 302 tagged /LI -Package tagpdf Info: closing structure 296 tagged /itemize +Package tagpdf Info: closing structure 298 tagged /text +Package tagpdf Info: closing structure 297 tagged /text-unit +Package tagpdf Info: closing structure 296 tagged /LBody +Package tagpdf Info: closing structure 294 tagged /LI +Package tagpdf Info: closing structure 288 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 294 tagged /text-unit +Package tagpdf Info: closing structure 286 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2038,9 +2006,9 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 308 tagged /text -Package tagpdf Info: closing structure 307 tagged /text-unit -Package tagpdf Info: closing structure 291 tagged /Sect +Package tagpdf Info: closing structure 300 tagged /text +Package tagpdf Info: closing structure 299 tagged /text-unit +Package tagpdf Info: closing structure 283 tagged /Sect Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -2056,11 +2024,11 @@ Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 311 tagged /Lbl +Package tagpdf Info: closing structure 303 tagged /Lbl Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 310 tagged /subsubsection +Package tagpdf Info: closing structure 302 tagged /subsubsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2077,13 +2045,13 @@ Package tagpdf Info: Parent-Child 'P' --> 'Span'. Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... -Package tagpdf Info: closing structure 314 tagged /Span +Package tagpdf Info: closing structure 306 tagged /Span Package tagpdf Info: text has been removed from the mc stack Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 313 tagged /text -Package tagpdf Info: closing structure 312 tagged /text-unit +Package tagpdf Info: closing structure 305 tagged /text +Package tagpdf Info: closing structure 304 tagged /text-unit ==> itemize-env-start ==> use instance: list-1 ==> @endpe=false on input line ... @@ -2106,7 +2074,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 318 tagged /Lbl +Package tagpdf Info: closing structure 310 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2121,10 +2089,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 321 tagged /text -Package tagpdf Info: closing structure 320 tagged /text-unit -Package tagpdf Info: closing structure 319 tagged /LBody -Package tagpdf Info: closing structure 317 tagged /LI +Package tagpdf Info: closing structure 313 tagged /text +Package tagpdf Info: closing structure 312 tagged /text-unit +Package tagpdf Info: closing structure 311 tagged /LBody +Package tagpdf Info: closing structure 309 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2135,7 +2103,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 323 tagged /Lbl +Package tagpdf Info: closing structure 315 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2151,21 +2119,21 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 326 tagged /text -Package tagpdf Info: closing structure 325 tagged /text-unit -Package tagpdf Info: closing structure 324 tagged /LBody -Package tagpdf Info: closing structure 322 tagged /LI -Package tagpdf Info: closing structure 316 tagged /itemize +Package tagpdf Info: closing structure 318 tagged /text +Package tagpdf Info: closing structure 317 tagged /text-unit +Package tagpdf Info: closing structure 316 tagged /LBody +Package tagpdf Info: closing structure 314 tagged /LI +Package tagpdf Info: closing structure 308 tagged /itemize Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 327 tagged /text -Package tagpdf Info: closing structure 315 tagged /text-unit -Package tagpdf Info: closing structure 309 tagged /Sect -Package tagpdf Info: closing structure 201 tagged /Sect +Package tagpdf Info: closing structure 319 tagged /text +Package tagpdf Info: closing structure 307 tagged /text-unit +Package tagpdf Info: closing structure 301 tagged /Sect +Package tagpdf Info: closing structure 193 tagged /Sect Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -2181,11 +2149,11 @@ Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 330 tagged /Lbl +Package tagpdf Info: closing structure 322 tagged /Lbl Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 329 tagged /subsection +Package tagpdf Info: closing structure 321 tagged /subsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2198,7 +2166,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 332 tagged /text +Package tagpdf Info: closing structure 324 tagged /text Package tagpdf Info: Parent-Child 'Sect' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'itemize' on line ... @@ -2215,7 +2183,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 335 tagged /Lbl +Package tagpdf Info: closing structure 327 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2230,10 +2198,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 338 tagged /text -Package tagpdf Info: closing structure 337 tagged /text-unit -Package tagpdf Info: closing structure 336 tagged /LBody -Package tagpdf Info: closing structure 334 tagged /LI +Package tagpdf Info: closing structure 330 tagged /text +Package tagpdf Info: closing structure 329 tagged /text-unit +Package tagpdf Info: closing structure 328 tagged /LBody +Package tagpdf Info: closing structure 326 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2244,7 +2212,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 340 tagged /Lbl +Package tagpdf Info: closing structure 332 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2259,10 +2227,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 343 tagged /text -Package tagpdf Info: closing structure 342 tagged /text-unit -Package tagpdf Info: closing structure 341 tagged /LBody -Package tagpdf Info: closing structure 339 tagged /LI +Package tagpdf Info: closing structure 335 tagged /text +Package tagpdf Info: closing structure 334 tagged /text-unit +Package tagpdf Info: closing structure 333 tagged /LBody +Package tagpdf Info: closing structure 331 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2273,7 +2241,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 345 tagged /Lbl +Package tagpdf Info: closing structure 337 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2289,19 +2257,19 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 348 tagged /text -Package tagpdf Info: closing structure 347 tagged /text-unit -Package tagpdf Info: closing structure 346 tagged /LBody -Package tagpdf Info: closing structure 344 tagged /LI -Package tagpdf Info: closing structure 333 tagged /itemize +Package tagpdf Info: closing structure 340 tagged /text +Package tagpdf Info: closing structure 339 tagged /text-unit +Package tagpdf Info: closing structure 338 tagged /LBody +Package tagpdf Info: closing structure 336 tagged /LI +Package tagpdf Info: closing structure 325 tagged /itemize Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 349 tagged /text -Package tagpdf Info: closing structure 331 tagged /text-unit +Package tagpdf Info: closing structure 341 tagged /text +Package tagpdf Info: closing structure 323 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2311,8 +2279,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 351 tagged /text -Package tagpdf Info: closing structure 350 tagged /text-unit +Package tagpdf Info: closing structure 343 tagged /text +Package tagpdf Info: closing structure 342 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -2328,11 +2296,11 @@ Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 354 tagged /Lbl +Package tagpdf Info: closing structure 346 tagged /Lbl Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 353 tagged /subsubsection +Package tagpdf Info: closing structure 345 tagged /subsubsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2342,8 +2310,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 356 tagged /text -Package tagpdf Info: closing structure 355 tagged /text-unit +Package tagpdf Info: closing structure 348 tagged /text +Package tagpdf Info: closing structure 347 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2356,7 +2324,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> center-env-start ==> use instance: displayblock-0 ==> increment /P on input line ... -Package tagpdf Info: closing structure 358 tagged /text +Package tagpdf Info: closing structure 350 tagged /text Package tagpdf Info: -1 has been pushed to the mc stack Package tagpdf Info: -1 has been removed from the mc stack Package tagpdf Info: -1 has been pushed to the mc stack @@ -2376,7 +2344,7 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 359 tagged /text +Package tagpdf Info: closing structure 351 tagged /text ==> blockenv common ending on input line ... Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') @@ -2387,7 +2355,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> flushleft-env-start ==> use instance: displayblock-0 ==> increment /P on input line ... -Package tagpdf Info: closing structure 360 tagged /text +Package tagpdf Info: closing structure 352 tagged /text ==> use para instance: raggedleft Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') @@ -2395,7 +2363,7 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 361 tagged /text +Package tagpdf Info: closing structure 353 tagged /text ==> blockenv common ending on input line ... Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') @@ -2403,8 +2371,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 362 tagged /text -Package tagpdf Info: closing structure 357 tagged /text-unit +Package tagpdf Info: closing structure 354 tagged /text +Package tagpdf Info: closing structure 349 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2414,8 +2382,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 364 tagged /text -Package tagpdf Info: closing structure 363 tagged /text-unit +Package tagpdf Info: closing structure 356 tagged /text +Package tagpdf Info: closing structure 355 tagged /text-unit Package tagpdf Info: -1 has been pushed to the mc stack Package tagpdf Info: -1 has been removed from the mc stack Package tagpdf Info: -1 has been pushed to the mc stack @@ -2425,8 +2393,8 @@ tagpdf: INFO TAG-NOT-TAGGED: this has not been tagged, using artifact tagpdf: INFO TAG-NOT-TAGGED: this has not been tagged, using artifact tagpdf: INFO TAG-NOT-TAGGED: this has not been tagged, using artifact tagpdf: INFO TAG-NOT-TAGGED: this has not been tagged, using artifact [6] -Package tagpdf Info: closing structure 352 tagged /Sect -Package tagpdf Info: closing structure 328 tagged /Sect +Package tagpdf Info: closing structure 344 tagged /Sect +Package tagpdf Info: closing structure 320 tagged /Sect Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -2442,11 +2410,11 @@ Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 367 tagged /Lbl +Package tagpdf Info: closing structure 359 tagged /Lbl Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 366 tagged /subsection +Package tagpdf Info: closing structure 358 tagged /subsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2456,8 +2424,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 369 tagged /text -Package tagpdf Info: closing structure 368 tagged /text-unit +Package tagpdf Info: closing structure 361 tagged /text +Package tagpdf Info: closing structure 360 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -2473,11 +2441,11 @@ Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 372 tagged /Lbl +Package tagpdf Info: closing structure 364 tagged /Lbl Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 371 tagged /subsubsection +Package tagpdf Info: closing structure 363 tagged /subsubsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2490,7 +2458,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 374 tagged /text +Package tagpdf Info: closing structure 366 tagged /text Package tagpdf Info: Parent-Child 'Sect' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'itemize' on line ... @@ -2507,7 +2475,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 377 tagged /Lbl +Package tagpdf Info: closing structure 369 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2522,10 +2490,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 380 tagged /text -Package tagpdf Info: closing structure 379 tagged /text-unit -Package tagpdf Info: closing structure 378 tagged /LBody -Package tagpdf Info: closing structure 376 tagged /LI +Package tagpdf Info: closing structure 372 tagged /text +Package tagpdf Info: closing structure 371 tagged /text-unit +Package tagpdf Info: closing structure 370 tagged /LBody +Package tagpdf Info: closing structure 368 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2536,7 +2504,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 382 tagged /Lbl +Package tagpdf Info: closing structure 374 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2551,8 +2519,8 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 385 tagged /text -Package tagpdf Info: closing structure 384 tagged /text-unit +Package tagpdf Info: closing structure 377 tagged /text +Package tagpdf Info: closing structure 376 tagged /text-unit Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text-unit' on line ... @@ -2563,8 +2531,8 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> item everypar on input line ... -Package tagpdf Info: closing structure 387 tagged /text -Package tagpdf Info: closing structure 386 tagged /text-unit +Package tagpdf Info: closing structure 379 tagged /text +Package tagpdf Info: closing structure 378 tagged /text-unit Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text-unit' on line ... @@ -2575,10 +2543,10 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> item everypar on input line ... -Package tagpdf Info: closing structure 389 tagged /text -Package tagpdf Info: closing structure 388 tagged /text-unit -Package tagpdf Info: closing structure 383 tagged /LBody -Package tagpdf Info: closing structure 381 tagged /LI +Package tagpdf Info: closing structure 381 tagged /text +Package tagpdf Info: closing structure 380 tagged /text-unit +Package tagpdf Info: closing structure 375 tagged /LBody +Package tagpdf Info: closing structure 373 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2589,7 +2557,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 391 tagged /Lbl +Package tagpdf Info: closing structure 383 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2604,8 +2572,8 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 394 tagged /text -Package tagpdf Info: closing structure 393 tagged /text-unit +Package tagpdf Info: closing structure 386 tagged /text +Package tagpdf Info: closing structure 385 tagged /text-unit Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text-unit' on line ... @@ -2616,16 +2584,16 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 396 tagged /text -Package tagpdf Info: closing structure 395 tagged /text-unit -Package tagpdf Info: closing structure 392 tagged /LBody -Package tagpdf Info: closing structure 390 tagged /LI -Package tagpdf Info: closing structure 375 tagged /itemize +Package tagpdf Info: closing structure 388 tagged /text +Package tagpdf Info: closing structure 387 tagged /text-unit +Package tagpdf Info: closing structure 384 tagged /LBody +Package tagpdf Info: closing structure 382 tagged /LI +Package tagpdf Info: closing structure 367 tagged /itemize Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 397 tagged /text -Package tagpdf Info: closing structure 373 tagged /text-unit +Package tagpdf Info: closing structure 389 tagged /text +Package tagpdf Info: closing structure 365 tagged /text-unit diff --git a/required/latex-lab/testfiles-block/gallery-III-with-sec.tlg b/required/latex-lab/testfiles-block/gallery-III-with-sec.tlg index 71e3740ae..dbccd9b10 100644 --- a/required/latex-lab/testfiles-block/gallery-III-with-sec.tlg +++ b/required/latex-lab/testfiles-block/gallery-III-with-sec.tlg @@ -442,54 +442,38 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> use instance: verbatimblock-0 ==> increment /P on input line ... Package tagpdf Info: closing structure 79 tagged /text -Package tagpdf Info: Parent-Child 'Sect' --> 'P'. +Package tagpdf Info: Parent-Child 'Sect' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'verbatim' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Span'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 82 tagged /Code +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... Package tagpdf Info: closing structure 81 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 84 tagged /Code -Package tagpdf Info: closing structure 83 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 82 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 86 tagged /Code -Package tagpdf Info: closing structure 85 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 83 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 88 tagged /Code -Package tagpdf Info: closing structure 87 tagged /codeline +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 84 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... Package tagpdf Info: closing structure 80 tagged /verbatim @@ -502,58 +486,42 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> verbatim-env-start ==> use instance: verbatimblock-0 ==> increment /P on input line ... -Package tagpdf Info: closing structure 89 tagged /text -Package tagpdf Info: Parent-Child 'Sect' --> 'P'. +Package tagpdf Info: closing structure 85 tagged /text +Package tagpdf Info: Parent-Child 'Sect' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'verbatim' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Span'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 92 tagged /Code -Package tagpdf Info: closing structure 91 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 94 tagged /Code -Package tagpdf Info: closing structure 93 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 87 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 88 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 96 tagged /Code -Package tagpdf Info: closing structure 95 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 89 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 98 tagged /Code -Package tagpdf Info: closing structure 97 tagged /codeline +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 90 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... -Package tagpdf Info: closing structure 90 tagged /verbatim +Package tagpdf Info: closing structure 86 tagged /verbatim ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... Package tagpdf Info: closing structure 78 tagged /text-unit @@ -570,11 +538,11 @@ Package tagpdf Info: Parent-Child 'H2' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 101 tagged /Lbl +Package tagpdf Info: closing structure 93 tagged /Lbl Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 100 tagged /subsection +Package tagpdf Info: closing structure 92 tagged /subsection ==> itemize-env-start ==> use instance: list-1 ==> @endpe=false on input line ... @@ -597,7 +565,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 105 tagged /Lbl +Package tagpdf Info: closing structure 97 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -612,10 +580,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 108 tagged /text -Package tagpdf Info: closing structure 107 tagged /text-unit -Package tagpdf Info: closing structure 106 tagged /LBody -Package tagpdf Info: closing structure 104 tagged /LI +Package tagpdf Info: closing structure 100 tagged /text +Package tagpdf Info: closing structure 99 tagged /text-unit +Package tagpdf Info: closing structure 98 tagged /LBody +Package tagpdf Info: closing structure 96 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -626,7 +594,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 110 tagged /Lbl +Package tagpdf Info: closing structure 102 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -644,7 +612,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> enumerate-env-start ==> use instance: list-2 ==> increment /P on input line ... -Package tagpdf Info: closing structure 113 tagged /text +Package tagpdf Info: closing structure 105 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'enumerate' on line ... @@ -661,7 +629,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 116 tagged /Lbl +Package tagpdf Info: closing structure 108 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -679,7 +647,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> enumerate-env-start ==> use instance: list-3 ==> increment /P on input line ... -Package tagpdf Info: closing structure 119 tagged /text +Package tagpdf Info: closing structure 111 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'enumerate' on line ... @@ -696,7 +664,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 122 tagged /Lbl +Package tagpdf Info: closing structure 114 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -711,10 +679,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 125 tagged /text -Package tagpdf Info: closing structure 124 tagged /text-unit -Package tagpdf Info: closing structure 123 tagged /LBody -Package tagpdf Info: closing structure 121 tagged /LI +Package tagpdf Info: closing structure 117 tagged /text +Package tagpdf Info: closing structure 116 tagged /text-unit +Package tagpdf Info: closing structure 115 tagged /LBody +Package tagpdf Info: closing structure 113 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -725,7 +693,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 127 tagged /Lbl +Package tagpdf Info: closing structure 119 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -743,7 +711,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-4 ==> increment /P on input line ... -Package tagpdf Info: closing structure 130 tagged /text +Package tagpdf Info: closing structure 122 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'itemize' on line ... @@ -766,7 +734,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 133 tagged /Lbl +Package tagpdf Info: closing structure 125 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -781,10 +749,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 136 tagged /text -Package tagpdf Info: closing structure 135 tagged /text-unit -Package tagpdf Info: closing structure 134 tagged /LBody -Package tagpdf Info: closing structure 132 tagged /LI +Package tagpdf Info: closing structure 128 tagged /text +Package tagpdf Info: closing structure 127 tagged /text-unit +Package tagpdf Info: closing structure 126 tagged /LBody +Package tagpdf Info: closing structure 124 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -796,7 +764,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 138 tagged /Lbl +Package tagpdf Info: closing structure 130 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -814,7 +782,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-5 ==> increment /P on input line ... -Package tagpdf Info: closing structure 141 tagged /text +Package tagpdf Info: closing structure 133 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'itemize' on line ... @@ -831,7 +799,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 144 tagged /Lbl +Package tagpdf Info: closing structure 136 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -846,10 +814,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 147 tagged /text -Package tagpdf Info: closing structure 146 tagged /text-unit -Package tagpdf Info: closing structure 145 tagged /LBody -Package tagpdf Info: closing structure 143 tagged /LI +Package tagpdf Info: closing structure 139 tagged /text +Package tagpdf Info: closing structure 138 tagged /text-unit +Package tagpdf Info: closing structure 137 tagged /LBody +Package tagpdf Info: closing structure 135 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -860,7 +828,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 149 tagged /Lbl +Package tagpdf Info: closing structure 141 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -878,7 +846,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-6 ==> increment /P on input line ... -Package tagpdf Info: closing structure 152 tagged /text +Package tagpdf Info: closing structure 144 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'itemize' on line ... @@ -895,7 +863,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 155 tagged /Lbl +Package tagpdf Info: closing structure 147 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -910,10 +878,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 158 tagged /text -Package tagpdf Info: closing structure 157 tagged /text-unit -Package tagpdf Info: closing structure 156 tagged /LBody -Package tagpdf Info: closing structure 154 tagged /LI +Package tagpdf Info: closing structure 150 tagged /text +Package tagpdf Info: closing structure 149 tagged /text-unit +Package tagpdf Info: closing structure 148 tagged /LBody +Package tagpdf Info: closing structure 146 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -924,7 +892,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 160 tagged /Lbl +Package tagpdf Info: closing structure 152 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -939,10 +907,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 163 tagged /text -Package tagpdf Info: closing structure 162 tagged /text-unit -Package tagpdf Info: closing structure 161 tagged /LBody -Package tagpdf Info: closing structure 159 tagged /LI +Package tagpdf Info: closing structure 155 tagged /text +Package tagpdf Info: closing structure 154 tagged /text-unit +Package tagpdf Info: closing structure 153 tagged /LBody +Package tagpdf Info: closing structure 151 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -953,7 +921,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 165 tagged /Lbl +Package tagpdf Info: closing structure 157 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -969,26 +937,26 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 168 tagged /text -Package tagpdf Info: closing structure 167 tagged /text-unit -Package tagpdf Info: closing structure 166 tagged /LBody -Package tagpdf Info: closing structure 164 tagged /LI -Package tagpdf Info: closing structure 153 tagged /itemize +Package tagpdf Info: closing structure 160 tagged /text +Package tagpdf Info: closing structure 159 tagged /text-unit +Package tagpdf Info: closing structure 158 tagged /LBody +Package tagpdf Info: closing structure 156 tagged /LI +Package tagpdf Info: closing structure 145 tagged /itemize ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 151 tagged /text-unit +Package tagpdf Info: closing structure 143 tagged /text-unit ==> Structure-end P at list-end on input line ... -Package tagpdf Info: closing structure 150 tagged /LBody -Package tagpdf Info: closing structure 148 tagged /LI -Package tagpdf Info: closing structure 142 tagged /itemize +Package tagpdf Info: closing structure 142 tagged /LBody +Package tagpdf Info: closing structure 140 tagged /LI +Package tagpdf Info: closing structure 134 tagged /itemize ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 140 tagged /text-unit +Package tagpdf Info: closing structure 132 tagged /text-unit ==> Structure-end P at list-end on input line ... -Package tagpdf Info: closing structure 139 tagged /LBody -Package tagpdf Info: closing structure 137 tagged /LI -Package tagpdf Info: closing structure 131 tagged /itemize -Package tagpdf Info: closing structure 129 tagged /text-unit -Package tagpdf Info: closing structure 128 tagged /LBody -Package tagpdf Info: closing structure 126 tagged /LI +Package tagpdf Info: closing structure 131 tagged /LBody +Package tagpdf Info: closing structure 129 tagged /LI +Package tagpdf Info: closing structure 123 tagged /itemize +Package tagpdf Info: closing structure 121 tagged /text-unit +Package tagpdf Info: closing structure 120 tagged /LBody +Package tagpdf Info: closing structure 118 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -999,7 +967,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 170 tagged /Lbl +Package tagpdf Info: closing structure 162 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1015,11 +983,11 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 173 tagged /text -Package tagpdf Info: closing structure 172 tagged /text-unit -Package tagpdf Info: closing structure 171 tagged /LBody -Package tagpdf Info: closing structure 169 tagged /LI -Package tagpdf Info: closing structure 120 tagged /enumerate +Package tagpdf Info: closing structure 165 tagged /text +Package tagpdf Info: closing structure 164 tagged /text-unit +Package tagpdf Info: closing structure 163 tagged /LBody +Package tagpdf Info: closing structure 161 tagged /LI +Package tagpdf Info: closing structure 112 tagged /enumerate Package tagpdf Info: Parent-Child 'LBody' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text' on line ... @@ -1029,7 +997,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> description-env-start ==> use instance: list-3 ==> increment /P on input line ... -Package tagpdf Info: closing structure 174 tagged /text +Package tagpdf Info: closing structure 166 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'description' on line ... @@ -1047,7 +1015,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 177 tagged /Lbl +Package tagpdf Info: closing structure 169 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1062,10 +1030,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 180 tagged /text -Package tagpdf Info: closing structure 179 tagged /text-unit -Package tagpdf Info: closing structure 178 tagged /LBody -Package tagpdf Info: closing structure 176 tagged /LI +Package tagpdf Info: closing structure 172 tagged /text +Package tagpdf Info: closing structure 171 tagged /text-unit +Package tagpdf Info: closing structure 170 tagged /LBody +Package tagpdf Info: closing structure 168 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1077,7 +1045,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 182 tagged /Lbl +Package tagpdf Info: closing structure 174 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1092,15 +1060,15 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 185 tagged /text -Package tagpdf Info: closing structure 184 tagged /text-unit +Package tagpdf Info: closing structure 177 tagged /text +Package tagpdf Info: closing structure 176 tagged /text-unit ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 183 tagged /LBody -Package tagpdf Info: closing structure 181 tagged /LI -Package tagpdf Info: closing structure 175 tagged /description -Package tagpdf Info: closing structure 118 tagged /text-unit -Package tagpdf Info: closing structure 117 tagged /LBody -Package tagpdf Info: closing structure 115 tagged /LI +Package tagpdf Info: closing structure 175 tagged /LBody +Package tagpdf Info: closing structure 173 tagged /LI +Package tagpdf Info: closing structure 167 tagged /description +Package tagpdf Info: closing structure 110 tagged /text-unit +Package tagpdf Info: closing structure 109 tagged /LBody +Package tagpdf Info: closing structure 107 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1111,7 +1079,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 187 tagged /Lbl +Package tagpdf Info: closing structure 179 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1126,10 +1094,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 190 tagged /text -Package tagpdf Info: closing structure 189 tagged /text-unit -Package tagpdf Info: closing structure 188 tagged /LBody -Package tagpdf Info: closing structure 186 tagged /LI +Package tagpdf Info: closing structure 182 tagged /text +Package tagpdf Info: closing structure 181 tagged /text-unit +Package tagpdf Info: closing structure 180 tagged /LBody +Package tagpdf Info: closing structure 178 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1140,7 +1108,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 192 tagged /Lbl +Package tagpdf Info: closing structure 184 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1156,14 +1124,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 195 tagged /text -Package tagpdf Info: closing structure 194 tagged /text-unit -Package tagpdf Info: closing structure 193 tagged /LBody -Package tagpdf Info: closing structure 191 tagged /LI -Package tagpdf Info: closing structure 114 tagged /enumerate -Package tagpdf Info: closing structure 112 tagged /text-unit -Package tagpdf Info: closing structure 111 tagged /LBody -Package tagpdf Info: closing structure 109 tagged /LI +Package tagpdf Info: closing structure 187 tagged /text +Package tagpdf Info: closing structure 186 tagged /text-unit +Package tagpdf Info: closing structure 185 tagged /LBody +Package tagpdf Info: closing structure 183 tagged /LI +Package tagpdf Info: closing structure 106 tagged /enumerate +Package tagpdf Info: closing structure 104 tagged /text-unit +Package tagpdf Info: closing structure 103 tagged /LBody +Package tagpdf Info: closing structure 101 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1174,7 +1142,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 197 tagged /Lbl +Package tagpdf Info: closing structure 189 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1190,15 +1158,15 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 200 tagged /text -Package tagpdf Info: closing structure 199 tagged /text-unit -Package tagpdf Info: closing structure 198 tagged /LBody -Package tagpdf Info: closing structure 196 tagged /LI -Package tagpdf Info: closing structure 103 tagged /itemize +Package tagpdf Info: closing structure 192 tagged /text +Package tagpdf Info: closing structure 191 tagged /text-unit +Package tagpdf Info: closing structure 190 tagged /LBody +Package tagpdf Info: closing structure 188 tagged /LI +Package tagpdf Info: closing structure 95 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 102 tagged /text-unit -Package tagpdf Info: closing structure 99 tagged /Sect +Package tagpdf Info: closing structure 94 tagged /text-unit +Package tagpdf Info: closing structure 91 tagged /Sect Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -1211,11 +1179,11 @@ Package tagpdf Info: Parent-Child 'H2' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 203 tagged /Lbl +Package tagpdf Info: closing structure 195 tagged /Lbl Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 202 tagged /subsection +Package tagpdf Info: closing structure 194 tagged /subsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1236,7 +1204,7 @@ LaTeX Font Info: External font `cmex10' loaded for size (Font) <7> on input line .... LaTeX Font Info: External font `cmex10' loaded for size (Font) <5> on input line .... -Package tagpdf Info: closing structure 206 tagged /Span +Package tagpdf Info: closing structure 198 tagged /Span Package tagpdf Info: text has been removed from the mc stack Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') @@ -1244,7 +1212,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> description-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 205 tagged /text +Package tagpdf Info: closing structure 197 tagged /text Package tagpdf Info: Parent-Child 'Sect' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'description' on line ... @@ -1262,7 +1230,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 209 tagged /Lbl +Package tagpdf Info: closing structure 201 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1277,10 +1245,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 212 tagged /text -Package tagpdf Info: closing structure 211 tagged /text-unit -Package tagpdf Info: closing structure 210 tagged /LBody -Package tagpdf Info: closing structure 208 tagged /LI +Package tagpdf Info: closing structure 204 tagged /text +Package tagpdf Info: closing structure 203 tagged /text-unit +Package tagpdf Info: closing structure 202 tagged /LBody +Package tagpdf Info: closing structure 200 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1292,7 +1260,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 214 tagged /Lbl +Package tagpdf Info: closing structure 206 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1307,10 +1275,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 217 tagged /text -Package tagpdf Info: closing structure 216 tagged /text-unit -Package tagpdf Info: closing structure 215 tagged /LBody -Package tagpdf Info: closing structure 213 tagged /LI +Package tagpdf Info: closing structure 209 tagged /text +Package tagpdf Info: closing structure 208 tagged /text-unit +Package tagpdf Info: closing structure 207 tagged /LBody +Package tagpdf Info: closing structure 205 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1322,7 +1290,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 219 tagged /Lbl +Package tagpdf Info: closing structure 211 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1337,10 +1305,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 222 tagged /text -Package tagpdf Info: closing structure 221 tagged /text-unit -Package tagpdf Info: closing structure 220 tagged /LBody -Package tagpdf Info: closing structure 218 tagged /LI +Package tagpdf Info: closing structure 214 tagged /text +Package tagpdf Info: closing structure 213 tagged /text-unit +Package tagpdf Info: closing structure 212 tagged /LBody +Package tagpdf Info: closing structure 210 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1352,7 +1320,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 224 tagged /Lbl +Package tagpdf Info: closing structure 216 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1374,17 +1342,17 @@ Package tagpdf Info: Parent-Child 'P' --> 'Span'. Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... -Package tagpdf Info: closing structure 228 tagged /Span +Package tagpdf Info: closing structure 220 tagged /Span Package tagpdf Info: text has been removed from the mc stack Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 227 tagged /text -Package tagpdf Info: closing structure 226 tagged /text-unit +Package tagpdf Info: closing structure 219 tagged /text +Package tagpdf Info: closing structure 218 tagged /text-unit The sequence \g__tag_mc_main_marks_seq contains the items (without outer braces): > {e+} > {53} -> {113}. +> {105}. [3] Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') @@ -1396,14 +1364,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 230 tagged /text -Package tagpdf Info: closing structure 229 tagged /text-unit -Package tagpdf Info: closing structure 225 tagged /LBody -Package tagpdf Info: closing structure 223 tagged /LI -Package tagpdf Info: closing structure 207 tagged /description +Package tagpdf Info: closing structure 222 tagged /text +Package tagpdf Info: closing structure 221 tagged /text-unit +Package tagpdf Info: closing structure 217 tagged /LBody +Package tagpdf Info: closing structure 215 tagged /LI +Package tagpdf Info: closing structure 199 tagged /description ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 204 tagged /text-unit +Package tagpdf Info: closing structure 196 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1413,8 +1381,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 232 tagged /text -Package tagpdf Info: closing structure 231 tagged /text-unit +Package tagpdf Info: closing structure 224 tagged /text +Package tagpdf Info: closing structure 223 tagged /text-unit Overfull \hbox (3.16754pt too wide) in paragraph at lines 205--210 [][][]\T1/cmr/m/n/10 The PDF tag set sup-ports that nat-u-rally for struc-tures like lists but (strangely \hbox(7.49817+2.49939)x345.0, glue set - 1.0 @@ -1521,8 +1489,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 234 tagged /text -Package tagpdf Info: closing structure 233 tagged /text-unit +Package tagpdf Info: closing structure 226 tagged /text +Package tagpdf Info: closing structure 225 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1532,8 +1500,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 236 tagged /text -Package tagpdf Info: closing structure 235 tagged /text-unit +Package tagpdf Info: closing structure 228 tagged /text +Package tagpdf Info: closing structure 227 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1543,8 +1511,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 238 tagged /text -Package tagpdf Info: closing structure 237 tagged /text-unit +Package tagpdf Info: closing structure 230 tagged /text +Package tagpdf Info: closing structure 229 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -1557,11 +1525,11 @@ Package tagpdf Info: Parent-Child 'H3' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 241 tagged /Lbl +Package tagpdf Info: closing structure 233 tagged /Lbl Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 240 tagged /subsubsection +Package tagpdf Info: closing structure 232 tagged /subsubsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1571,8 +1539,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 243 tagged /text -Package tagpdf Info: closing structure 242 tagged /text-unit +Package tagpdf Info: closing structure 235 tagged /text +Package tagpdf Info: closing structure 234 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1582,8 +1550,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 245 tagged /text -Package tagpdf Info: closing structure 244 tagged /text-unit +Package tagpdf Info: closing structure 237 tagged /text +Package tagpdf Info: closing structure 236 tagged /text-unit ==> itemize-env-start ==> use instance: list-1 ==> @endpe=false on input line ... @@ -1606,7 +1574,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 249 tagged /Lbl +Package tagpdf Info: closing structure 241 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1621,10 +1589,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 252 tagged /text -Package tagpdf Info: closing structure 251 tagged /text-unit -Package tagpdf Info: closing structure 250 tagged /LBody -Package tagpdf Info: closing structure 248 tagged /LI +Package tagpdf Info: closing structure 244 tagged /text +Package tagpdf Info: closing structure 243 tagged /text-unit +Package tagpdf Info: closing structure 242 tagged /LBody +Package tagpdf Info: closing structure 240 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1635,7 +1603,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 254 tagged /Lbl +Package tagpdf Info: closing structure 246 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1651,14 +1619,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 257 tagged /text -Package tagpdf Info: closing structure 256 tagged /text-unit -Package tagpdf Info: closing structure 255 tagged /LBody -Package tagpdf Info: closing structure 253 tagged /LI -Package tagpdf Info: closing structure 247 tagged /itemize +Package tagpdf Info: closing structure 249 tagged /text +Package tagpdf Info: closing structure 248 tagged /text-unit +Package tagpdf Info: closing structure 247 tagged /LBody +Package tagpdf Info: closing structure 245 tagged /LI +Package tagpdf Info: closing structure 239 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 246 tagged /text-unit +Package tagpdf Info: closing structure 238 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1668,9 +1636,9 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 259 tagged /text -Package tagpdf Info: closing structure 258 tagged /text-unit -Package tagpdf Info: closing structure 239 tagged /Sect +Package tagpdf Info: closing structure 251 tagged /text +Package tagpdf Info: closing structure 250 tagged /text-unit +Package tagpdf Info: closing structure 231 tagged /Sect Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -1683,11 +1651,11 @@ Package tagpdf Info: Parent-Child 'H3' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 262 tagged /Lbl +Package tagpdf Info: closing structure 254 tagged /Lbl Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 261 tagged /subsubsection +Package tagpdf Info: closing structure 253 tagged /subsubsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1700,7 +1668,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 264 tagged /text +Package tagpdf Info: closing structure 256 tagged /text Package tagpdf Info: Parent-Child 'Sect' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'itemize' on line ... @@ -1717,7 +1685,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 267 tagged /Lbl +Package tagpdf Info: closing structure 259 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1732,10 +1700,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 270 tagged /text -Package tagpdf Info: closing structure 269 tagged /text-unit -Package tagpdf Info: closing structure 268 tagged /LBody -Package tagpdf Info: closing structure 266 tagged /LI +Package tagpdf Info: closing structure 262 tagged /text +Package tagpdf Info: closing structure 261 tagged /text-unit +Package tagpdf Info: closing structure 260 tagged /LBody +Package tagpdf Info: closing structure 258 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1746,7 +1714,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 272 tagged /Lbl +Package tagpdf Info: closing structure 264 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1762,19 +1730,19 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 275 tagged /text -Package tagpdf Info: closing structure 274 tagged /text-unit -Package tagpdf Info: closing structure 273 tagged /LBody -Package tagpdf Info: closing structure 271 tagged /LI -Package tagpdf Info: closing structure 265 tagged /itemize +Package tagpdf Info: closing structure 267 tagged /text +Package tagpdf Info: closing structure 266 tagged /text-unit +Package tagpdf Info: closing structure 265 tagged /LBody +Package tagpdf Info: closing structure 263 tagged /LI +Package tagpdf Info: closing structure 257 tagged /itemize Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 276 tagged /text -Package tagpdf Info: closing structure 263 tagged /text-unit +Package tagpdf Info: closing structure 268 tagged /text +Package tagpdf Info: closing structure 255 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1787,7 +1755,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 278 tagged /text +Package tagpdf Info: closing structure 270 tagged /text Package tagpdf Info: Parent-Child 'Sect' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'itemize' on line ... @@ -1804,7 +1772,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 281 tagged /Lbl +Package tagpdf Info: closing structure 273 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1819,10 +1787,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 284 tagged /text -Package tagpdf Info: closing structure 283 tagged /text-unit -Package tagpdf Info: closing structure 282 tagged /LBody -Package tagpdf Info: closing structure 280 tagged /LI +Package tagpdf Info: closing structure 276 tagged /text +Package tagpdf Info: closing structure 275 tagged /text-unit +Package tagpdf Info: closing structure 274 tagged /LBody +Package tagpdf Info: closing structure 272 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1833,7 +1801,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 286 tagged /Lbl +Package tagpdf Info: closing structure 278 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1849,20 +1817,20 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 289 tagged /text -Package tagpdf Info: closing structure 288 tagged /text-unit -Package tagpdf Info: closing structure 287 tagged /LBody -Package tagpdf Info: closing structure 285 tagged /LI -Package tagpdf Info: closing structure 279 tagged /itemize +Package tagpdf Info: closing structure 281 tagged /text +Package tagpdf Info: closing structure 280 tagged /text-unit +Package tagpdf Info: closing structure 279 tagged /LBody +Package tagpdf Info: closing structure 277 tagged /LI +Package tagpdf Info: closing structure 271 tagged /itemize Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 290 tagged /text -Package tagpdf Info: closing structure 277 tagged /text-unit -Package tagpdf Info: closing structure 260 tagged /Sect +Package tagpdf Info: closing structure 282 tagged /text +Package tagpdf Info: closing structure 269 tagged /text-unit +Package tagpdf Info: closing structure 252 tagged /Sect Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -1875,11 +1843,11 @@ Package tagpdf Info: Parent-Child 'H3' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 293 tagged /Lbl +Package tagpdf Info: closing structure 285 tagged /Lbl Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 292 tagged /subsubsection +Package tagpdf Info: closing structure 284 tagged /subsubsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1892,14 +1860,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 295 tagged /text +Package tagpdf Info: closing structure 287 tagged /text Package tagpdf Info: Parent-Child 'Sect' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'itemize' on line ... The sequence \g__tag_mc_main_marks_seq contains the items (without outer braces): > {e+} > {99} -> {222}. +> {214}. [4] ==> use instance: itemize-1 ==> template:list:std @@ -1914,7 +1882,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 298 tagged /Lbl +Package tagpdf Info: closing structure 290 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1929,10 +1897,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 301 tagged /text -Package tagpdf Info: closing structure 300 tagged /text-unit -Package tagpdf Info: closing structure 299 tagged /LBody -Package tagpdf Info: closing structure 297 tagged /LI +Package tagpdf Info: closing structure 293 tagged /text +Package tagpdf Info: closing structure 292 tagged /text-unit +Package tagpdf Info: closing structure 291 tagged /LBody +Package tagpdf Info: closing structure 289 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1943,7 +1911,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 303 tagged /Lbl +Package tagpdf Info: closing structure 295 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1959,14 +1927,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 306 tagged /text -Package tagpdf Info: closing structure 305 tagged /text-unit -Package tagpdf Info: closing structure 304 tagged /LBody -Package tagpdf Info: closing structure 302 tagged /LI -Package tagpdf Info: closing structure 296 tagged /itemize +Package tagpdf Info: closing structure 298 tagged /text +Package tagpdf Info: closing structure 297 tagged /text-unit +Package tagpdf Info: closing structure 296 tagged /LBody +Package tagpdf Info: closing structure 294 tagged /LI +Package tagpdf Info: closing structure 288 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 294 tagged /text-unit +Package tagpdf Info: closing structure 286 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -1976,9 +1944,9 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 308 tagged /text -Package tagpdf Info: closing structure 307 tagged /text-unit -Package tagpdf Info: closing structure 291 tagged /Sect +Package tagpdf Info: closing structure 300 tagged /text +Package tagpdf Info: closing structure 299 tagged /text-unit +Package tagpdf Info: closing structure 283 tagged /Sect Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -1991,11 +1959,11 @@ Package tagpdf Info: Parent-Child 'H3' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 311 tagged /Lbl +Package tagpdf Info: closing structure 303 tagged /Lbl Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 310 tagged /subsubsection +Package tagpdf Info: closing structure 302 tagged /subsubsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2012,13 +1980,13 @@ Package tagpdf Info: Parent-Child 'P' --> 'Span'. Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... -Package tagpdf Info: closing structure 314 tagged /Span +Package tagpdf Info: closing structure 306 tagged /Span Package tagpdf Info: text has been removed from the mc stack Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 313 tagged /text -Package tagpdf Info: closing structure 312 tagged /text-unit +Package tagpdf Info: closing structure 305 tagged /text +Package tagpdf Info: closing structure 304 tagged /text-unit ==> itemize-env-start ==> use instance: list-1 ==> @endpe=false on input line ... @@ -2041,7 +2009,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 318 tagged /Lbl +Package tagpdf Info: closing structure 310 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2056,10 +2024,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 321 tagged /text -Package tagpdf Info: closing structure 320 tagged /text-unit -Package tagpdf Info: closing structure 319 tagged /LBody -Package tagpdf Info: closing structure 317 tagged /LI +Package tagpdf Info: closing structure 313 tagged /text +Package tagpdf Info: closing structure 312 tagged /text-unit +Package tagpdf Info: closing structure 311 tagged /LBody +Package tagpdf Info: closing structure 309 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2070,7 +2038,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 323 tagged /Lbl +Package tagpdf Info: closing structure 315 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2086,21 +2054,21 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 326 tagged /text -Package tagpdf Info: closing structure 325 tagged /text-unit -Package tagpdf Info: closing structure 324 tagged /LBody -Package tagpdf Info: closing structure 322 tagged /LI -Package tagpdf Info: closing structure 316 tagged /itemize +Package tagpdf Info: closing structure 318 tagged /text +Package tagpdf Info: closing structure 317 tagged /text-unit +Package tagpdf Info: closing structure 316 tagged /LBody +Package tagpdf Info: closing structure 314 tagged /LI +Package tagpdf Info: closing structure 308 tagged /itemize Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 327 tagged /text -Package tagpdf Info: closing structure 315 tagged /text-unit -Package tagpdf Info: closing structure 309 tagged /Sect -Package tagpdf Info: closing structure 201 tagged /Sect +Package tagpdf Info: closing structure 319 tagged /text +Package tagpdf Info: closing structure 307 tagged /text-unit +Package tagpdf Info: closing structure 301 tagged /Sect +Package tagpdf Info: closing structure 193 tagged /Sect Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -2113,11 +2081,11 @@ Package tagpdf Info: Parent-Child 'H2' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 330 tagged /Lbl +Package tagpdf Info: closing structure 322 tagged /Lbl Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 329 tagged /subsection +Package tagpdf Info: closing structure 321 tagged /subsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2130,7 +2098,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 332 tagged /text +Package tagpdf Info: closing structure 324 tagged /text Package tagpdf Info: Parent-Child 'Sect' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'itemize' on line ... @@ -2147,7 +2115,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 335 tagged /Lbl +Package tagpdf Info: closing structure 327 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2162,10 +2130,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 338 tagged /text -Package tagpdf Info: closing structure 337 tagged /text-unit -Package tagpdf Info: closing structure 336 tagged /LBody -Package tagpdf Info: closing structure 334 tagged /LI +Package tagpdf Info: closing structure 330 tagged /text +Package tagpdf Info: closing structure 329 tagged /text-unit +Package tagpdf Info: closing structure 328 tagged /LBody +Package tagpdf Info: closing structure 326 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2176,7 +2144,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 340 tagged /Lbl +Package tagpdf Info: closing structure 332 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2191,10 +2159,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 343 tagged /text -Package tagpdf Info: closing structure 342 tagged /text-unit -Package tagpdf Info: closing structure 341 tagged /LBody -Package tagpdf Info: closing structure 339 tagged /LI +Package tagpdf Info: closing structure 335 tagged /text +Package tagpdf Info: closing structure 334 tagged /text-unit +Package tagpdf Info: closing structure 333 tagged /LBody +Package tagpdf Info: closing structure 331 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2205,7 +2173,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 345 tagged /Lbl +Package tagpdf Info: closing structure 337 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2221,19 +2189,19 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 348 tagged /text -Package tagpdf Info: closing structure 347 tagged /text-unit -Package tagpdf Info: closing structure 346 tagged /LBody -Package tagpdf Info: closing structure 344 tagged /LI -Package tagpdf Info: closing structure 333 tagged /itemize +Package tagpdf Info: closing structure 340 tagged /text +Package tagpdf Info: closing structure 339 tagged /text-unit +Package tagpdf Info: closing structure 338 tagged /LBody +Package tagpdf Info: closing structure 336 tagged /LI +Package tagpdf Info: closing structure 325 tagged /itemize Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 349 tagged /text -Package tagpdf Info: closing structure 331 tagged /text-unit +Package tagpdf Info: closing structure 341 tagged /text +Package tagpdf Info: closing structure 323 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2243,8 +2211,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 351 tagged /text -Package tagpdf Info: closing structure 350 tagged /text-unit +Package tagpdf Info: closing structure 343 tagged /text +Package tagpdf Info: closing structure 342 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -2257,11 +2225,11 @@ Package tagpdf Info: Parent-Child 'H3' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 354 tagged /Lbl +Package tagpdf Info: closing structure 346 tagged /Lbl Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 353 tagged /subsubsection +Package tagpdf Info: closing structure 345 tagged /subsubsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2271,8 +2239,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 356 tagged /text -Package tagpdf Info: closing structure 355 tagged /text-unit +Package tagpdf Info: closing structure 348 tagged /text +Package tagpdf Info: closing structure 347 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2285,11 +2253,11 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> center-env-start ==> use instance: displayblock-0 ==> increment /P on input line ... -Package tagpdf Info: closing structure 358 tagged /text +Package tagpdf Info: closing structure 350 tagged /text The sequence \g__tag_mc_main_marks_seq contains the items (without outer braces): > {e+} > {133} -> {290}. +> {282}. [5] ==> use para instance: center Package tagpdf Info: Parent-Child 'Sect' --> 'P'. @@ -2298,7 +2266,7 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 359 tagged /text +Package tagpdf Info: closing structure 351 tagged /text ==> blockenv common ending on input line ... Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') @@ -2309,7 +2277,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> flushleft-env-start ==> use instance: displayblock-0 ==> increment /P on input line ... -Package tagpdf Info: closing structure 360 tagged /text +Package tagpdf Info: closing structure 352 tagged /text ==> use para instance: raggedleft Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') @@ -2317,7 +2285,7 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 361 tagged /text +Package tagpdf Info: closing structure 353 tagged /text ==> blockenv common ending on input line ... Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') @@ -2325,8 +2293,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 362 tagged /text -Package tagpdf Info: closing structure 357 tagged /text-unit +Package tagpdf Info: closing structure 354 tagged /text +Package tagpdf Info: closing structure 349 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2336,15 +2304,15 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 364 tagged /text -Package tagpdf Info: closing structure 363 tagged /text-unit +Package tagpdf Info: closing structure 356 tagged /text +Package tagpdf Info: closing structure 355 tagged /text-unit The sequence \g__tag_mc_main_marks_seq contains the items (without outer braces): > {e+} > {164} -> {351}. +> {343}. [6] -Package tagpdf Info: closing structure 352 tagged /Sect -Package tagpdf Info: closing structure 328 tagged /Sect +Package tagpdf Info: closing structure 344 tagged /Sect +Package tagpdf Info: closing structure 320 tagged /Sect Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -2357,11 +2325,11 @@ Package tagpdf Info: Parent-Child 'H2' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 367 tagged /Lbl +Package tagpdf Info: closing structure 359 tagged /Lbl Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 366 tagged /subsection +Package tagpdf Info: closing structure 358 tagged /subsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2371,8 +2339,8 @@ Package tagpdf Info: Parent-Child 'Sect' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 369 tagged /text -Package tagpdf Info: closing structure 368 tagged /text-unit +Package tagpdf Info: closing structure 361 tagged /text +Package tagpdf Info: closing structure 360 tagged /text-unit Package tagpdf Info: Parent-Child 'Sect' --> 'Sect'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'Sect' on line ... @@ -2385,11 +2353,11 @@ Package tagpdf Info: Parent-Child 'H3' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 372 tagged /Lbl +Package tagpdf Info: closing structure 364 tagged /Lbl Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 371 tagged /subsubsection +Package tagpdf Info: closing structure 363 tagged /subsubsection Package tagpdf Info: Parent-Child 'Sect' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text-unit' on line ... @@ -2402,7 +2370,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 374 tagged /text +Package tagpdf Info: closing structure 366 tagged /text Package tagpdf Info: Parent-Child 'Sect' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'itemize' on line ... @@ -2419,7 +2387,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 377 tagged /Lbl +Package tagpdf Info: closing structure 369 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2434,10 +2402,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 380 tagged /text -Package tagpdf Info: closing structure 379 tagged /text-unit -Package tagpdf Info: closing structure 378 tagged /LBody -Package tagpdf Info: closing structure 376 tagged /LI +Package tagpdf Info: closing structure 372 tagged /text +Package tagpdf Info: closing structure 371 tagged /text-unit +Package tagpdf Info: closing structure 370 tagged /LBody +Package tagpdf Info: closing structure 368 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2448,7 +2416,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 382 tagged /Lbl +Package tagpdf Info: closing structure 374 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2463,8 +2431,8 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 385 tagged /text -Package tagpdf Info: closing structure 384 tagged /text-unit +Package tagpdf Info: closing structure 377 tagged /text +Package tagpdf Info: closing structure 376 tagged /text-unit Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text-unit' on line ... @@ -2475,8 +2443,8 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> item everypar on input line ... -Package tagpdf Info: closing structure 387 tagged /text -Package tagpdf Info: closing structure 386 tagged /text-unit +Package tagpdf Info: closing structure 379 tagged /text +Package tagpdf Info: closing structure 378 tagged /text-unit Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text-unit' on line ... @@ -2487,10 +2455,10 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> item everypar on input line ... -Package tagpdf Info: closing structure 389 tagged /text -Package tagpdf Info: closing structure 388 tagged /text-unit -Package tagpdf Info: closing structure 383 tagged /LBody -Package tagpdf Info: closing structure 381 tagged /LI +Package tagpdf Info: closing structure 381 tagged /text +Package tagpdf Info: closing structure 380 tagged /text-unit +Package tagpdf Info: closing structure 375 tagged /LBody +Package tagpdf Info: closing structure 373 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2501,7 +2469,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 391 tagged /Lbl +Package tagpdf Info: closing structure 383 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2516,8 +2484,8 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 394 tagged /text -Package tagpdf Info: closing structure 393 tagged /text-unit +Package tagpdf Info: closing structure 386 tagged /text +Package tagpdf Info: closing structure 385 tagged /text-unit Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text-unit' on line ... @@ -2528,16 +2496,16 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 396 tagged /text -Package tagpdf Info: closing structure 395 tagged /text-unit -Package tagpdf Info: closing structure 392 tagged /LBody -Package tagpdf Info: closing structure 390 tagged /LI -Package tagpdf Info: closing structure 375 tagged /itemize +Package tagpdf Info: closing structure 388 tagged /text +Package tagpdf Info: closing structure 387 tagged /text-unit +Package tagpdf Info: closing structure 384 tagged /LBody +Package tagpdf Info: closing structure 382 tagged /LI +Package tagpdf Info: closing structure 367 tagged /itemize Package tagpdf Info: Parent-Child 'Sect' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Sect' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 397 tagged /text -Package tagpdf Info: closing structure 373 tagged /text-unit +Package tagpdf Info: closing structure 389 tagged /text +Package tagpdf Info: closing structure 365 tagged /text-unit diff --git a/required/latex-lab/testfiles-block/gallery-III.luatex.tlg b/required/latex-lab/testfiles-block/gallery-III.luatex.tlg index c37ddc6c9..d7a576c32 100644 --- a/required/latex-lab/testfiles-block/gallery-III.luatex.tlg +++ b/required/latex-lab/testfiles-block/gallery-III.luatex.tlg @@ -405,54 +405,38 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> use instance: verbatimblock-0 ==> increment /P on input line ... Package tagpdf Info: closing structure 69 tagged /text -Package tagpdf Info: Parent-Child 'Document' --> 'P'. +Package tagpdf Info: Parent-Child 'Document' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'verbatim' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Span'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 72 tagged /Code +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... Package tagpdf Info: closing structure 71 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 74 tagged /Code -Package tagpdf Info: closing structure 73 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 72 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 76 tagged /Code -Package tagpdf Info: closing structure 75 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 73 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 78 tagged /Code -Package tagpdf Info: closing structure 77 tagged /codeline +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 74 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... Package tagpdf Info: closing structure 70 tagged /verbatim @@ -465,58 +449,42 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> verbatim-env-start ==> use instance: verbatimblock-0 ==> increment /P on input line ... -Package tagpdf Info: closing structure 79 tagged /text -Package tagpdf Info: Parent-Child 'Document' --> 'P'. +Package tagpdf Info: closing structure 75 tagged /text +Package tagpdf Info: Parent-Child 'Document' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'verbatim' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Span'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 82 tagged /Code -Package tagpdf Info: closing structure 81 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 84 tagged /Code -Package tagpdf Info: closing structure 83 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 77 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 78 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 86 tagged /Code -Package tagpdf Info: closing structure 85 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 79 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 88 tagged /Code -Package tagpdf Info: closing structure 87 tagged /codeline +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 80 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... -Package tagpdf Info: closing structure 80 tagged /verbatim +Package tagpdf Info: closing structure 76 tagged /verbatim ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... Package tagpdf Info: closing structure 68 tagged /text-unit @@ -526,7 +494,7 @@ Package tagpdf Info: Parent-Child 'Document' --> 'H2'. Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 89 tagged /H2 +Package tagpdf Info: closing structure 81 tagged /H2 ==> itemize-env-start ==> use instance: list-1 ==> @endpe=false on input line ... @@ -549,7 +517,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 93 tagged /Lbl +Package tagpdf Info: closing structure 85 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -564,10 +532,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 96 tagged /text -Package tagpdf Info: closing structure 95 tagged /text-unit -Package tagpdf Info: closing structure 94 tagged /LBody -Package tagpdf Info: closing structure 92 tagged /LI +Package tagpdf Info: closing structure 88 tagged /text +Package tagpdf Info: closing structure 87 tagged /text-unit +Package tagpdf Info: closing structure 86 tagged /LBody +Package tagpdf Info: closing structure 84 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -578,7 +546,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 98 tagged /Lbl +Package tagpdf Info: closing structure 90 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -596,7 +564,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> enumerate-env-start ==> use instance: list-2 ==> increment /P on input line ... -Package tagpdf Info: closing structure 101 tagged /text +Package tagpdf Info: closing structure 93 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'enumerate' on line ... @@ -613,7 +581,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 104 tagged /Lbl +Package tagpdf Info: closing structure 96 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -631,7 +599,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> enumerate-env-start ==> use instance: list-3 ==> increment /P on input line ... -Package tagpdf Info: closing structure 107 tagged /text +Package tagpdf Info: closing structure 99 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'enumerate' on line ... @@ -648,7 +616,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 110 tagged /Lbl +Package tagpdf Info: closing structure 102 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -663,10 +631,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 113 tagged /text -Package tagpdf Info: closing structure 112 tagged /text-unit -Package tagpdf Info: closing structure 111 tagged /LBody -Package tagpdf Info: closing structure 109 tagged /LI +Package tagpdf Info: closing structure 105 tagged /text +Package tagpdf Info: closing structure 104 tagged /text-unit +Package tagpdf Info: closing structure 103 tagged /LBody +Package tagpdf Info: closing structure 101 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -677,7 +645,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 115 tagged /Lbl +Package tagpdf Info: closing structure 107 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -695,7 +663,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-4 ==> increment /P on input line ... -Package tagpdf Info: closing structure 118 tagged /text +Package tagpdf Info: closing structure 110 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'itemize' on line ... @@ -731,7 +699,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 121 tagged /Lbl +Package tagpdf Info: closing structure 113 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -746,10 +714,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 124 tagged /text -Package tagpdf Info: closing structure 123 tagged /text-unit -Package tagpdf Info: closing structure 122 tagged /LBody -Package tagpdf Info: closing structure 120 tagged /LI +Package tagpdf Info: closing structure 116 tagged /text +Package tagpdf Info: closing structure 115 tagged /text-unit +Package tagpdf Info: closing structure 114 tagged /LBody +Package tagpdf Info: closing structure 112 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -761,7 +729,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 126 tagged /Lbl +Package tagpdf Info: closing structure 118 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -779,7 +747,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-5 ==> increment /P on input line ... -Package tagpdf Info: closing structure 129 tagged /text +Package tagpdf Info: closing structure 121 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'itemize' on line ... @@ -796,7 +764,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 132 tagged /Lbl +Package tagpdf Info: closing structure 124 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -811,10 +779,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 135 tagged /text -Package tagpdf Info: closing structure 134 tagged /text-unit -Package tagpdf Info: closing structure 133 tagged /LBody -Package tagpdf Info: closing structure 131 tagged /LI +Package tagpdf Info: closing structure 127 tagged /text +Package tagpdf Info: closing structure 126 tagged /text-unit +Package tagpdf Info: closing structure 125 tagged /LBody +Package tagpdf Info: closing structure 123 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -825,7 +793,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 137 tagged /Lbl +Package tagpdf Info: closing structure 129 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -843,7 +811,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-6 ==> increment /P on input line ... -Package tagpdf Info: closing structure 140 tagged /text +Package tagpdf Info: closing structure 132 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'itemize' on line ... @@ -860,7 +828,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 143 tagged /Lbl +Package tagpdf Info: closing structure 135 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -875,10 +843,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 146 tagged /text -Package tagpdf Info: closing structure 145 tagged /text-unit -Package tagpdf Info: closing structure 144 tagged /LBody -Package tagpdf Info: closing structure 142 tagged /LI +Package tagpdf Info: closing structure 138 tagged /text +Package tagpdf Info: closing structure 137 tagged /text-unit +Package tagpdf Info: closing structure 136 tagged /LBody +Package tagpdf Info: closing structure 134 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -889,7 +857,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 148 tagged /Lbl +Package tagpdf Info: closing structure 140 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -904,10 +872,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 151 tagged /text -Package tagpdf Info: closing structure 150 tagged /text-unit -Package tagpdf Info: closing structure 149 tagged /LBody -Package tagpdf Info: closing structure 147 tagged /LI +Package tagpdf Info: closing structure 143 tagged /text +Package tagpdf Info: closing structure 142 tagged /text-unit +Package tagpdf Info: closing structure 141 tagged /LBody +Package tagpdf Info: closing structure 139 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -918,7 +886,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 153 tagged /Lbl +Package tagpdf Info: closing structure 145 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -934,26 +902,26 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 156 tagged /text -Package tagpdf Info: closing structure 155 tagged /text-unit -Package tagpdf Info: closing structure 154 tagged /LBody -Package tagpdf Info: closing structure 152 tagged /LI -Package tagpdf Info: closing structure 141 tagged /itemize +Package tagpdf Info: closing structure 148 tagged /text +Package tagpdf Info: closing structure 147 tagged /text-unit +Package tagpdf Info: closing structure 146 tagged /LBody +Package tagpdf Info: closing structure 144 tagged /LI +Package tagpdf Info: closing structure 133 tagged /itemize ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 139 tagged /text-unit +Package tagpdf Info: closing structure 131 tagged /text-unit ==> Structure-end P at list-end on input line ... -Package tagpdf Info: closing structure 138 tagged /LBody -Package tagpdf Info: closing structure 136 tagged /LI -Package tagpdf Info: closing structure 130 tagged /itemize +Package tagpdf Info: closing structure 130 tagged /LBody +Package tagpdf Info: closing structure 128 tagged /LI +Package tagpdf Info: closing structure 122 tagged /itemize ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 128 tagged /text-unit +Package tagpdf Info: closing structure 120 tagged /text-unit ==> Structure-end P at list-end on input line ... -Package tagpdf Info: closing structure 127 tagged /LBody -Package tagpdf Info: closing structure 125 tagged /LI -Package tagpdf Info: closing structure 119 tagged /itemize -Package tagpdf Info: closing structure 117 tagged /text-unit -Package tagpdf Info: closing structure 116 tagged /LBody -Package tagpdf Info: closing structure 114 tagged /LI +Package tagpdf Info: closing structure 119 tagged /LBody +Package tagpdf Info: closing structure 117 tagged /LI +Package tagpdf Info: closing structure 111 tagged /itemize +Package tagpdf Info: closing structure 109 tagged /text-unit +Package tagpdf Info: closing structure 108 tagged /LBody +Package tagpdf Info: closing structure 106 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -964,7 +932,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 158 tagged /Lbl +Package tagpdf Info: closing structure 150 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -980,11 +948,11 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 161 tagged /text -Package tagpdf Info: closing structure 160 tagged /text-unit -Package tagpdf Info: closing structure 159 tagged /LBody -Package tagpdf Info: closing structure 157 tagged /LI -Package tagpdf Info: closing structure 108 tagged /enumerate +Package tagpdf Info: closing structure 153 tagged /text +Package tagpdf Info: closing structure 152 tagged /text-unit +Package tagpdf Info: closing structure 151 tagged /LBody +Package tagpdf Info: closing structure 149 tagged /LI +Package tagpdf Info: closing structure 100 tagged /enumerate Package tagpdf Info: Parent-Child 'LBody' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text' on line ... @@ -994,7 +962,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> description-env-start ==> use instance: list-3 ==> increment /P on input line ... -Package tagpdf Info: closing structure 162 tagged /text +Package tagpdf Info: closing structure 154 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'description' on line ... @@ -1012,7 +980,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 165 tagged /Lbl +Package tagpdf Info: closing structure 157 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1027,10 +995,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 168 tagged /text -Package tagpdf Info: closing structure 167 tagged /text-unit -Package tagpdf Info: closing structure 166 tagged /LBody -Package tagpdf Info: closing structure 164 tagged /LI +Package tagpdf Info: closing structure 160 tagged /text +Package tagpdf Info: closing structure 159 tagged /text-unit +Package tagpdf Info: closing structure 158 tagged /LBody +Package tagpdf Info: closing structure 156 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1042,7 +1010,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 170 tagged /Lbl +Package tagpdf Info: closing structure 162 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1057,15 +1025,15 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 173 tagged /text -Package tagpdf Info: closing structure 172 tagged /text-unit +Package tagpdf Info: closing structure 165 tagged /text +Package tagpdf Info: closing structure 164 tagged /text-unit ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 171 tagged /LBody -Package tagpdf Info: closing structure 169 tagged /LI -Package tagpdf Info: closing structure 163 tagged /description -Package tagpdf Info: closing structure 106 tagged /text-unit -Package tagpdf Info: closing structure 105 tagged /LBody -Package tagpdf Info: closing structure 103 tagged /LI +Package tagpdf Info: closing structure 163 tagged /LBody +Package tagpdf Info: closing structure 161 tagged /LI +Package tagpdf Info: closing structure 155 tagged /description +Package tagpdf Info: closing structure 98 tagged /text-unit +Package tagpdf Info: closing structure 97 tagged /LBody +Package tagpdf Info: closing structure 95 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1076,7 +1044,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 175 tagged /Lbl +Package tagpdf Info: closing structure 167 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1091,10 +1059,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 178 tagged /text -Package tagpdf Info: closing structure 177 tagged /text-unit -Package tagpdf Info: closing structure 176 tagged /LBody -Package tagpdf Info: closing structure 174 tagged /LI +Package tagpdf Info: closing structure 170 tagged /text +Package tagpdf Info: closing structure 169 tagged /text-unit +Package tagpdf Info: closing structure 168 tagged /LBody +Package tagpdf Info: closing structure 166 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1105,7 +1073,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 180 tagged /Lbl +Package tagpdf Info: closing structure 172 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1121,14 +1089,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 183 tagged /text -Package tagpdf Info: closing structure 182 tagged /text-unit -Package tagpdf Info: closing structure 181 tagged /LBody -Package tagpdf Info: closing structure 179 tagged /LI -Package tagpdf Info: closing structure 102 tagged /enumerate -Package tagpdf Info: closing structure 100 tagged /text-unit -Package tagpdf Info: closing structure 99 tagged /LBody -Package tagpdf Info: closing structure 97 tagged /LI +Package tagpdf Info: closing structure 175 tagged /text +Package tagpdf Info: closing structure 174 tagged /text-unit +Package tagpdf Info: closing structure 173 tagged /LBody +Package tagpdf Info: closing structure 171 tagged /LI +Package tagpdf Info: closing structure 94 tagged /enumerate +Package tagpdf Info: closing structure 92 tagged /text-unit +Package tagpdf Info: closing structure 91 tagged /LBody +Package tagpdf Info: closing structure 89 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1139,7 +1107,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 185 tagged /Lbl +Package tagpdf Info: closing structure 177 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1155,21 +1123,21 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 188 tagged /text -Package tagpdf Info: closing structure 187 tagged /text-unit -Package tagpdf Info: closing structure 186 tagged /LBody -Package tagpdf Info: closing structure 184 tagged /LI -Package tagpdf Info: closing structure 91 tagged /itemize +Package tagpdf Info: closing structure 180 tagged /text +Package tagpdf Info: closing structure 179 tagged /text-unit +Package tagpdf Info: closing structure 178 tagged /LBody +Package tagpdf Info: closing structure 176 tagged /LI +Package tagpdf Info: closing structure 83 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 90 tagged /text-unit +Package tagpdf Info: closing structure 82 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'H2'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'H2' on line ... Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 189 tagged /H2 +Package tagpdf Info: closing structure 181 tagged /H2 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1186,7 +1154,7 @@ LaTeX Font Info: External font `cmex10' loaded for size ==> description-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 191 tagged /text +Package tagpdf Info: closing structure 183 tagged /text Package tagpdf Info: Parent-Child 'Document' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'description' on line ... @@ -1204,7 +1172,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 194 tagged /Lbl +Package tagpdf Info: closing structure 186 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1219,10 +1187,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 197 tagged /text -Package tagpdf Info: closing structure 196 tagged /text-unit -Package tagpdf Info: closing structure 195 tagged /LBody -Package tagpdf Info: closing structure 193 tagged /LI +Package tagpdf Info: closing structure 189 tagged /text +Package tagpdf Info: closing structure 188 tagged /text-unit +Package tagpdf Info: closing structure 187 tagged /LBody +Package tagpdf Info: closing structure 185 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1234,7 +1202,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 199 tagged /Lbl +Package tagpdf Info: closing structure 191 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1249,10 +1217,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 202 tagged /text -Package tagpdf Info: closing structure 201 tagged /text-unit -Package tagpdf Info: closing structure 200 tagged /LBody -Package tagpdf Info: closing structure 198 tagged /LI +Package tagpdf Info: closing structure 194 tagged /text +Package tagpdf Info: closing structure 193 tagged /text-unit +Package tagpdf Info: closing structure 192 tagged /LBody +Package tagpdf Info: closing structure 190 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1264,7 +1232,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 204 tagged /Lbl +Package tagpdf Info: closing structure 196 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1279,10 +1247,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 207 tagged /text -Package tagpdf Info: closing structure 206 tagged /text-unit -Package tagpdf Info: closing structure 205 tagged /LBody -Package tagpdf Info: closing structure 203 tagged /LI +Package tagpdf Info: closing structure 199 tagged /text +Package tagpdf Info: closing structure 198 tagged /text-unit +Package tagpdf Info: closing structure 197 tagged /LBody +Package tagpdf Info: closing structure 195 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1294,7 +1262,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 209 tagged /Lbl +Package tagpdf Info: closing structure 201 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1309,8 +1277,8 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 212 tagged /text -Package tagpdf Info: closing structure 211 tagged /text-unit +Package tagpdf Info: closing structure 204 tagged /text +Package tagpdf Info: closing structure 203 tagged /text-unit Package tagpdf Info: -1 has been pushed to the mc stack Package tagpdf Info: -1 has been removed from the mc stack Package tagpdf Info: -1 has been pushed to the mc stack @@ -1330,14 +1298,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 214 tagged /text -Package tagpdf Info: closing structure 213 tagged /text-unit -Package tagpdf Info: closing structure 210 tagged /LBody -Package tagpdf Info: closing structure 208 tagged /LI -Package tagpdf Info: closing structure 192 tagged /description +Package tagpdf Info: closing structure 206 tagged /text +Package tagpdf Info: closing structure 205 tagged /text-unit +Package tagpdf Info: closing structure 202 tagged /LBody +Package tagpdf Info: closing structure 200 tagged /LI +Package tagpdf Info: closing structure 184 tagged /description ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 190 tagged /text-unit +Package tagpdf Info: closing structure 182 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1347,8 +1315,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 216 tagged /text -Package tagpdf Info: closing structure 215 tagged /text-unit +Package tagpdf Info: closing structure 208 tagged /text +Package tagpdf Info: closing structure 207 tagged /text-unit Overfull \hbox (3.16754pt too wide) in paragraph at lines 207--212 []\T1/cmr/m/n/10 The PDF tag set sup-ports that nat-u-rally for struc-tures like lists but (strangely \hbox(7.49817+2.49939)x345.0, glue set - 1.0, direction TLT @@ -1458,8 +1426,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 218 tagged /text -Package tagpdf Info: closing structure 217 tagged /text-unit +Package tagpdf Info: closing structure 210 tagged /text +Package tagpdf Info: closing structure 209 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1469,8 +1437,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 220 tagged /text -Package tagpdf Info: closing structure 219 tagged /text-unit +Package tagpdf Info: closing structure 212 tagged /text +Package tagpdf Info: closing structure 211 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1480,15 +1448,15 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 222 tagged /text -Package tagpdf Info: closing structure 221 tagged /text-unit +Package tagpdf Info: closing structure 214 tagged /text +Package tagpdf Info: closing structure 213 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'H3'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'H3' on line ... Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 223 tagged /H3 +Package tagpdf Info: closing structure 215 tagged /H3 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1498,8 +1466,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 225 tagged /text -Package tagpdf Info: closing structure 224 tagged /text-unit +Package tagpdf Info: closing structure 217 tagged /text +Package tagpdf Info: closing structure 216 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1509,8 +1477,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 227 tagged /text -Package tagpdf Info: closing structure 226 tagged /text-unit +Package tagpdf Info: closing structure 219 tagged /text +Package tagpdf Info: closing structure 218 tagged /text-unit ==> itemize-env-start ==> use instance: list-1 ==> @endpe=false on input line ... @@ -1533,7 +1501,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 231 tagged /Lbl +Package tagpdf Info: closing structure 223 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1548,10 +1516,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 234 tagged /text -Package tagpdf Info: closing structure 233 tagged /text-unit -Package tagpdf Info: closing structure 232 tagged /LBody -Package tagpdf Info: closing structure 230 tagged /LI +Package tagpdf Info: closing structure 226 tagged /text +Package tagpdf Info: closing structure 225 tagged /text-unit +Package tagpdf Info: closing structure 224 tagged /LBody +Package tagpdf Info: closing structure 222 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1562,7 +1530,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 236 tagged /Lbl +Package tagpdf Info: closing structure 228 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1578,14 +1546,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 239 tagged /text -Package tagpdf Info: closing structure 238 tagged /text-unit -Package tagpdf Info: closing structure 237 tagged /LBody -Package tagpdf Info: closing structure 235 tagged /LI -Package tagpdf Info: closing structure 229 tagged /itemize +Package tagpdf Info: closing structure 231 tagged /text +Package tagpdf Info: closing structure 230 tagged /text-unit +Package tagpdf Info: closing structure 229 tagged /LBody +Package tagpdf Info: closing structure 227 tagged /LI +Package tagpdf Info: closing structure 221 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 228 tagged /text-unit +Package tagpdf Info: closing structure 220 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1595,15 +1563,15 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 241 tagged /text -Package tagpdf Info: closing structure 240 tagged /text-unit +Package tagpdf Info: closing structure 233 tagged /text +Package tagpdf Info: closing structure 232 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'H3'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'H3' on line ... Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 242 tagged /H3 +Package tagpdf Info: closing structure 234 tagged /H3 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1616,7 +1584,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 244 tagged /text +Package tagpdf Info: closing structure 236 tagged /text Package tagpdf Info: Parent-Child 'Document' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'itemize' on line ... @@ -1633,7 +1601,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 247 tagged /Lbl +Package tagpdf Info: closing structure 239 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1648,10 +1616,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 250 tagged /text -Package tagpdf Info: closing structure 249 tagged /text-unit -Package tagpdf Info: closing structure 248 tagged /LBody -Package tagpdf Info: closing structure 246 tagged /LI +Package tagpdf Info: closing structure 242 tagged /text +Package tagpdf Info: closing structure 241 tagged /text-unit +Package tagpdf Info: closing structure 240 tagged /LBody +Package tagpdf Info: closing structure 238 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1662,7 +1630,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 252 tagged /Lbl +Package tagpdf Info: closing structure 244 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1678,19 +1646,19 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 255 tagged /text -Package tagpdf Info: closing structure 254 tagged /text-unit -Package tagpdf Info: closing structure 253 tagged /LBody -Package tagpdf Info: closing structure 251 tagged /LI -Package tagpdf Info: closing structure 245 tagged /itemize +Package tagpdf Info: closing structure 247 tagged /text +Package tagpdf Info: closing structure 246 tagged /text-unit +Package tagpdf Info: closing structure 245 tagged /LBody +Package tagpdf Info: closing structure 243 tagged /LI +Package tagpdf Info: closing structure 237 tagged /itemize Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 256 tagged /text -Package tagpdf Info: closing structure 243 tagged /text-unit +Package tagpdf Info: closing structure 248 tagged /text +Package tagpdf Info: closing structure 235 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1703,7 +1671,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 258 tagged /text +Package tagpdf Info: closing structure 250 tagged /text Package tagpdf Info: Parent-Child 'Document' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'itemize' on line ... @@ -1720,7 +1688,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 261 tagged /Lbl +Package tagpdf Info: closing structure 253 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1735,10 +1703,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 264 tagged /text -Package tagpdf Info: closing structure 263 tagged /text-unit -Package tagpdf Info: closing structure 262 tagged /LBody -Package tagpdf Info: closing structure 260 tagged /LI +Package tagpdf Info: closing structure 256 tagged /text +Package tagpdf Info: closing structure 255 tagged /text-unit +Package tagpdf Info: closing structure 254 tagged /LBody +Package tagpdf Info: closing structure 252 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1749,7 +1717,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 266 tagged /Lbl +Package tagpdf Info: closing structure 258 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1765,26 +1733,26 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 269 tagged /text -Package tagpdf Info: closing structure 268 tagged /text-unit -Package tagpdf Info: closing structure 267 tagged /LBody -Package tagpdf Info: closing structure 265 tagged /LI -Package tagpdf Info: closing structure 259 tagged /itemize +Package tagpdf Info: closing structure 261 tagged /text +Package tagpdf Info: closing structure 260 tagged /text-unit +Package tagpdf Info: closing structure 259 tagged /LBody +Package tagpdf Info: closing structure 257 tagged /LI +Package tagpdf Info: closing structure 251 tagged /itemize Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 270 tagged /text -Package tagpdf Info: closing structure 257 tagged /text-unit +Package tagpdf Info: closing structure 262 tagged /text +Package tagpdf Info: closing structure 249 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'H3'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'H3' on line ... Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 271 tagged /H3 +Package tagpdf Info: closing structure 263 tagged /H3 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1797,7 +1765,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 273 tagged /text +Package tagpdf Info: closing structure 265 tagged /text Package tagpdf Info: Parent-Child 'Document' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'itemize' on line ... @@ -1822,7 +1790,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 276 tagged /Lbl +Package tagpdf Info: closing structure 268 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1837,10 +1805,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 279 tagged /text -Package tagpdf Info: closing structure 278 tagged /text-unit -Package tagpdf Info: closing structure 277 tagged /LBody -Package tagpdf Info: closing structure 275 tagged /LI +Package tagpdf Info: closing structure 271 tagged /text +Package tagpdf Info: closing structure 270 tagged /text-unit +Package tagpdf Info: closing structure 269 tagged /LBody +Package tagpdf Info: closing structure 267 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1851,7 +1819,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 281 tagged /Lbl +Package tagpdf Info: closing structure 273 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1867,14 +1835,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 284 tagged /text -Package tagpdf Info: closing structure 283 tagged /text-unit -Package tagpdf Info: closing structure 282 tagged /LBody -Package tagpdf Info: closing structure 280 tagged /LI -Package tagpdf Info: closing structure 274 tagged /itemize +Package tagpdf Info: closing structure 276 tagged /text +Package tagpdf Info: closing structure 275 tagged /text-unit +Package tagpdf Info: closing structure 274 tagged /LBody +Package tagpdf Info: closing structure 272 tagged /LI +Package tagpdf Info: closing structure 266 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 272 tagged /text-unit +Package tagpdf Info: closing structure 264 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1884,15 +1852,15 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 286 tagged /text -Package tagpdf Info: closing structure 285 tagged /text-unit +Package tagpdf Info: closing structure 278 tagged /text +Package tagpdf Info: closing structure 277 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'H3'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'H3' on line ... Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 287 tagged /H3 +Package tagpdf Info: closing structure 279 tagged /H3 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1902,8 +1870,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 289 tagged /text -Package tagpdf Info: closing structure 288 tagged /text-unit +Package tagpdf Info: closing structure 281 tagged /text +Package tagpdf Info: closing structure 280 tagged /text-unit ==> itemize-env-start ==> use instance: list-1 ==> @endpe=false on input line ... @@ -1926,7 +1894,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 293 tagged /Lbl +Package tagpdf Info: closing structure 285 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1941,10 +1909,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 296 tagged /text -Package tagpdf Info: closing structure 295 tagged /text-unit -Package tagpdf Info: closing structure 294 tagged /LBody -Package tagpdf Info: closing structure 292 tagged /LI +Package tagpdf Info: closing structure 288 tagged /text +Package tagpdf Info: closing structure 287 tagged /text-unit +Package tagpdf Info: closing structure 286 tagged /LBody +Package tagpdf Info: closing structure 284 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1955,7 +1923,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 298 tagged /Lbl +Package tagpdf Info: closing structure 290 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1971,26 +1939,26 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 301 tagged /text -Package tagpdf Info: closing structure 300 tagged /text-unit -Package tagpdf Info: closing structure 299 tagged /LBody -Package tagpdf Info: closing structure 297 tagged /LI -Package tagpdf Info: closing structure 291 tagged /itemize +Package tagpdf Info: closing structure 293 tagged /text +Package tagpdf Info: closing structure 292 tagged /text-unit +Package tagpdf Info: closing structure 291 tagged /LBody +Package tagpdf Info: closing structure 289 tagged /LI +Package tagpdf Info: closing structure 283 tagged /itemize Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 302 tagged /text -Package tagpdf Info: closing structure 290 tagged /text-unit +Package tagpdf Info: closing structure 294 tagged /text +Package tagpdf Info: closing structure 282 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'H2'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'H2' on line ... Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 303 tagged /H2 +Package tagpdf Info: closing structure 295 tagged /H2 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -2003,7 +1971,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 305 tagged /text +Package tagpdf Info: closing structure 297 tagged /text Package tagpdf Info: Parent-Child 'Document' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'itemize' on line ... @@ -2020,7 +1988,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 308 tagged /Lbl +Package tagpdf Info: closing structure 300 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2035,10 +2003,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 311 tagged /text -Package tagpdf Info: closing structure 310 tagged /text-unit -Package tagpdf Info: closing structure 309 tagged /LBody -Package tagpdf Info: closing structure 307 tagged /LI +Package tagpdf Info: closing structure 303 tagged /text +Package tagpdf Info: closing structure 302 tagged /text-unit +Package tagpdf Info: closing structure 301 tagged /LBody +Package tagpdf Info: closing structure 299 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2049,7 +2017,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 313 tagged /Lbl +Package tagpdf Info: closing structure 305 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2064,10 +2032,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 316 tagged /text -Package tagpdf Info: closing structure 315 tagged /text-unit -Package tagpdf Info: closing structure 314 tagged /LBody -Package tagpdf Info: closing structure 312 tagged /LI +Package tagpdf Info: closing structure 308 tagged /text +Package tagpdf Info: closing structure 307 tagged /text-unit +Package tagpdf Info: closing structure 306 tagged /LBody +Package tagpdf Info: closing structure 304 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2078,7 +2046,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 318 tagged /Lbl +Package tagpdf Info: closing structure 310 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2094,19 +2062,19 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 321 tagged /text -Package tagpdf Info: closing structure 320 tagged /text-unit -Package tagpdf Info: closing structure 319 tagged /LBody -Package tagpdf Info: closing structure 317 tagged /LI -Package tagpdf Info: closing structure 306 tagged /itemize +Package tagpdf Info: closing structure 313 tagged /text +Package tagpdf Info: closing structure 312 tagged /text-unit +Package tagpdf Info: closing structure 311 tagged /LBody +Package tagpdf Info: closing structure 309 tagged /LI +Package tagpdf Info: closing structure 298 tagged /itemize Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 322 tagged /text -Package tagpdf Info: closing structure 304 tagged /text-unit +Package tagpdf Info: closing structure 314 tagged /text +Package tagpdf Info: closing structure 296 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -2116,15 +2084,15 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 324 tagged /text -Package tagpdf Info: closing structure 323 tagged /text-unit +Package tagpdf Info: closing structure 316 tagged /text +Package tagpdf Info: closing structure 315 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'H3'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'H3' on line ... Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 325 tagged /H3 +Package tagpdf Info: closing structure 317 tagged /H3 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -2134,8 +2102,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 327 tagged /text -Package tagpdf Info: closing structure 326 tagged /text-unit +Package tagpdf Info: closing structure 319 tagged /text +Package tagpdf Info: closing structure 318 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -2148,7 +2116,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> center-env-start ==> use instance: displayblock-0 ==> increment /P on input line ... -Package tagpdf Info: closing structure 329 tagged /text +Package tagpdf Info: closing structure 321 tagged /text Package tagpdf Info: -1 has been pushed to the mc stack Package tagpdf Info: -1 has been removed from the mc stack Package tagpdf Info: -1 has been pushed to the mc stack @@ -2165,7 +2133,7 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 330 tagged /text +Package tagpdf Info: closing structure 322 tagged /text ==> blockenv common ending on input line ... Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') @@ -2176,7 +2144,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> flushleft-env-start ==> use instance: displayblock-0 ==> increment /P on input line ... -Package tagpdf Info: closing structure 331 tagged /text +Package tagpdf Info: closing structure 323 tagged /text ==> use para instance: raggedleft Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') @@ -2184,7 +2152,7 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 332 tagged /text +Package tagpdf Info: closing structure 324 tagged /text ==> blockenv common ending on input line ... Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') @@ -2192,8 +2160,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 333 tagged /text -Package tagpdf Info: closing structure 328 tagged /text-unit +Package tagpdf Info: closing structure 325 tagged /text +Package tagpdf Info: closing structure 320 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -2203,8 +2171,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 335 tagged /text -Package tagpdf Info: closing structure 334 tagged /text-unit +Package tagpdf Info: closing structure 327 tagged /text +Package tagpdf Info: closing structure 326 tagged /text-unit Package tagpdf Info: -1 has been pushed to the mc stack Package tagpdf Info: -1 has been removed from the mc stack Package tagpdf Info: -1 has been pushed to the mc stack @@ -2219,7 +2187,7 @@ Package tagpdf Info: Parent-Child 'Document' --> 'H2'. Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 336 tagged /H2 +Package tagpdf Info: closing structure 328 tagged /H2 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -2229,15 +2197,15 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 338 tagged /text -Package tagpdf Info: closing structure 337 tagged /text-unit +Package tagpdf Info: closing structure 330 tagged /text +Package tagpdf Info: closing structure 329 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'H3'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'H3' on line ... Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 339 tagged /H3 +Package tagpdf Info: closing structure 331 tagged /H3 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -2250,7 +2218,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 341 tagged /text +Package tagpdf Info: closing structure 333 tagged /text Package tagpdf Info: Parent-Child 'Document' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'itemize' on line ... @@ -2267,7 +2235,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 344 tagged /Lbl +Package tagpdf Info: closing structure 336 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2282,10 +2250,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 347 tagged /text -Package tagpdf Info: closing structure 346 tagged /text-unit -Package tagpdf Info: closing structure 345 tagged /LBody -Package tagpdf Info: closing structure 343 tagged /LI +Package tagpdf Info: closing structure 339 tagged /text +Package tagpdf Info: closing structure 338 tagged /text-unit +Package tagpdf Info: closing structure 337 tagged /LBody +Package tagpdf Info: closing structure 335 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2296,7 +2264,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 349 tagged /Lbl +Package tagpdf Info: closing structure 341 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2311,8 +2279,8 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 352 tagged /text -Package tagpdf Info: closing structure 351 tagged /text-unit +Package tagpdf Info: closing structure 344 tagged /text +Package tagpdf Info: closing structure 343 tagged /text-unit Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text-unit' on line ... @@ -2323,8 +2291,8 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> item everypar on input line ... -Package tagpdf Info: closing structure 354 tagged /text -Package tagpdf Info: closing structure 353 tagged /text-unit +Package tagpdf Info: closing structure 346 tagged /text +Package tagpdf Info: closing structure 345 tagged /text-unit Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text-unit' on line ... @@ -2335,10 +2303,10 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> item everypar on input line ... -Package tagpdf Info: closing structure 356 tagged /text -Package tagpdf Info: closing structure 355 tagged /text-unit -Package tagpdf Info: closing structure 350 tagged /LBody -Package tagpdf Info: closing structure 348 tagged /LI +Package tagpdf Info: closing structure 348 tagged /text +Package tagpdf Info: closing structure 347 tagged /text-unit +Package tagpdf Info: closing structure 342 tagged /LBody +Package tagpdf Info: closing structure 340 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2349,7 +2317,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 358 tagged /Lbl +Package tagpdf Info: closing structure 350 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2364,8 +2332,8 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 361 tagged /text -Package tagpdf Info: closing structure 360 tagged /text-unit +Package tagpdf Info: closing structure 353 tagged /text +Package tagpdf Info: closing structure 352 tagged /text-unit Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text-unit' on line ... @@ -2376,16 +2344,16 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 363 tagged /text -Package tagpdf Info: closing structure 362 tagged /text-unit -Package tagpdf Info: closing structure 359 tagged /LBody -Package tagpdf Info: closing structure 357 tagged /LI -Package tagpdf Info: closing structure 342 tagged /itemize +Package tagpdf Info: closing structure 355 tagged /text +Package tagpdf Info: closing structure 354 tagged /text-unit +Package tagpdf Info: closing structure 351 tagged /LBody +Package tagpdf Info: closing structure 349 tagged /LI +Package tagpdf Info: closing structure 334 tagged /itemize Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 364 tagged /text -Package tagpdf Info: closing structure 340 tagged /text-unit +Package tagpdf Info: closing structure 356 tagged /text +Package tagpdf Info: closing structure 332 tagged /text-unit diff --git a/required/latex-lab/testfiles-block/gallery-III.tlg b/required/latex-lab/testfiles-block/gallery-III.tlg index 727d9858e..18e39e82a 100644 --- a/required/latex-lab/testfiles-block/gallery-III.tlg +++ b/required/latex-lab/testfiles-block/gallery-III.tlg @@ -400,54 +400,38 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> use instance: verbatimblock-0 ==> increment /P on input line ... Package tagpdf Info: closing structure 69 tagged /text -Package tagpdf Info: Parent-Child 'Document' --> 'P'. +Package tagpdf Info: Parent-Child 'Document' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'verbatim' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Span'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 72 tagged /Code +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... Package tagpdf Info: closing structure 71 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 74 tagged /Code -Package tagpdf Info: closing structure 73 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 72 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 76 tagged /Code -Package tagpdf Info: closing structure 75 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 73 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 78 tagged /Code -Package tagpdf Info: closing structure 77 tagged /codeline +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 74 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... Package tagpdf Info: closing structure 70 tagged /verbatim @@ -460,58 +444,42 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> verbatim-env-start ==> use instance: verbatimblock-0 ==> increment /P on input line ... -Package tagpdf Info: closing structure 79 tagged /text -Package tagpdf Info: Parent-Child 'Document' --> 'P'. +Package tagpdf Info: closing structure 75 tagged /text +Package tagpdf Info: Parent-Child 'Document' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'verbatim' on line ... ==> use para instance: justify -Package tagpdf Info: Parent-Child 'P' --> 'Span'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 82 tagged /Code -Package tagpdf Info: closing structure 81 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 84 tagged /Code -Package tagpdf Info: closing structure 83 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 77 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 78 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 86 tagged /Code -Package tagpdf Info: closing structure 85 tagged /codeline -Package tagpdf Info: Parent-Child 'P' --> 'Span'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'P' --> 'codeline' on line ... -Package tagpdf Info: Parent-Child 'Span' --> 'Code'. +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 79 tagged /codeline +Package tagpdf Info: Parent-Child 'Code' --> 'Span'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Span' --> 'Code' on line ... -Package tagpdf Info: Parent-Child 'Code' --> 'MC'. +(tagpdf) Rolemapped from: 'Code' --> 'codeline' on line ... +Package tagpdf Info: Parent-Child 'Span' --> 'MC'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from: 'Code' --> 'MC' on line ... -Package tagpdf Info: closing structure 88 tagged /Code -Package tagpdf Info: closing structure 87 tagged /codeline +(tagpdf) Rolemapped from: 'Span' --> 'MC' on line ... +Package tagpdf Info: closing structure 80 tagged /codeline ==> blockenv common ending on input line ... ==> block-end on input line ... -Package tagpdf Info: closing structure 80 tagged /verbatim +Package tagpdf Info: closing structure 76 tagged /verbatim ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... Package tagpdf Info: closing structure 68 tagged /text-unit @@ -521,7 +489,7 @@ Package tagpdf Info: Parent-Child 'Document' --> 'H2'. Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 89 tagged /H2 +Package tagpdf Info: closing structure 81 tagged /H2 ==> itemize-env-start ==> use instance: list-1 ==> @endpe=false on input line ... @@ -544,7 +512,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 93 tagged /Lbl +Package tagpdf Info: closing structure 85 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -559,10 +527,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 96 tagged /text -Package tagpdf Info: closing structure 95 tagged /text-unit -Package tagpdf Info: closing structure 94 tagged /LBody -Package tagpdf Info: closing structure 92 tagged /LI +Package tagpdf Info: closing structure 88 tagged /text +Package tagpdf Info: closing structure 87 tagged /text-unit +Package tagpdf Info: closing structure 86 tagged /LBody +Package tagpdf Info: closing structure 84 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -573,7 +541,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 98 tagged /Lbl +Package tagpdf Info: closing structure 90 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -591,7 +559,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> enumerate-env-start ==> use instance: list-2 ==> increment /P on input line ... -Package tagpdf Info: closing structure 101 tagged /text +Package tagpdf Info: closing structure 93 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'enumerate' on line ... @@ -608,7 +576,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 104 tagged /Lbl +Package tagpdf Info: closing structure 96 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -626,7 +594,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> enumerate-env-start ==> use instance: list-3 ==> increment /P on input line ... -Package tagpdf Info: closing structure 107 tagged /text +Package tagpdf Info: closing structure 99 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'enumerate' on line ... @@ -643,7 +611,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 110 tagged /Lbl +Package tagpdf Info: closing structure 102 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -658,17 +626,17 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 113 tagged /text -Package tagpdf Info: closing structure 112 tagged /text-unit -Package tagpdf Info: closing structure 111 tagged /LBody -Package tagpdf Info: closing structure 109 tagged /LI +Package tagpdf Info: closing structure 105 tagged /text +Package tagpdf Info: closing structure 104 tagged /text-unit +Package tagpdf Info: closing structure 103 tagged /LBody +Package tagpdf Info: closing structure 101 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... The sequence \g__tag_mc_main_marks_seq contains the items (without outer braces): > {b+} > {44} -> {89} +> {81} > {H2}. [2] ==> template:item:std @@ -678,7 +646,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 115 tagged /Lbl +Package tagpdf Info: closing structure 107 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -696,7 +664,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-4 ==> increment /P on input line ... -Package tagpdf Info: closing structure 118 tagged /text +Package tagpdf Info: closing structure 110 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'itemize' on line ... @@ -714,7 +682,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 121 tagged /Lbl +Package tagpdf Info: closing structure 113 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -729,10 +697,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 124 tagged /text -Package tagpdf Info: closing structure 123 tagged /text-unit -Package tagpdf Info: closing structure 122 tagged /LBody -Package tagpdf Info: closing structure 120 tagged /LI +Package tagpdf Info: closing structure 116 tagged /text +Package tagpdf Info: closing structure 115 tagged /text-unit +Package tagpdf Info: closing structure 114 tagged /LBody +Package tagpdf Info: closing structure 112 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -744,7 +712,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 126 tagged /Lbl +Package tagpdf Info: closing structure 118 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -762,7 +730,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-5 ==> increment /P on input line ... -Package tagpdf Info: closing structure 129 tagged /text +Package tagpdf Info: closing structure 121 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'itemize' on line ... @@ -779,7 +747,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 132 tagged /Lbl +Package tagpdf Info: closing structure 124 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -794,10 +762,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 135 tagged /text -Package tagpdf Info: closing structure 134 tagged /text-unit -Package tagpdf Info: closing structure 133 tagged /LBody -Package tagpdf Info: closing structure 131 tagged /LI +Package tagpdf Info: closing structure 127 tagged /text +Package tagpdf Info: closing structure 126 tagged /text-unit +Package tagpdf Info: closing structure 125 tagged /LBody +Package tagpdf Info: closing structure 123 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -808,7 +776,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 137 tagged /Lbl +Package tagpdf Info: closing structure 129 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -826,7 +794,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-6 ==> increment /P on input line ... -Package tagpdf Info: closing structure 140 tagged /text +Package tagpdf Info: closing structure 132 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'itemize' on line ... @@ -843,7 +811,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 143 tagged /Lbl +Package tagpdf Info: closing structure 135 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -858,10 +826,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 146 tagged /text -Package tagpdf Info: closing structure 145 tagged /text-unit -Package tagpdf Info: closing structure 144 tagged /LBody -Package tagpdf Info: closing structure 142 tagged /LI +Package tagpdf Info: closing structure 138 tagged /text +Package tagpdf Info: closing structure 137 tagged /text-unit +Package tagpdf Info: closing structure 136 tagged /LBody +Package tagpdf Info: closing structure 134 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -872,7 +840,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 148 tagged /Lbl +Package tagpdf Info: closing structure 140 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -887,10 +855,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 151 tagged /text -Package tagpdf Info: closing structure 150 tagged /text-unit -Package tagpdf Info: closing structure 149 tagged /LBody -Package tagpdf Info: closing structure 147 tagged /LI +Package tagpdf Info: closing structure 143 tagged /text +Package tagpdf Info: closing structure 142 tagged /text-unit +Package tagpdf Info: closing structure 141 tagged /LBody +Package tagpdf Info: closing structure 139 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -901,7 +869,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 153 tagged /Lbl +Package tagpdf Info: closing structure 145 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -917,26 +885,26 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 156 tagged /text -Package tagpdf Info: closing structure 155 tagged /text-unit -Package tagpdf Info: closing structure 154 tagged /LBody -Package tagpdf Info: closing structure 152 tagged /LI -Package tagpdf Info: closing structure 141 tagged /itemize +Package tagpdf Info: closing structure 148 tagged /text +Package tagpdf Info: closing structure 147 tagged /text-unit +Package tagpdf Info: closing structure 146 tagged /LBody +Package tagpdf Info: closing structure 144 tagged /LI +Package tagpdf Info: closing structure 133 tagged /itemize ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 139 tagged /text-unit +Package tagpdf Info: closing structure 131 tagged /text-unit ==> Structure-end P at list-end on input line ... -Package tagpdf Info: closing structure 138 tagged /LBody -Package tagpdf Info: closing structure 136 tagged /LI -Package tagpdf Info: closing structure 130 tagged /itemize +Package tagpdf Info: closing structure 130 tagged /LBody +Package tagpdf Info: closing structure 128 tagged /LI +Package tagpdf Info: closing structure 122 tagged /itemize ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 128 tagged /text-unit +Package tagpdf Info: closing structure 120 tagged /text-unit ==> Structure-end P at list-end on input line ... -Package tagpdf Info: closing structure 127 tagged /LBody -Package tagpdf Info: closing structure 125 tagged /LI -Package tagpdf Info: closing structure 119 tagged /itemize -Package tagpdf Info: closing structure 117 tagged /text-unit -Package tagpdf Info: closing structure 116 tagged /LBody -Package tagpdf Info: closing structure 114 tagged /LI +Package tagpdf Info: closing structure 119 tagged /LBody +Package tagpdf Info: closing structure 117 tagged /LI +Package tagpdf Info: closing structure 111 tagged /itemize +Package tagpdf Info: closing structure 109 tagged /text-unit +Package tagpdf Info: closing structure 108 tagged /LBody +Package tagpdf Info: closing structure 106 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -947,7 +915,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 158 tagged /Lbl +Package tagpdf Info: closing structure 150 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -963,11 +931,11 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 161 tagged /text -Package tagpdf Info: closing structure 160 tagged /text-unit -Package tagpdf Info: closing structure 159 tagged /LBody -Package tagpdf Info: closing structure 157 tagged /LI -Package tagpdf Info: closing structure 108 tagged /enumerate +Package tagpdf Info: closing structure 153 tagged /text +Package tagpdf Info: closing structure 152 tagged /text-unit +Package tagpdf Info: closing structure 151 tagged /LBody +Package tagpdf Info: closing structure 149 tagged /LI +Package tagpdf Info: closing structure 100 tagged /enumerate Package tagpdf Info: Parent-Child 'LBody' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text' on line ... @@ -977,7 +945,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> description-env-start ==> use instance: list-3 ==> increment /P on input line ... -Package tagpdf Info: closing structure 162 tagged /text +Package tagpdf Info: closing structure 154 tagged /text Package tagpdf Info: Parent-Child 'LBody' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'description' on line ... @@ -995,7 +963,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 165 tagged /Lbl +Package tagpdf Info: closing structure 157 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1010,10 +978,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 168 tagged /text -Package tagpdf Info: closing structure 167 tagged /text-unit -Package tagpdf Info: closing structure 166 tagged /LBody -Package tagpdf Info: closing structure 164 tagged /LI +Package tagpdf Info: closing structure 160 tagged /text +Package tagpdf Info: closing structure 159 tagged /text-unit +Package tagpdf Info: closing structure 158 tagged /LBody +Package tagpdf Info: closing structure 156 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1025,7 +993,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 170 tagged /Lbl +Package tagpdf Info: closing structure 162 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1040,15 +1008,15 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 173 tagged /text -Package tagpdf Info: closing structure 172 tagged /text-unit +Package tagpdf Info: closing structure 165 tagged /text +Package tagpdf Info: closing structure 164 tagged /text-unit ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 171 tagged /LBody -Package tagpdf Info: closing structure 169 tagged /LI -Package tagpdf Info: closing structure 163 tagged /description -Package tagpdf Info: closing structure 106 tagged /text-unit -Package tagpdf Info: closing structure 105 tagged /LBody -Package tagpdf Info: closing structure 103 tagged /LI +Package tagpdf Info: closing structure 163 tagged /LBody +Package tagpdf Info: closing structure 161 tagged /LI +Package tagpdf Info: closing structure 155 tagged /description +Package tagpdf Info: closing structure 98 tagged /text-unit +Package tagpdf Info: closing structure 97 tagged /LBody +Package tagpdf Info: closing structure 95 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1059,7 +1027,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 175 tagged /Lbl +Package tagpdf Info: closing structure 167 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1074,10 +1042,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 178 tagged /text -Package tagpdf Info: closing structure 177 tagged /text-unit -Package tagpdf Info: closing structure 176 tagged /LBody -Package tagpdf Info: closing structure 174 tagged /LI +Package tagpdf Info: closing structure 170 tagged /text +Package tagpdf Info: closing structure 169 tagged /text-unit +Package tagpdf Info: closing structure 168 tagged /LBody +Package tagpdf Info: closing structure 166 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1088,7 +1056,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 180 tagged /Lbl +Package tagpdf Info: closing structure 172 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1104,14 +1072,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 183 tagged /text -Package tagpdf Info: closing structure 182 tagged /text-unit -Package tagpdf Info: closing structure 181 tagged /LBody -Package tagpdf Info: closing structure 179 tagged /LI -Package tagpdf Info: closing structure 102 tagged /enumerate -Package tagpdf Info: closing structure 100 tagged /text-unit -Package tagpdf Info: closing structure 99 tagged /LBody -Package tagpdf Info: closing structure 97 tagged /LI +Package tagpdf Info: closing structure 175 tagged /text +Package tagpdf Info: closing structure 174 tagged /text-unit +Package tagpdf Info: closing structure 173 tagged /LBody +Package tagpdf Info: closing structure 171 tagged /LI +Package tagpdf Info: closing structure 94 tagged /enumerate +Package tagpdf Info: closing structure 92 tagged /text-unit +Package tagpdf Info: closing structure 91 tagged /LBody +Package tagpdf Info: closing structure 89 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1122,7 +1090,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 185 tagged /Lbl +Package tagpdf Info: closing structure 177 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1138,21 +1106,21 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 188 tagged /text -Package tagpdf Info: closing structure 187 tagged /text-unit -Package tagpdf Info: closing structure 186 tagged /LBody -Package tagpdf Info: closing structure 184 tagged /LI -Package tagpdf Info: closing structure 91 tagged /itemize +Package tagpdf Info: closing structure 180 tagged /text +Package tagpdf Info: closing structure 179 tagged /text-unit +Package tagpdf Info: closing structure 178 tagged /LBody +Package tagpdf Info: closing structure 176 tagged /LI +Package tagpdf Info: closing structure 83 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 90 tagged /text-unit +Package tagpdf Info: closing structure 82 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'H2'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'H2' on line ... Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 189 tagged /H2 +Package tagpdf Info: closing structure 181 tagged /H2 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1169,7 +1137,7 @@ LaTeX Font Info: External font `cmex10' loaded for size ==> description-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 191 tagged /text +Package tagpdf Info: closing structure 183 tagged /text Package tagpdf Info: Parent-Child 'Document' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'description' on line ... @@ -1187,7 +1155,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 194 tagged /Lbl +Package tagpdf Info: closing structure 186 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1202,10 +1170,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 197 tagged /text -Package tagpdf Info: closing structure 196 tagged /text-unit -Package tagpdf Info: closing structure 195 tagged /LBody -Package tagpdf Info: closing structure 193 tagged /LI +Package tagpdf Info: closing structure 189 tagged /text +Package tagpdf Info: closing structure 188 tagged /text-unit +Package tagpdf Info: closing structure 187 tagged /LBody +Package tagpdf Info: closing structure 185 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1217,7 +1185,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 199 tagged /Lbl +Package tagpdf Info: closing structure 191 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1232,10 +1200,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 202 tagged /text -Package tagpdf Info: closing structure 201 tagged /text-unit -Package tagpdf Info: closing structure 200 tagged /LBody -Package tagpdf Info: closing structure 198 tagged /LI +Package tagpdf Info: closing structure 194 tagged /text +Package tagpdf Info: closing structure 193 tagged /text-unit +Package tagpdf Info: closing structure 192 tagged /LBody +Package tagpdf Info: closing structure 190 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1247,7 +1215,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 204 tagged /Lbl +Package tagpdf Info: closing structure 196 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1262,16 +1230,16 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 207 tagged /text -Package tagpdf Info: closing structure 206 tagged /text-unit +Package tagpdf Info: closing structure 199 tagged /text +Package tagpdf Info: closing structure 198 tagged /text-unit The sequence \g__tag_mc_main_marks_seq contains the items (without outer braces): > {b+} > {44} -> {89} +> {81} > {H2}. [3] -Package tagpdf Info: closing structure 205 tagged /LBody -Package tagpdf Info: closing structure 203 tagged /LI +Package tagpdf Info: closing structure 197 tagged /LBody +Package tagpdf Info: closing structure 195 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1283,7 +1251,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 209 tagged /Lbl +Package tagpdf Info: closing structure 201 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1298,8 +1266,8 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 212 tagged /text -Package tagpdf Info: closing structure 211 tagged /text-unit +Package tagpdf Info: closing structure 204 tagged /text +Package tagpdf Info: closing structure 203 tagged /text-unit Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text-unit' on line ... @@ -1310,14 +1278,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 214 tagged /text -Package tagpdf Info: closing structure 213 tagged /text-unit -Package tagpdf Info: closing structure 210 tagged /LBody -Package tagpdf Info: closing structure 208 tagged /LI -Package tagpdf Info: closing structure 192 tagged /description +Package tagpdf Info: closing structure 206 tagged /text +Package tagpdf Info: closing structure 205 tagged /text-unit +Package tagpdf Info: closing structure 202 tagged /LBody +Package tagpdf Info: closing structure 200 tagged /LI +Package tagpdf Info: closing structure 184 tagged /description ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 190 tagged /text-unit +Package tagpdf Info: closing structure 182 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1327,8 +1295,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 216 tagged /text -Package tagpdf Info: closing structure 215 tagged /text-unit +Package tagpdf Info: closing structure 208 tagged /text +Package tagpdf Info: closing structure 207 tagged /text-unit Overfull \hbox (3.16754pt too wide) in paragraph at lines 207--212 [][][]\T1/cmr/m/n/10 The PDF tag set sup-ports that nat-u-rally for struc-tures like lists but (strangely \hbox(7.49817+2.49939)x345.0, glue set - 1.0 @@ -1435,8 +1403,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 218 tagged /text -Package tagpdf Info: closing structure 217 tagged /text-unit +Package tagpdf Info: closing structure 210 tagged /text +Package tagpdf Info: closing structure 209 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1446,8 +1414,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 220 tagged /text -Package tagpdf Info: closing structure 219 tagged /text-unit +Package tagpdf Info: closing structure 212 tagged /text +Package tagpdf Info: closing structure 211 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1457,15 +1425,15 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 222 tagged /text -Package tagpdf Info: closing structure 221 tagged /text-unit +Package tagpdf Info: closing structure 214 tagged /text +Package tagpdf Info: closing structure 213 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'H3'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'H3' on line ... Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 223 tagged /H3 +Package tagpdf Info: closing structure 215 tagged /H3 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1475,8 +1443,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 225 tagged /text -Package tagpdf Info: closing structure 224 tagged /text-unit +Package tagpdf Info: closing structure 217 tagged /text +Package tagpdf Info: closing structure 216 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1486,8 +1454,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 227 tagged /text -Package tagpdf Info: closing structure 226 tagged /text-unit +Package tagpdf Info: closing structure 219 tagged /text +Package tagpdf Info: closing structure 218 tagged /text-unit ==> itemize-env-start ==> use instance: list-1 ==> @endpe=false on input line ... @@ -1510,7 +1478,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 231 tagged /Lbl +Package tagpdf Info: closing structure 223 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1525,10 +1493,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 234 tagged /text -Package tagpdf Info: closing structure 233 tagged /text-unit -Package tagpdf Info: closing structure 232 tagged /LBody -Package tagpdf Info: closing structure 230 tagged /LI +Package tagpdf Info: closing structure 226 tagged /text +Package tagpdf Info: closing structure 225 tagged /text-unit +Package tagpdf Info: closing structure 224 tagged /LBody +Package tagpdf Info: closing structure 222 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1539,7 +1507,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 236 tagged /Lbl +Package tagpdf Info: closing structure 228 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1555,14 +1523,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 239 tagged /text -Package tagpdf Info: closing structure 238 tagged /text-unit -Package tagpdf Info: closing structure 237 tagged /LBody -Package tagpdf Info: closing structure 235 tagged /LI -Package tagpdf Info: closing structure 229 tagged /itemize +Package tagpdf Info: closing structure 231 tagged /text +Package tagpdf Info: closing structure 230 tagged /text-unit +Package tagpdf Info: closing structure 229 tagged /LBody +Package tagpdf Info: closing structure 227 tagged /LI +Package tagpdf Info: closing structure 221 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 228 tagged /text-unit +Package tagpdf Info: closing structure 220 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1572,15 +1540,15 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 241 tagged /text -Package tagpdf Info: closing structure 240 tagged /text-unit +Package tagpdf Info: closing structure 233 tagged /text +Package tagpdf Info: closing structure 232 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'H3'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'H3' on line ... Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 242 tagged /H3 +Package tagpdf Info: closing structure 234 tagged /H3 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1593,7 +1561,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 244 tagged /text +Package tagpdf Info: closing structure 236 tagged /text Package tagpdf Info: Parent-Child 'Document' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'itemize' on line ... @@ -1610,7 +1578,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 247 tagged /Lbl +Package tagpdf Info: closing structure 239 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1625,10 +1593,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 250 tagged /text -Package tagpdf Info: closing structure 249 tagged /text-unit -Package tagpdf Info: closing structure 248 tagged /LBody -Package tagpdf Info: closing structure 246 tagged /LI +Package tagpdf Info: closing structure 242 tagged /text +Package tagpdf Info: closing structure 241 tagged /text-unit +Package tagpdf Info: closing structure 240 tagged /LBody +Package tagpdf Info: closing structure 238 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1639,7 +1607,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 252 tagged /Lbl +Package tagpdf Info: closing structure 244 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1655,19 +1623,19 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 255 tagged /text -Package tagpdf Info: closing structure 254 tagged /text-unit -Package tagpdf Info: closing structure 253 tagged /LBody -Package tagpdf Info: closing structure 251 tagged /LI -Package tagpdf Info: closing structure 245 tagged /itemize +Package tagpdf Info: closing structure 247 tagged /text +Package tagpdf Info: closing structure 246 tagged /text-unit +Package tagpdf Info: closing structure 245 tagged /LBody +Package tagpdf Info: closing structure 243 tagged /LI +Package tagpdf Info: closing structure 237 tagged /itemize Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 256 tagged /text -Package tagpdf Info: closing structure 243 tagged /text-unit +Package tagpdf Info: closing structure 248 tagged /text +Package tagpdf Info: closing structure 235 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1680,7 +1648,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 258 tagged /text +Package tagpdf Info: closing structure 250 tagged /text Package tagpdf Info: Parent-Child 'Document' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'itemize' on line ... @@ -1697,7 +1665,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 261 tagged /Lbl +Package tagpdf Info: closing structure 253 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1712,17 +1680,17 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 264 tagged /text -Package tagpdf Info: closing structure 263 tagged /text-unit -Package tagpdf Info: closing structure 262 tagged /LBody -Package tagpdf Info: closing structure 260 tagged /LI +Package tagpdf Info: closing structure 256 tagged /text +Package tagpdf Info: closing structure 255 tagged /text-unit +Package tagpdf Info: closing structure 254 tagged /LBody +Package tagpdf Info: closing structure 252 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... The sequence \g__tag_mc_main_marks_seq contains the items (without outer braces): > {e+} > {87} -> {197}. +> {189}. [4] ==> template:item:std Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. @@ -1731,7 +1699,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 266 tagged /Lbl +Package tagpdf Info: closing structure 258 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1747,26 +1715,26 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 269 tagged /text -Package tagpdf Info: closing structure 268 tagged /text-unit -Package tagpdf Info: closing structure 267 tagged /LBody -Package tagpdf Info: closing structure 265 tagged /LI -Package tagpdf Info: closing structure 259 tagged /itemize +Package tagpdf Info: closing structure 261 tagged /text +Package tagpdf Info: closing structure 260 tagged /text-unit +Package tagpdf Info: closing structure 259 tagged /LBody +Package tagpdf Info: closing structure 257 tagged /LI +Package tagpdf Info: closing structure 251 tagged /itemize Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 270 tagged /text -Package tagpdf Info: closing structure 257 tagged /text-unit +Package tagpdf Info: closing structure 262 tagged /text +Package tagpdf Info: closing structure 249 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'H3'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'H3' on line ... Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 271 tagged /H3 +Package tagpdf Info: closing structure 263 tagged /H3 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1779,7 +1747,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 273 tagged /text +Package tagpdf Info: closing structure 265 tagged /text Package tagpdf Info: Parent-Child 'Document' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'itemize' on line ... @@ -1796,7 +1764,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 276 tagged /Lbl +Package tagpdf Info: closing structure 268 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1811,10 +1779,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 279 tagged /text -Package tagpdf Info: closing structure 278 tagged /text-unit -Package tagpdf Info: closing structure 277 tagged /LBody -Package tagpdf Info: closing structure 275 tagged /LI +Package tagpdf Info: closing structure 271 tagged /text +Package tagpdf Info: closing structure 270 tagged /text-unit +Package tagpdf Info: closing structure 269 tagged /LBody +Package tagpdf Info: closing structure 267 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1825,7 +1793,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 281 tagged /Lbl +Package tagpdf Info: closing structure 273 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1841,14 +1809,14 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 284 tagged /text -Package tagpdf Info: closing structure 283 tagged /text-unit -Package tagpdf Info: closing structure 282 tagged /LBody -Package tagpdf Info: closing structure 280 tagged /LI -Package tagpdf Info: closing structure 274 tagged /itemize +Package tagpdf Info: closing structure 276 tagged /text +Package tagpdf Info: closing structure 275 tagged /text-unit +Package tagpdf Info: closing structure 274 tagged /LBody +Package tagpdf Info: closing structure 272 tagged /LI +Package tagpdf Info: closing structure 266 tagged /itemize ==> flattened=false on input line ... ==> Structure-end text-unit after displayblock on input line ... -Package tagpdf Info: closing structure 272 tagged /text-unit +Package tagpdf Info: closing structure 264 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1858,15 +1826,15 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 286 tagged /text -Package tagpdf Info: closing structure 285 tagged /text-unit +Package tagpdf Info: closing structure 278 tagged /text +Package tagpdf Info: closing structure 277 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'H3'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'H3' on line ... Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 287 tagged /H3 +Package tagpdf Info: closing structure 279 tagged /H3 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1876,8 +1844,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 289 tagged /text -Package tagpdf Info: closing structure 288 tagged /text-unit +Package tagpdf Info: closing structure 281 tagged /text +Package tagpdf Info: closing structure 280 tagged /text-unit ==> itemize-env-start ==> use instance: list-1 ==> @endpe=false on input line ... @@ -1900,7 +1868,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 293 tagged /Lbl +Package tagpdf Info: closing structure 285 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1915,10 +1883,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 296 tagged /text -Package tagpdf Info: closing structure 295 tagged /text-unit -Package tagpdf Info: closing structure 294 tagged /LBody -Package tagpdf Info: closing structure 292 tagged /LI +Package tagpdf Info: closing structure 288 tagged /text +Package tagpdf Info: closing structure 287 tagged /text-unit +Package tagpdf Info: closing structure 286 tagged /LBody +Package tagpdf Info: closing structure 284 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -1929,7 +1897,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 298 tagged /Lbl +Package tagpdf Info: closing structure 290 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -1945,26 +1913,26 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 301 tagged /text -Package tagpdf Info: closing structure 300 tagged /text-unit -Package tagpdf Info: closing structure 299 tagged /LBody -Package tagpdf Info: closing structure 297 tagged /LI -Package tagpdf Info: closing structure 291 tagged /itemize +Package tagpdf Info: closing structure 293 tagged /text +Package tagpdf Info: closing structure 292 tagged /text-unit +Package tagpdf Info: closing structure 291 tagged /LBody +Package tagpdf Info: closing structure 289 tagged /LI +Package tagpdf Info: closing structure 283 tagged /itemize Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 302 tagged /text -Package tagpdf Info: closing structure 290 tagged /text-unit +Package tagpdf Info: closing structure 294 tagged /text +Package tagpdf Info: closing structure 282 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'H2'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'H2' on line ... Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 303 tagged /H2 +Package tagpdf Info: closing structure 295 tagged /H2 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -1977,7 +1945,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 305 tagged /text +Package tagpdf Info: closing structure 297 tagged /text Package tagpdf Info: Parent-Child 'Document' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'itemize' on line ... @@ -1994,7 +1962,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 308 tagged /Lbl +Package tagpdf Info: closing structure 300 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2009,10 +1977,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 311 tagged /text -Package tagpdf Info: closing structure 310 tagged /text-unit -Package tagpdf Info: closing structure 309 tagged /LBody -Package tagpdf Info: closing structure 307 tagged /LI +Package tagpdf Info: closing structure 303 tagged /text +Package tagpdf Info: closing structure 302 tagged /text-unit +Package tagpdf Info: closing structure 301 tagged /LBody +Package tagpdf Info: closing structure 299 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2023,7 +1991,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 313 tagged /Lbl +Package tagpdf Info: closing structure 305 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2038,10 +2006,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 316 tagged /text -Package tagpdf Info: closing structure 315 tagged /text-unit -Package tagpdf Info: closing structure 314 tagged /LBody -Package tagpdf Info: closing structure 312 tagged /LI +Package tagpdf Info: closing structure 308 tagged /text +Package tagpdf Info: closing structure 307 tagged /text-unit +Package tagpdf Info: closing structure 306 tagged /LBody +Package tagpdf Info: closing structure 304 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2052,7 +2020,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 318 tagged /Lbl +Package tagpdf Info: closing structure 310 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2068,19 +2036,19 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 321 tagged /text -Package tagpdf Info: closing structure 320 tagged /text-unit -Package tagpdf Info: closing structure 319 tagged /LBody -Package tagpdf Info: closing structure 317 tagged /LI -Package tagpdf Info: closing structure 306 tagged /itemize +Package tagpdf Info: closing structure 313 tagged /text +Package tagpdf Info: closing structure 312 tagged /text-unit +Package tagpdf Info: closing structure 311 tagged /LBody +Package tagpdf Info: closing structure 309 tagged /LI +Package tagpdf Info: closing structure 298 tagged /itemize Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 322 tagged /text -Package tagpdf Info: closing structure 304 tagged /text-unit +Package tagpdf Info: closing structure 314 tagged /text +Package tagpdf Info: closing structure 296 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -2090,12 +2058,12 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 324 tagged /text -Package tagpdf Info: closing structure 323 tagged /text-unit +Package tagpdf Info: closing structure 316 tagged /text +Package tagpdf Info: closing structure 315 tagged /text-unit The sequence \g__tag_mc_main_marks_seq contains the items (without outer braces): > {e+} > {115} -> {255}. +> {247}. [5] Package tagpdf Info: Parent-Child 'Document' --> 'H3'. (tagpdf) Relation is 1 (='0..n') @@ -2103,7 +2071,7 @@ Package tagpdf Info: Parent-Child 'Document' --> 'H3'. Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 325 tagged /H3 +Package tagpdf Info: closing structure 317 tagged /H3 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -2113,8 +2081,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 327 tagged /text -Package tagpdf Info: closing structure 326 tagged /text-unit +Package tagpdf Info: closing structure 319 tagged /text +Package tagpdf Info: closing structure 318 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -2127,7 +2095,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> center-env-start ==> use instance: displayblock-0 ==> increment /P on input line ... -Package tagpdf Info: closing structure 329 tagged /text +Package tagpdf Info: closing structure 321 tagged /text ==> use para instance: center Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') @@ -2135,7 +2103,7 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 330 tagged /text +Package tagpdf Info: closing structure 322 tagged /text ==> blockenv common ending on input line ... Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') @@ -2146,7 +2114,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> flushleft-env-start ==> use instance: displayblock-0 ==> increment /P on input line ... -Package tagpdf Info: closing structure 331 tagged /text +Package tagpdf Info: closing structure 323 tagged /text ==> use para instance: raggedleft Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') @@ -2154,7 +2122,7 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 332 tagged /text +Package tagpdf Info: closing structure 324 tagged /text ==> blockenv common ending on input line ... Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') @@ -2162,8 +2130,8 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 333 tagged /text -Package tagpdf Info: closing structure 328 tagged /text-unit +Package tagpdf Info: closing structure 325 tagged /text +Package tagpdf Info: closing structure 320 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -2173,12 +2141,12 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 335 tagged /text -Package tagpdf Info: closing structure 334 tagged /text-unit +Package tagpdf Info: closing structure 327 tagged /text +Package tagpdf Info: closing structure 326 tagged /text-unit The sequence \g__tag_mc_main_marks_seq contains the items (without outer braces): > {e+} > {146} -> {321}. +> {313}. [6] Package tagpdf Info: Parent-Child 'Document' --> 'H2'. (tagpdf) Relation is 1 (='0..n') @@ -2186,7 +2154,7 @@ Package tagpdf Info: Parent-Child 'Document' --> 'H2'. Package tagpdf Info: Parent-Child 'H2' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H2' --> 'MC' on line ... -Package tagpdf Info: closing structure 336 tagged /H2 +Package tagpdf Info: closing structure 328 tagged /H2 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -2196,15 +2164,15 @@ Package tagpdf Info: Parent-Child 'Document' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 338 tagged /text -Package tagpdf Info: closing structure 337 tagged /text-unit +Package tagpdf Info: closing structure 330 tagged /text +Package tagpdf Info: closing structure 329 tagged /text-unit Package tagpdf Info: Parent-Child 'Document' --> 'H3'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'H3' on line ... Package tagpdf Info: Parent-Child 'H3' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'H3' --> 'MC' on line ... -Package tagpdf Info: closing structure 339 tagged /H3 +Package tagpdf Info: closing structure 331 tagged /H3 Package tagpdf Info: Parent-Child 'Document' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text-unit' on line ... @@ -2217,7 +2185,7 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. ==> itemize-env-start ==> use instance: list-1 ==> increment /P on input line ... -Package tagpdf Info: closing structure 341 tagged /text +Package tagpdf Info: closing structure 333 tagged /text Package tagpdf Info: Parent-Child 'Document' --> 'L'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'itemize' on line ... @@ -2234,7 +2202,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 344 tagged /Lbl +Package tagpdf Info: closing structure 336 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2249,10 +2217,10 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 347 tagged /text -Package tagpdf Info: closing structure 346 tagged /text-unit -Package tagpdf Info: closing structure 345 tagged /LBody -Package tagpdf Info: closing structure 343 tagged /LI +Package tagpdf Info: closing structure 339 tagged /text +Package tagpdf Info: closing structure 338 tagged /text-unit +Package tagpdf Info: closing structure 337 tagged /LBody +Package tagpdf Info: closing structure 335 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2263,7 +2231,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 349 tagged /Lbl +Package tagpdf Info: closing structure 341 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2278,8 +2246,8 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 352 tagged /text -Package tagpdf Info: closing structure 351 tagged /text-unit +Package tagpdf Info: closing structure 344 tagged /text +Package tagpdf Info: closing structure 343 tagged /text-unit Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text-unit' on line ... @@ -2290,8 +2258,8 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> item everypar on input line ... -Package tagpdf Info: closing structure 354 tagged /text -Package tagpdf Info: closing structure 353 tagged /text-unit +Package tagpdf Info: closing structure 346 tagged /text +Package tagpdf Info: closing structure 345 tagged /text-unit Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text-unit' on line ... @@ -2302,10 +2270,10 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> item everypar on input line ... -Package tagpdf Info: closing structure 356 tagged /text -Package tagpdf Info: closing structure 355 tagged /text-unit -Package tagpdf Info: closing structure 350 tagged /LBody -Package tagpdf Info: closing structure 348 tagged /LI +Package tagpdf Info: closing structure 348 tagged /text +Package tagpdf Info: closing structure 347 tagged /text-unit +Package tagpdf Info: closing structure 342 tagged /LBody +Package tagpdf Info: closing structure 340 tagged /LI Package tagpdf Info: Parent-Child 'L' --> 'LI'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'L' --> 'LI' on line ... @@ -2316,7 +2284,7 @@ Package tagpdf Info: Parent-Child 'LI' --> 'Lbl'. Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Lbl' --> 'MC' on line ... -Package tagpdf Info: closing structure 358 tagged /Lbl +Package tagpdf Info: closing structure 350 tagged /Lbl Package tagpdf Info: Parent-Child 'LI' --> 'LBody'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LI' --> 'LBody' on line ... @@ -2331,8 +2299,8 @@ Package tagpdf Info: Parent-Child 'LBody' --> 'P'. Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 361 tagged /text -Package tagpdf Info: closing structure 360 tagged /text-unit +Package tagpdf Info: closing structure 353 tagged /text +Package tagpdf Info: closing structure 352 tagged /text-unit Package tagpdf Info: Parent-Child 'LBody' --> 'Part'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'LBody' --> 'text-unit' on line ... @@ -2343,16 +2311,16 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... ==> blockenv common ending on input line ... -Package tagpdf Info: closing structure 363 tagged /text -Package tagpdf Info: closing structure 362 tagged /text-unit -Package tagpdf Info: closing structure 359 tagged /LBody -Package tagpdf Info: closing structure 357 tagged /LI -Package tagpdf Info: closing structure 342 tagged /itemize +Package tagpdf Info: closing structure 355 tagged /text +Package tagpdf Info: closing structure 354 tagged /text-unit +Package tagpdf Info: closing structure 351 tagged /LBody +Package tagpdf Info: closing structure 349 tagged /LI +Package tagpdf Info: closing structure 334 tagged /itemize Package tagpdf Info: Parent-Child 'Document' --> 'P'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'Document' --> 'text' on line ... Package tagpdf Info: Parent-Child 'P' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from: 'P' --> 'MC' on line ... -Package tagpdf Info: closing structure 364 tagged /text -Package tagpdf Info: closing structure 340 tagged /text-unit +Package tagpdf Info: closing structure 356 tagged /text +Package tagpdf Info: closing structure 332 tagged /text-unit diff --git a/required/latex-lab/testfiles-firstaid/test-amsart-title.tpf b/required/latex-lab/testfiles-firstaid/test-amsart-title.tpf index 5e654441d..b84c5796c 100644 --- a/required/latex-lab/testfiles-firstaid/test-amsart-title.tpf +++ b/required/latex-lab/testfiles-firstaid/test-amsart-title.tpf @@ -368,7 +368,7 @@ endobj << /Kids [69 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 71 0 obj << /center <> @@ -387,16 +387,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -1711,107 +1711,107 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000024834 00000 n +0000024829 00000 n 0000018300 00000 n 0000019028 00000 n -0000021170 00000 n -0000019797 00000 n +0000021165 00000 n +0000019800 00000 n 0000000012 00000 f -0000019865 00000 n +0000019868 00000 n 0000000014 00000 f -0000019935 00000 n +0000019938 00000 n 0000000020 00000 f -0000020698 00000 n -0000020016 00000 n +0000020703 00000 n +0000020019 00000 n 0000020976 00000 n 0000020805 00000 n -0000021083 00000 n +0000021078 00000 n 0000000000 00000 f -0000021231 00000 n +0000021226 00000 n 0000000015 00000 n 0000003347 00000 n -0000021366 00000 n -0000021454 00000 n -0000021542 00000 n -0000021651 00000 n +0000021361 00000 n +0000021449 00000 n +0000021537 00000 n +0000021646 00000 n 0000017919 00000 n -0000021783 00000 n -0000021887 00000 n -0000021989 00000 n -0000022109 00000 n -0000022205 00000 n -0000022305 00000 n -0000022437 00000 n -0000022537 00000 n -0000022641 00000 n -0000022743 00000 n -0000022863 00000 n -0000022959 00000 n -0000023059 00000 n -0000023234 00000 n -0000023375 00000 n -0000023475 00000 n -0000023607 00000 n -0000023707 00000 n -0000023840 00000 n -0000023940 00000 n -0000024072 00000 n -0000024172 00000 n -0000024281 00000 n -0000024383 00000 n -0000024504 00000 n -0000024600 00000 n -0000024700 00000 n +0000021778 00000 n +0000021882 00000 n +0000021984 00000 n +0000022104 00000 n +0000022200 00000 n +0000022300 00000 n +0000022432 00000 n +0000022532 00000 n +0000022636 00000 n +0000022738 00000 n +0000022858 00000 n +0000022954 00000 n +0000023054 00000 n +0000023229 00000 n +0000023370 00000 n +0000023470 00000 n +0000023602 00000 n +0000023702 00000 n +0000023835 00000 n +0000023935 00000 n +0000024067 00000 n +0000024167 00000 n +0000024276 00000 n +0000024378 00000 n +0000024499 00000 n +0000024595 00000 n +0000024695 00000 n 0000003580 00000 n 0000018054 00000 n 0000015727 00000 n -0000103784 00000 n -0000116009 00000 n -0000112850 00000 n -0000106050 00000 n -0000115117 00000 n -0000108317 00000 n -0000110584 00000 n -0000116174 00000 n +0000103779 00000 n +0000116004 00000 n +0000112845 00000 n +0000106045 00000 n +0000115112 00000 n +0000108312 00000 n +0000110579 00000 n +0000116169 00000 n 0000018237 00000 n 0000018273 00000 n 0000018420 00000 n 0000018991 00000 n -0000019607 00000 n -0000101494 00000 n -0000024971 00000 n -0000024995 00000 n -0000025346 00000 n -0000025733 00000 n -0000026163 00000 n -0000026634 00000 n -0000026656 00000 n -0000026793 00000 n -0000029457 00000 n -0000029657 00000 n -0000034395 00000 n -0000034602 00000 n -0000052087 00000 n -0000052289 00000 n -0000061479 00000 n -0000061680 00000 n -0000063490 00000 n -0000063697 00000 n -0000092150 00000 n -0000092357 00000 n -0000101287 00000 n -0000101695 00000 n -0000103961 00000 n -0000106228 00000 n -0000108495 00000 n -0000110761 00000 n -0000113028 00000 n -0000115295 00000 n -0000116233 00000 n +0000019610 00000 n +0000101489 00000 n +0000024966 00000 n +0000024990 00000 n +0000025341 00000 n +0000025728 00000 n +0000026158 00000 n +0000026629 00000 n +0000026651 00000 n +0000026788 00000 n +0000029452 00000 n +0000029652 00000 n +0000034390 00000 n +0000034597 00000 n +0000052082 00000 n +0000052284 00000 n +0000061474 00000 n +0000061675 00000 n +0000063485 00000 n +0000063692 00000 n +0000092145 00000 n +0000092352 00000 n +0000101282 00000 n +0000101690 00000 n +0000103956 00000 n +0000106223 00000 n +0000108490 00000 n +0000110756 00000 n +0000113023 00000 n +0000115290 00000 n +0000116228 00000 n trailer << /Size 102 /Root 101 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -116370 +116365 %%EOF diff --git a/required/latex-lab/testfiles-firstaid/test-booktabs.tpf b/required/latex-lab/testfiles-firstaid/test-booktabs.tpf index 23b5fae8a..d5c7c85ee 100644 --- a/required/latex-lab/testfiles-firstaid/test-booktabs.tpf +++ b/required/latex-lab/testfiles-firstaid/test-booktabs.tpf @@ -357,7 +357,7 @@ endobj << /Kids [42 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 44 0 obj << /justify <> @@ -665,58 +665,58 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000017252 00000 n +0000017255 00000 n 0000013277 00000 n 0000013908 00000 n 0000000000 00000 f -0000014649 00000 n -0000014750 00000 n -0000014826 00000 n -0000014902 00000 n -0000015005 00000 n +0000014652 00000 n +0000014753 00000 n +0000014829 00000 n +0000014905 00000 n +0000015008 00000 n 0000012971 00000 n -0000015126 00000 n -0000015219 00000 n -0000015300 00000 n -0000015407 00000 n -0000015488 00000 n -0000015606 00000 n -0000015715 00000 n -0000015818 00000 n -0000015939 00000 n -0000016032 00000 n -0000016122 00000 n -0000016229 00000 n -0000016336 00000 n -0000016426 00000 n -0000016544 00000 n -0000016662 00000 n -0000016771 00000 n -0000016863 00000 n -0000016944 00000 n -0000017052 00000 n -0000017133 00000 n +0000015129 00000 n +0000015222 00000 n +0000015303 00000 n +0000015410 00000 n +0000015491 00000 n +0000015609 00000 n +0000015718 00000 n +0000015821 00000 n +0000015942 00000 n +0000016035 00000 n +0000016125 00000 n +0000016232 00000 n +0000016339 00000 n +0000016429 00000 n +0000016547 00000 n +0000016665 00000 n +0000016774 00000 n +0000016866 00000 n +0000016947 00000 n +0000017055 00000 n +0000017136 00000 n 0000000015 00000 n 0000013106 00000 n 0000011797 00000 n -0000026128 00000 n -0000026305 00000 n +0000026131 00000 n +0000026308 00000 n 0000013241 00000 n 0000013397 00000 n 0000013871 00000 n -0000014487 00000 n -0000023970 00000 n -0000017370 00000 n -0000017685 00000 n -0000023741 00000 n -0000024039 00000 n -0000026364 00000 n -0000026479 00000 n +0000014490 00000 n +0000023973 00000 n +0000017373 00000 n +0000017688 00000 n +0000023744 00000 n +0000024042 00000 n +0000026367 00000 n +0000026482 00000 n trailer << /Size 52 /Root 50 0 R /Info 51 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -26611 +26614 %%EOF diff --git a/required/latex-lab/testfiles-firstaid/test-fancyvrb.tlg b/required/latex-lab/testfiles-firstaid/test-fancyvrb.tlg index 7ab19cd51..cc00bfa1c 100644 --- a/required/latex-lab/testfiles-firstaid/test-fancyvrb.tlg +++ b/required/latex-lab/testfiles-firstaid/test-fancyvrb.tlg @@ -30,24 +30,36 @@ The sequence \g__tag_struct_tag_stack_seq contains the items (without outer brac > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. -Package tagpdf Info: Parent-Child 'Document' --> 'P'. +Package tagpdf Info: Parent-Child 'Document' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Document/pdf2' --> 'verbatim/latex' on line ... tagpdf DEBUG Info: Struct 7 begin inserted with options: tag=verbatim (tagpdf DEBUG) [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): -> {{verbatim}{P}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. -Package tagpdf Info: Parent-Child 'P' --> 'Lbl'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'Lbl/pdf2' on line ... -tagpdf DEBUG Info: Struct 8 begin inserted with options: tag=Lbl +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +tagpdf DEBUG Info: Struct 8 begin inserted with options: tag=codeline +(tagpdf DEBUG) [on line ...] +The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): +> {{codeline}{Sub}} +> {{verbatim}{Code}} +> {{text-unit}{Part}} +> {{Document}{Document}} +> {{Root}{StructTreeRoot}}. +Package tagpdf Info: Parent-Child 'Sub' --> 'Lbl'. +(tagpdf) Relation is 1 (='0..n') +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Lbl/pdf2' on line ... +tagpdf DEBUG Info: Struct 9 begin inserted with options: tag=Lbl (tagpdf DEBUG) [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): > {{Lbl}{Lbl}} -> {{verbatim}{P}} +> {{codeline}{Sub}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. @@ -56,21 +68,11 @@ Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... tagpdf DEBUG Info: MC end inserted [on line ...] -Package tagpdf Info: closing structure 8 tagged /Lbl +Package tagpdf Info: closing structure 9 tagged /Lbl tagpdf DEBUG Info: Struct end inserted [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): -> {{verbatim}{P}} -> {{text-unit}{Part}} -> {{Document}{Document}} -> {{Root}{StructTreeRoot}}. -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -tagpdf DEBUG Info: Struct 9 begin inserted with options: tag=codeline -(tagpdf DEBUG) [on line ...] -The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): > {{codeline}{Sub}} -> {{verbatim}{P}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. @@ -79,21 +81,33 @@ Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... tagpdf DEBUG Info: MC end inserted [on line ...] -Package tagpdf Info: closing structure 9 tagged /codeline +Package tagpdf Info: closing structure 8 tagged /codeline tagpdf DEBUG Info: Struct end inserted [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): -> {{verbatim}{P}} +> {{verbatim}{Code}} +> {{text-unit}{Part}} +> {{Document}{Document}} +> {{Root}{StructTreeRoot}}. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. +(tagpdf) Relation is 1 (='0..n') +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +tagpdf DEBUG Info: Struct 10 begin inserted with options: tag=codeline +(tagpdf DEBUG) [on line ...] +The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): +> {{codeline}{Sub}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. -Package tagpdf Info: Parent-Child 'P' --> 'Lbl'. +Package tagpdf Info: Parent-Child 'Sub' --> 'Lbl'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'Lbl/pdf2' on line ... -tagpdf DEBUG Info: Struct 10 begin inserted with options: tag=Lbl +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Lbl/pdf2' on line ... +tagpdf DEBUG Info: Struct 11 begin inserted with options: tag=Lbl (tagpdf DEBUG) [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): > {{Lbl}{Lbl}} -> {{verbatim}{P}} +> {{codeline}{Sub}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. @@ -102,21 +116,11 @@ Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... tagpdf DEBUG Info: MC end inserted [on line ...] -Package tagpdf Info: closing structure 10 tagged /Lbl +Package tagpdf Info: closing structure 11 tagged /Lbl tagpdf DEBUG Info: Struct end inserted [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): -> {{verbatim}{P}} -> {{text-unit}{Part}} -> {{Document}{Document}} -> {{Root}{StructTreeRoot}}. -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -tagpdf DEBUG Info: Struct 11 begin inserted with options: tag=codeline -(tagpdf DEBUG) [on line ...] -The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): > {{codeline}{Sub}} -> {{verbatim}{P}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. @@ -125,21 +129,33 @@ Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... tagpdf DEBUG Info: MC end inserted [on line ...] -Package tagpdf Info: closing structure 11 tagged /codeline +Package tagpdf Info: closing structure 10 tagged /codeline tagpdf DEBUG Info: Struct end inserted [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): -> {{verbatim}{P}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. -Package tagpdf Info: Parent-Child 'P' --> 'Lbl'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'Lbl/pdf2' on line ... -tagpdf DEBUG Info: Struct 12 begin inserted with options: tag=Lbl +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... +tagpdf DEBUG Info: Struct 12 begin inserted with options: tag=codeline +(tagpdf DEBUG) [on line ...] +The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): +> {{codeline}{Sub}} +> {{verbatim}{Code}} +> {{text-unit}{Part}} +> {{Document}{Document}} +> {{Root}{StructTreeRoot}}. +Package tagpdf Info: Parent-Child 'Sub' --> 'Lbl'. +(tagpdf) Relation is 1 (='0..n') +(tagpdf) Rolemapped from 'Sub/pdf2' --> 'Lbl/pdf2' on line ... +tagpdf DEBUG Info: Struct 13 begin inserted with options: tag=Lbl (tagpdf DEBUG) [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): > {{Lbl}{Lbl}} -> {{verbatim}{P}} +> {{codeline}{Sub}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. @@ -148,21 +164,11 @@ Package tagpdf Info: Parent-Child 'Lbl' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Lbl/pdf2' --> 'MC' on line ... tagpdf DEBUG Info: MC end inserted [on line ...] -Package tagpdf Info: closing structure 12 tagged /Lbl +Package tagpdf Info: closing structure 13 tagged /Lbl tagpdf DEBUG Info: Struct end inserted [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): -> {{verbatim}{P}} -> {{text-unit}{Part}} -> {{Document}{Document}} -> {{Root}{StructTreeRoot}}. -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. -(tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... -tagpdf DEBUG Info: Struct 13 begin inserted with options: tag=codeline -(tagpdf DEBUG) [on line ...] -The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): > {{codeline}{Sub}} -> {{verbatim}{P}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. @@ -171,10 +177,10 @@ Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Sub/pdf2' --> 'MC' on line ... tagpdf DEBUG Info: MC end inserted [on line ...] -Package tagpdf Info: closing structure 13 tagged /codeline +Package tagpdf Info: closing structure 12 tagged /codeline tagpdf DEBUG Info: Struct end inserted [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): -> {{verbatim}{P}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. @@ -240,24 +246,24 @@ The sequence \g__tag_struct_tag_stack_seq contains the items (without outer brac > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. -Package tagpdf Info: Parent-Child 'Document' --> 'P'. +Package tagpdf Info: Parent-Child 'Document' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Document/pdf2' --> 'verbatim/latex' on line ... tagpdf DEBUG Info: Struct 17 begin inserted with options: tag=verbatim (tagpdf DEBUG) [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): -> {{verbatim}{P}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... tagpdf DEBUG Info: Struct 18 begin inserted with options: tag=codeline (tagpdf DEBUG) [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): > {{codeline}{Sub}} -> {{verbatim}{P}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. @@ -269,7 +275,7 @@ tagpdf DEBUG Info: MC end inserted [on line ...] Package tagpdf Info: closing structure 18 tagged /codeline tagpdf DEBUG Info: Struct end inserted [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): -> {{verbatim}{P}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. @@ -367,29 +373,29 @@ The sequence \g__tag_struct_tag_stack_seq contains the items (without outer brac > {{Root}{StructTreeRoot}}. tagpdf DEBUG Info: MC begin inserted with options: artifact [on line ...] tagpdf DEBUG Info: MC end inserted [on line ...] -Package tagpdf Info: Parent-Child 'Document' --> 'P'. +Package tagpdf Info: Parent-Child 'Document' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Document/pdf2' --> 'verbatim/latex' on line ... tagpdf DEBUG Info: Struct 24 begin inserted with options: tag=verbatim (tagpdf DEBUG) [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): -> {{verbatim}{P}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. -tagpdf DEBUG Info: MC begin inserted with options: artifact [on line ...] -tagpdf DEBUG Info: MC end inserted [on line ...] -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... tagpdf DEBUG Info: Struct 25 begin inserted with options: tag=codeline (tagpdf DEBUG) [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): > {{codeline}{Sub}} -> {{verbatim}{P}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. +tagpdf DEBUG Info: MC begin inserted with options: artifact [on line ...] +tagpdf DEBUG Info: MC end inserted [on line ...] tagpdf DEBUG Info: MC begin inserted with options: [on line ...] Package tagpdf Info: Parent-Child 'Sub' --> 'MC'. (tagpdf) Relation is 1 (='0..n') @@ -398,7 +404,7 @@ tagpdf DEBUG Info: MC end inserted [on line ...] Package tagpdf Info: closing structure 25 tagged /codeline tagpdf DEBUG Info: Struct end inserted [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): -> {{verbatim}{P}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. @@ -482,24 +488,24 @@ The sequence \g__tag_struct_tag_stack_seq contains the items (without outer brac > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. -Package tagpdf Info: Parent-Child 'Document' --> 'P'. +Package tagpdf Info: Parent-Child 'Document' --> 'Code'. (tagpdf) Relation is 1 (='0..n') (tagpdf) Rolemapped from 'Document/pdf2' --> 'verbatim/latex' on line ... tagpdf DEBUG Info: Struct 30 begin inserted with options: tag=verbatim (tagpdf DEBUG) [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): -> {{verbatim}{P}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. -Package tagpdf Info: Parent-Child 'P' --> 'Sub'. +Package tagpdf Info: Parent-Child 'Code' --> 'Sub'. (tagpdf) Relation is 1 (='0..n') -(tagpdf) Rolemapped from 'P/pdf2' --> 'codeline/latex' on line ... +(tagpdf) Rolemapped from 'Code/pdf' --> 'codeline/latex' on line ... tagpdf DEBUG Info: Struct 31 begin inserted with options: tag=codeline (tagpdf DEBUG) [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): > {{codeline}{Sub}} -> {{verbatim}{P}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. @@ -511,7 +517,7 @@ tagpdf DEBUG Info: MC end inserted [on line ...] Package tagpdf Info: closing structure 31 tagged /codeline tagpdf DEBUG Info: Struct end inserted [on line ...] The sequence \g__tag_struct_tag_stack_seq contains the items (without outer braces): -> {{verbatim}{P}} +> {{verbatim}{Code}} > {{text-unit}{Part}} > {{Document}{Document}} > {{Root}{StructTreeRoot}}. @@ -642,52 +648,39 @@ The structure 7 contains: > Type => /StructElem > S => /verbatim > NS => latex -> rolemap => {P}{pdf2} -> parentrole => {P}{pdf2} +> rolemap => {Code}{pdf} +> parentrole => {Code}{pdf} > P => parent structure: 5 = /text-unit The structure has the following kids: > Struct 8 -> Struct 9 > Struct 10 -> Struct 11 > Struct 12 -> Struct 13 ========================= ========================= The structure 8 contains: > Type => /StructElem -> S => /Lbl -> NS => pdf2 -> rolemap => {Lbl}{pdf2} -> parentrole => {Lbl}{pdf2} -> P => parent structure: 7 = /verbatim -The structure has the following kids: -> MC 2 -========================= -========================= -The structure 9 contains: -> Type => /StructElem > S => /codeline > NS => latex > rolemap => {Sub}{pdf2} > parentrole => {Sub}{pdf2} > P => parent structure: 7 = /verbatim The structure has the following kids: +> Struct 9 > MC 3 ========================= ========================= -The structure 10 contains: +The structure 9 contains: > Type => /StructElem > S => /Lbl > NS => pdf2 > rolemap => {Lbl}{pdf2} > parentrole => {Lbl}{pdf2} -> P => parent structure: 7 = /verbatim +> P => parent structure: 8 = /codeline The structure has the following kids: -> MC 4 +> MC 2 ========================= ========================= -The structure 11 contains: +The structure 10 contains: > Type => /StructElem > S => /codeline > NS => latex @@ -695,21 +688,22 @@ The structure 11 contains: > parentrole => {Sub}{pdf2} > P => parent structure: 7 = /verbatim The structure has the following kids: +> Struct 11 > MC 5 ========================= ========================= -The structure 12 contains: +The structure 11 contains: > Type => /StructElem > S => /Lbl > NS => pdf2 > rolemap => {Lbl}{pdf2} > parentrole => {Lbl}{pdf2} -> P => parent structure: 7 = /verbatim +> P => parent structure: 10 = /codeline The structure has the following kids: -> MC 6 +> MC 4 ========================= ========================= -The structure 13 contains: +The structure 12 contains: > Type => /StructElem > S => /codeline > NS => latex @@ -717,9 +711,21 @@ The structure 13 contains: > parentrole => {Sub}{pdf2} > P => parent structure: 7 = /verbatim The structure has the following kids: +> Struct 13 > MC 7 ========================= ========================= +The structure 13 contains: +> Type => /StructElem +> S => /Lbl +> NS => pdf2 +> rolemap => {Lbl}{pdf2} +> parentrole => {Lbl}{pdf2} +> P => parent structure: 12 = /codeline +The structure has the following kids: +> MC 6 +========================= +========================= The structure 14 contains: > Type => /StructElem > C => /justify @@ -760,8 +766,8 @@ The structure 17 contains: > Type => /StructElem > S => /verbatim > NS => latex -> rolemap => {P}{pdf2} -> parentrole => {P}{pdf2} +> rolemap => {Code}{pdf} +> parentrole => {Code}{pdf} > P => parent structure: 15 = /text-unit The structure has the following kids: > Struct 18 @@ -840,8 +846,8 @@ The structure 24 contains: > Type => /StructElem > S => /verbatim > NS => latex -> rolemap => {P}{pdf2} -> parentrole => {P}{pdf2} +> rolemap => {Code}{pdf} +> parentrole => {Code}{pdf} > P => parent structure: 23 = /text-unit The structure has the following kids: > Struct 25 @@ -908,8 +914,8 @@ The structure 30 contains: > Type => /StructElem > S => /verbatim > NS => latex -> rolemap => {P}{pdf2} -> parentrole => {P}{pdf2} +> rolemap => {Code}{pdf} +> parentrole => {Code}{pdf} > P => parent structure: 29 = /text-unit The structure has the following kids: > Struct 31 diff --git a/required/latex-lab/testfiles-float/float-sidewaystable.luatex.tpf b/required/latex-lab/testfiles-float/float-sidewaystable.luatex.tpf index aa78e3686..9a66aad8b 100644 --- a/required/latex-lab/testfiles-float/float-sidewaystable.luatex.tpf +++ b/required/latex-lab/testfiles-float/float-sidewaystable.luatex.tpf @@ -464,7 +464,7 @@ endobj << /Kids [51 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 53 0 obj << /justify <> @@ -483,16 +483,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -885,46 +885,46 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000023120 00000 n +0000023115 00000 n 0000018639 00000 n 0000019091 00000 n -0000021205 00000 n -0000019832 00000 n +0000021200 00000 n +0000019835 00000 n 0000000012 00000 f -0000019900 00000 n +0000019903 00000 n 0000000014 00000 f -0000019970 00000 n +0000019973 00000 n 0000000020 00000 f -0000020733 00000 n -0000020051 00000 n +0000020738 00000 n +0000020054 00000 n 0000021011 00000 n 0000020840 00000 n -0000021118 00000 n +0000021113 00000 n 0000000000 00000 f -0000021266 00000 n -0000021373 00000 n -0000021461 00000 n -0000021558 00000 n -0000021653 00000 n -0000021788 00000 n -0000021913 00000 n -0000022018 00000 n -0000022125 00000 n -0000022247 00000 n -0000022382 00000 n -0000022498 00000 n -0000022595 00000 n -0000022691 00000 n -0000022793 00000 n -0000022914 00000 n -0000023035 00000 n +0000021261 00000 n +0000021368 00000 n +0000021456 00000 n +0000021553 00000 n +0000021648 00000 n +0000021783 00000 n +0000021908 00000 n +0000022013 00000 n +0000022120 00000 n +0000022242 00000 n +0000022377 00000 n +0000022493 00000 n +0000022590 00000 n +0000022686 00000 n +0000022788 00000 n +0000022909 00000 n +0000023030 00000 n 0000000579 00000 n 0000000444 00000 n 0000000020 00000 n -0000046236 00000 n -0000025017 00000 n -0000048179 00000 n -0000048337 00000 n +0000046231 00000 n +0000025012 00000 n +0000048174 00000 n +0000048332 00000 n 0000000666 00000 n 0000018436 00000 n 0000018301 00000 n @@ -933,23 +933,23 @@ xref 0000018594 00000 n 0000018723 00000 n 0000019054 00000 n -0000019670 00000 n -0000023257 00000 n -0000023422 00000 n -0000024044 00000 n -0000023454 00000 n -0000024265 00000 n -0000025171 00000 n -0000025371 00000 n -0000033460 00000 n -0000025542 00000 n -0000044242 00000 n -0000033667 00000 n -0000044447 00000 n -0000046395 00000 n -0000048406 00000 n +0000019673 00000 n +0000023252 00000 n +0000023417 00000 n +0000024039 00000 n +0000023449 00000 n +0000024260 00000 n +0000025166 00000 n +0000025366 00000 n +0000033455 00000 n +0000025537 00000 n +0000044237 00000 n +0000033662 00000 n +0000044442 00000 n +0000046390 00000 n +0000048401 00000 n trailer << /Size 68 /Root 67 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -48546 +48541 %%EOF diff --git a/required/latex-lab/testfiles-float/float-sidewaystable.tpf b/required/latex-lab/testfiles-float/float-sidewaystable.tpf index e9b3caad3..60934e545 100644 --- a/required/latex-lab/testfiles-float/float-sidewaystable.tpf +++ b/required/latex-lab/testfiles-float/float-sidewaystable.tpf @@ -459,7 +459,7 @@ endobj << /Kids [51 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 53 0 obj << /justify <> @@ -478,16 +478,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -1024,73 +1024,73 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000022779 00000 n +0000022774 00000 n 0000018227 00000 n 0000018693 00000 n -0000020807 00000 n -0000019434 00000 n +0000020802 00000 n +0000019437 00000 n 0000000012 00000 f -0000019502 00000 n +0000019505 00000 n 0000000014 00000 f -0000019572 00000 n +0000019575 00000 n 0000000020 00000 f -0000020335 00000 n -0000019653 00000 n +0000020340 00000 n +0000019656 00000 n 0000020613 00000 n 0000020442 00000 n -0000020720 00000 n +0000020715 00000 n 0000000000 00000 f -0000020868 00000 n -0000020975 00000 n -0000021063 00000 n -0000021160 00000 n -0000021255 00000 n -0000021388 00000 n +0000020863 00000 n +0000020970 00000 n +0000021058 00000 n +0000021155 00000 n +0000021250 00000 n +0000021383 00000 n 0000000327 00000 n -0000021508 00000 n -0000021613 00000 n -0000021720 00000 n +0000021503 00000 n +0000021608 00000 n +0000021715 00000 n 0000017888 00000 n -0000021840 00000 n -0000021973 00000 n -0000022089 00000 n -0000022222 00000 n -0000022318 00000 n -0000022420 00000 n -0000022539 00000 n -0000022658 00000 n +0000021835 00000 n +0000021968 00000 n +0000022084 00000 n +0000022217 00000 n +0000022313 00000 n +0000022415 00000 n +0000022534 00000 n +0000022653 00000 n 0000000462 00000 n 0000000015 00000 n -0000045763 00000 n -0000048030 00000 n -0000049085 00000 n +0000045758 00000 n +0000048025 00000 n +0000049080 00000 n 0000000538 00000 n 0000018023 00000 n 0000017188 00000 n -0000048921 00000 n +0000048916 00000 n 0000018146 00000 n 0000018182 00000 n 0000018325 00000 n 0000018656 00000 n -0000019272 00000 n -0000022916 00000 n -0000043569 00000 n -0000022938 00000 n -0000023307 00000 n -0000023711 00000 n -0000026375 00000 n -0000026593 00000 n -0000036436 00000 n -0000036665 00000 n -0000043326 00000 n -0000043674 00000 n -0000045941 00000 n -0000048208 00000 n -0000049151 00000 n +0000019275 00000 n +0000022911 00000 n +0000043564 00000 n +0000022933 00000 n +0000023302 00000 n +0000023706 00000 n +0000026370 00000 n +0000026588 00000 n +0000036431 00000 n +0000036660 00000 n +0000043321 00000 n +0000043669 00000 n +0000045936 00000 n +0000048203 00000 n +0000049146 00000 n trailer << /Size 68 /Root 67 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -49291 +49286 %%EOF diff --git a/required/latex-lab/testfiles-float/marginpar-01.luatex.tpf b/required/latex-lab/testfiles-float/marginpar-01.luatex.tpf index 47804c48a..b0cf4939f 100644 --- a/required/latex-lab/testfiles-float/marginpar-01.luatex.tpf +++ b/required/latex-lab/testfiles-float/marginpar-01.luatex.tpf @@ -586,7 +586,7 @@ endobj << /Kids [91 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 93 0 obj << /justify <> @@ -1208,53 +1208,53 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000024800 00000 n +0000024803 00000 n 0000018352 00000 n 0000019373 00000 n 0000000077 00000 f 0000003668 00000 n -0000020061 00000 n -0000020156 00000 n -0000020232 00000 n -0000020308 00000 n -0000020400 00000 n -0000020522 00000 n -0000020634 00000 n -0000020731 00000 n -0000020889 00000 n -0000020973 00000 n -0000021061 00000 n -0000021183 00000 n -0000021303 00000 n -0000021425 00000 n -0000021537 00000 n -0000021621 00000 n -0000021709 00000 n -0000021831 00000 n -0000021919 00000 n -0000022041 00000 n -0000022138 00000 n -0000022297 00000 n -0000022381 00000 n -0000022469 00000 n -0000022602 00000 n +0000020064 00000 n +0000020159 00000 n +0000020235 00000 n +0000020311 00000 n +0000020403 00000 n +0000020525 00000 n +0000020637 00000 n +0000020734 00000 n +0000020892 00000 n +0000020976 00000 n +0000021064 00000 n +0000021186 00000 n +0000021306 00000 n +0000021428 00000 n +0000021540 00000 n +0000021624 00000 n +0000021712 00000 n +0000021834 00000 n +0000021922 00000 n +0000022044 00000 n +0000022141 00000 n +0000022300 00000 n +0000022384 00000 n +0000022472 00000 n +0000022605 00000 n 0000003844 00000 n 0000000020 00000 n -0000022722 00000 n -0000022819 00000 n -0000022979 00000 n -0000023063 00000 n -0000023151 00000 n -0000023258 00000 n -0000023348 00000 n -0000023458 00000 n -0000023542 00000 n -0000023630 00000 n -0000023753 00000 n -0000023843 00000 n -0000023953 00000 n -0000024037 00000 n -0000024125 00000 n +0000022725 00000 n +0000022822 00000 n +0000022982 00000 n +0000023066 00000 n +0000023154 00000 n +0000023261 00000 n +0000023351 00000 n +0000023461 00000 n +0000023545 00000 n +0000023633 00000 n +0000023756 00000 n +0000023846 00000 n +0000023956 00000 n +0000024040 00000 n +0000024128 00000 n 0000004853 00000 n 0000000073 00000 n 0000004171 00000 n @@ -1263,23 +1263,23 @@ xref 0000004344 00000 n 0000004397 00000 n 0000004458 00000 n -0000059263 00000 n -0000026901 00000 n -0000061210 00000 n +0000059266 00000 n +0000026904 00000 n +0000061213 00000 n 0000004511 00000 n 0000004572 00000 n 0000004625 00000 n 0000004686 00000 n -0000062954 00000 n +0000062957 00000 n 0000004739 00000 n 0000004800 00000 n -0000063135 00000 n +0000063138 00000 n 0000003817 00000 n -0000024248 00000 n -0000024345 00000 n -0000024505 00000 n -0000024589 00000 n -0000024677 00000 n +0000024251 00000 n +0000024348 00000 n +0000024508 00000 n +0000024592 00000 n +0000024680 00000 n 0000000000 00000 f 0000004976 00000 n 0000017962 00000 n @@ -1289,40 +1289,40 @@ xref 0000017910 00000 n 0000018108 00000 n 0000018144 00000 n -0000063353 00000 n +0000063356 00000 n 0000018201 00000 n 0000018247 00000 n -0000063278 00000 n +0000063281 00000 n 0000018304 00000 n 0000018557 00000 n 0000019336 00000 n -0000019952 00000 n -0000057406 00000 n -0000024919 00000 n -0000024944 00000 n -0000025215 00000 n -0000025911 00000 n -0000025247 00000 n -0000025320 00000 n -0000026148 00000 n -0000027057 00000 n -0000027258 00000 n -0000036064 00000 n -0000027444 00000 n -0000051369 00000 n -0000036312 00000 n -0000057183 00000 n -0000051691 00000 n -0000057473 00000 n -0000059425 00000 n -0000061370 00000 n -0000063203 00000 n -0000063428 00000 n -0000063607 00000 n -0000063645 00000 n -0000063904 00000 n +0000019955 00000 n +0000057409 00000 n +0000024922 00000 n +0000024947 00000 n +0000025218 00000 n +0000025914 00000 n +0000025250 00000 n +0000025323 00000 n +0000026151 00000 n +0000027060 00000 n +0000027261 00000 n +0000036067 00000 n +0000027447 00000 n +0000051372 00000 n +0000036315 00000 n +0000057186 00000 n +0000051694 00000 n +0000057476 00000 n +0000059428 00000 n +0000061373 00000 n +0000063206 00000 n +0000063431 00000 n +0000063610 00000 n +0000063648 00000 n +0000063907 00000 n trailer << /Size 118 /Root 116 0 R /Info 117 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -64114 +64117 %%EOF diff --git a/required/latex-lab/testfiles-float/marginpar-01.tpf b/required/latex-lab/testfiles-float/marginpar-01.tpf index c93a30f7c..af5ab1b62 100644 --- a/required/latex-lab/testfiles-float/marginpar-01.tpf +++ b/required/latex-lab/testfiles-float/marginpar-01.tpf @@ -513,7 +513,7 @@ endobj << /Kids [90 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 92 0 obj << /justify <> @@ -1320,53 +1320,53 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000023170 00000 n +0000023173 00000 n 0000016733 00000 n 0000017761 00000 n 0000000077 00000 f 0000002438 00000 n -0000018449 00000 n -0000018544 00000 n -0000018620 00000 n -0000018696 00000 n -0000018788 00000 n -0000018908 00000 n -0000019015 00000 n -0000019112 00000 n -0000019266 00000 n -0000019350 00000 n -0000019438 00000 n -0000019558 00000 n -0000019678 00000 n -0000019798 00000 n -0000019905 00000 n -0000019989 00000 n -0000020077 00000 n -0000020197 00000 n -0000020285 00000 n -0000020405 00000 n -0000020502 00000 n -0000020657 00000 n -0000020741 00000 n -0000020829 00000 n -0000020992 00000 n +0000018452 00000 n +0000018547 00000 n +0000018623 00000 n +0000018699 00000 n +0000018791 00000 n +0000018911 00000 n +0000019018 00000 n +0000019115 00000 n +0000019269 00000 n +0000019353 00000 n +0000019441 00000 n +0000019561 00000 n +0000019681 00000 n +0000019801 00000 n +0000019908 00000 n +0000019992 00000 n +0000020080 00000 n +0000020200 00000 n +0000020288 00000 n +0000020408 00000 n +0000020505 00000 n +0000020660 00000 n +0000020744 00000 n +0000020832 00000 n +0000020995 00000 n 0000002591 00000 n 0000000015 00000 n -0000021110 00000 n -0000021207 00000 n -0000021363 00000 n -0000021447 00000 n -0000021535 00000 n -0000021642 00000 n -0000021732 00000 n -0000021840 00000 n -0000021924 00000 n -0000022012 00000 n -0000022133 00000 n -0000022223 00000 n -0000022331 00000 n -0000022415 00000 n -0000022503 00000 n +0000021113 00000 n +0000021210 00000 n +0000021366 00000 n +0000021450 00000 n +0000021538 00000 n +0000021645 00000 n +0000021735 00000 n +0000021843 00000 n +0000021927 00000 n +0000022015 00000 n +0000022136 00000 n +0000022226 00000 n +0000022334 00000 n +0000022418 00000 n +0000022506 00000 n 0000003573 00000 n 0000000068 00000 n 0000002915 00000 n @@ -1375,23 +1375,23 @@ xref 0000003082 00000 n 0000003133 00000 n 0000003192 00000 n -0000056755 00000 n -0000059025 00000 n -0000059919 00000 n +0000056758 00000 n +0000059028 00000 n +0000059922 00000 n 0000003243 00000 n 0000003302 00000 n 0000003353 00000 n 0000003412 00000 n -0000061713 00000 n +0000061716 00000 n 0000003463 00000 n 0000003522 00000 n -0000061894 00000 n -0000022624 00000 n -0000022721 00000 n +0000061897 00000 n +0000022627 00000 n +0000022724 00000 n 0000016100 00000 n -0000022877 00000 n -0000022961 00000 n -0000023049 00000 n +0000022880 00000 n +0000022964 00000 n +0000023052 00000 n 0000000000 00000 f 0000003697 00000 n 0000016344 00000 n @@ -1400,42 +1400,42 @@ xref 0000016294 00000 n 0000016491 00000 n 0000016527 00000 n -0000062109 00000 n +0000062112 00000 n 0000016584 00000 n 0000016629 00000 n -0000062034 00000 n +0000062037 00000 n 0000016686 00000 n 0000016945 00000 n 0000017724 00000 n -0000018340 00000 n -0000054601 00000 n -0000023289 00000 n -0000023313 00000 n -0000054425 00000 n -0000023335 00000 n -0000024424 00000 n -0000025462 00000 n -0000028126 00000 n -0000028345 00000 n -0000038725 00000 n -0000038976 00000 n -0000054118 00000 n -0000054665 00000 n -0000056935 00000 n -0000059205 00000 n -0000060085 00000 n -0000061959 00000 n -0000062184 00000 n -0000062340 00000 n -0000062425 00000 n -0000062500 00000 n -0000062538 00000 n -0000062797 00000 n +0000018343 00000 n +0000054604 00000 n +0000023292 00000 n +0000023316 00000 n +0000054428 00000 n +0000023338 00000 n +0000024427 00000 n +0000025465 00000 n +0000028129 00000 n +0000028348 00000 n +0000038728 00000 n +0000038979 00000 n +0000054121 00000 n +0000054668 00000 n +0000056938 00000 n +0000059208 00000 n +0000060088 00000 n +0000061962 00000 n +0000062187 00000 n +0000062343 00000 n +0000062428 00000 n +0000062503 00000 n +0000062541 00000 n +0000062800 00000 n trailer << /Size 116 /Root 114 0 R /Info 115 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -63007 +63010 %%EOF diff --git a/required/latex-lab/testfiles-float/marginpar-03.luatex.tpf b/required/latex-lab/testfiles-float/marginpar-03.luatex.tpf index e9f50c2af..ca444851b 100644 --- a/required/latex-lab/testfiles-float/marginpar-03.luatex.tpf +++ b/required/latex-lab/testfiles-float/marginpar-03.luatex.tpf @@ -313,7 +313,7 @@ endobj << /Kids [51 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 53 0 obj << /enumerate <> @@ -330,16 +330,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -568,63 +568,63 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000017982 00000 n +0000017977 00000 n 0000012814 00000 n 0000013356 00000 n -0000015417 00000 n -0000014044 00000 n +0000015412 00000 n +0000014047 00000 n 0000000012 00000 f -0000014112 00000 n +0000014115 00000 n 0000000014 00000 f -0000014182 00000 n +0000014185 00000 n 0000000020 00000 f -0000014945 00000 n -0000014263 00000 n +0000014950 00000 n +0000014266 00000 n 0000015223 00000 n 0000015052 00000 n -0000015330 00000 n +0000015325 00000 n 0000000000 00000 f -0000015478 00000 n -0000015585 00000 n -0000015673 00000 n -0000015761 00000 n -0000015861 00000 n -0000015975 00000 n -0000016077 00000 n -0000016199 00000 n -0000016304 00000 n -0000016400 00000 n -0000016500 00000 n -0000016635 00000 n -0000016735 00000 n -0000016870 00000 n -0000016970 00000 n -0000017084 00000 n -0000017186 00000 n -0000017308 00000 n -0000017404 00000 n -0000017513 00000 n -0000017651 00000 n -0000017747 00000 n -0000017847 00000 n +0000015473 00000 n +0000015580 00000 n +0000015668 00000 n +0000015756 00000 n +0000015856 00000 n +0000015970 00000 n +0000016072 00000 n +0000016194 00000 n +0000016299 00000 n +0000016395 00000 n +0000016495 00000 n +0000016630 00000 n +0000016730 00000 n +0000016865 00000 n +0000016965 00000 n +0000017079 00000 n +0000017181 00000 n +0000017303 00000 n +0000017399 00000 n +0000017508 00000 n +0000017646 00000 n +0000017742 00000 n +0000017842 00000 n 0000000020 00000 n 0000012668 00000 n 0000012533 00000 n 0000011804 00000 n -0000030710 00000 n -0000030868 00000 n +0000030705 00000 n +0000030863 00000 n 0000012778 00000 n 0000012892 00000 n 0000013319 00000 n -0000013935 00000 n -0000018119 00000 n -0000028721 00000 n -0000018308 00000 n -0000028926 00000 n -0000030930 00000 n -0000031045 00000 n +0000013938 00000 n +0000018114 00000 n +0000028716 00000 n +0000018303 00000 n +0000028921 00000 n +0000030925 00000 n +0000031040 00000 n trailer << /Size 60 /Root 58 0 R /Info 59 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -31177 +31172 %%EOF diff --git a/required/latex-lab/testfiles-float/marginpar-03.tpf b/required/latex-lab/testfiles-float/marginpar-03.tpf index 7f5576d4b..385200ba6 100644 --- a/required/latex-lab/testfiles-float/marginpar-03.tpf +++ b/required/latex-lab/testfiles-float/marginpar-03.tpf @@ -317,7 +317,7 @@ endobj << /Kids [51 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 53 0 obj << /enumerate <> @@ -334,16 +334,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -641,67 +641,67 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000017923 00000 n +0000017918 00000 n 0000012728 00000 n 0000013277 00000 n -0000015338 00000 n -0000013965 00000 n +0000015333 00000 n +0000013968 00000 n 0000000012 00000 f -0000014033 00000 n +0000014036 00000 n 0000000014 00000 f -0000014103 00000 n +0000014106 00000 n 0000000020 00000 f -0000014866 00000 n -0000014184 00000 n +0000014871 00000 n +0000014187 00000 n 0000015144 00000 n 0000014973 00000 n -0000015251 00000 n +0000015246 00000 n 0000000000 00000 f -0000015399 00000 n -0000015506 00000 n -0000015594 00000 n -0000015682 00000 n -0000015782 00000 n -0000015896 00000 n -0000015998 00000 n +0000015394 00000 n +0000015501 00000 n +0000015589 00000 n +0000015677 00000 n +0000015777 00000 n +0000015891 00000 n +0000015993 00000 n 0000012446 00000 n -0000016118 00000 n -0000016223 00000 n -0000016319 00000 n -0000016419 00000 n -0000016552 00000 n -0000016652 00000 n -0000016785 00000 n -0000016885 00000 n -0000016999 00000 n -0000017101 00000 n -0000017221 00000 n -0000017317 00000 n -0000017426 00000 n -0000017594 00000 n -0000017690 00000 n -0000017790 00000 n +0000016113 00000 n +0000016218 00000 n +0000016314 00000 n +0000016414 00000 n +0000016547 00000 n +0000016647 00000 n +0000016780 00000 n +0000016880 00000 n +0000016994 00000 n +0000017096 00000 n +0000017216 00000 n +0000017312 00000 n +0000017421 00000 n +0000017589 00000 n +0000017685 00000 n +0000017785 00000 n 0000000015 00000 n 0000012581 00000 n 0000011796 00000 n -0000030190 00000 n -0000030368 00000 n +0000030185 00000 n +0000030363 00000 n 0000012692 00000 n 0000012813 00000 n 0000013240 00000 n -0000013856 00000 n -0000028016 00000 n -0000018060 00000 n -0000018517 00000 n -0000027778 00000 n -0000028101 00000 n -0000030427 00000 n -0000030542 00000 n +0000013859 00000 n +0000028011 00000 n +0000018055 00000 n +0000018512 00000 n +0000027773 00000 n +0000028096 00000 n +0000030422 00000 n +0000030537 00000 n trailer << /Size 61 /Root 59 0 R /Info 60 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -30674 +30669 %%EOF diff --git a/required/latex-lab/testfiles-float/marginpar-04-gh-444.luatex.tpf b/required/latex-lab/testfiles-float/marginpar-04-gh-444.luatex.tpf index 19a4a8732..0559199ba 100644 --- a/required/latex-lab/testfiles-float/marginpar-04-gh-444.luatex.tpf +++ b/required/latex-lab/testfiles-float/marginpar-04-gh-444.luatex.tpf @@ -321,7 +321,7 @@ endobj << /Kids [44 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 46 0 obj << /justify <> @@ -337,16 +337,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -603,61 +603,61 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000017194 00000 n +0000017189 00000 n 0000013053 00000 n 0000013460 00000 n -0000015476 00000 n -0000014103 00000 n +0000015471 00000 n +0000014106 00000 n 0000000012 00000 f -0000014171 00000 n +0000014174 00000 n 0000000014 00000 f -0000014241 00000 n +0000014244 00000 n 0000000020 00000 f -0000015004 00000 n -0000014322 00000 n +0000015009 00000 n +0000014325 00000 n 0000015282 00000 n 0000015111 00000 n -0000015389 00000 n +0000015384 00000 n 0000000000 00000 f -0000015537 00000 n -0000015635 00000 n -0000015723 00000 n -0000015811 00000 n -0000015941 00000 n -0000016076 00000 n -0000016170 00000 n -0000016270 00000 n -0000016405 00000 n -0000016532 00000 n -0000016628 00000 n -0000016728 00000 n -0000016863 00000 n -0000016959 00000 n -0000017059 00000 n +0000015532 00000 n +0000015630 00000 n +0000015718 00000 n +0000015806 00000 n +0000015936 00000 n +0000016071 00000 n +0000016165 00000 n +0000016265 00000 n +0000016400 00000 n +0000016527 00000 n +0000016623 00000 n +0000016723 00000 n +0000016858 00000 n +0000016954 00000 n +0000017054 00000 n 0000000020 00000 n 0000012895 00000 n 0000012760 00000 n 0000011811 00000 n -0000032776 00000 n -0000018926 00000 n -0000032934 00000 n +0000032771 00000 n +0000018921 00000 n +0000032929 00000 n 0000013017 00000 n 0000013124 00000 n 0000013423 00000 n -0000014039 00000 n -0000017331 00000 n -0000017953 00000 n -0000017363 00000 n -0000018174 00000 n -0000019080 00000 n -0000019280 00000 n -0000030787 00000 n -0000019479 00000 n -0000030992 00000 n -0000032996 00000 n -0000033111 00000 n +0000014042 00000 n +0000017326 00000 n +0000017948 00000 n +0000017358 00000 n +0000018169 00000 n +0000019075 00000 n +0000019275 00000 n +0000030782 00000 n +0000019474 00000 n +0000030987 00000 n +0000032991 00000 n +0000033106 00000 n trailer << /Size 58 /Root 56 0 R /Info 57 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -33243 +33238 %%EOF diff --git a/required/latex-lab/testfiles-float/marginpar-04-gh-444.tpf b/required/latex-lab/testfiles-float/marginpar-04-gh-444.tpf index 429c616dc..e8434482e 100644 --- a/required/latex-lab/testfiles-float/marginpar-04-gh-444.tpf +++ b/required/latex-lab/testfiles-float/marginpar-04-gh-444.tpf @@ -314,7 +314,7 @@ endobj << /Kids [44 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 46 0 obj << /justify <> @@ -330,16 +330,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -691,64 +691,64 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000017016 00000 n +0000017011 00000 n 0000012807 00000 n 0000013228 00000 n -0000015244 00000 n -0000013871 00000 n +0000015239 00000 n +0000013874 00000 n 0000000012 00000 f -0000013939 00000 n +0000013942 00000 n 0000000014 00000 f -0000014009 00000 n +0000014012 00000 n 0000000020 00000 f -0000014772 00000 n -0000014090 00000 n +0000014777 00000 n +0000014093 00000 n 0000015050 00000 n 0000014879 00000 n -0000015157 00000 n +0000015152 00000 n 0000000000 00000 f -0000015305 00000 n -0000015403 00000 n -0000015491 00000 n -0000015579 00000 n -0000015709 00000 n +0000015300 00000 n +0000015398 00000 n +0000015486 00000 n +0000015574 00000 n +0000015704 00000 n 0000012513 00000 n -0000015842 00000 n -0000015936 00000 n -0000016036 00000 n -0000016169 00000 n -0000016358 00000 n -0000016454 00000 n -0000016554 00000 n -0000016687 00000 n -0000016783 00000 n -0000016883 00000 n +0000015837 00000 n +0000015931 00000 n +0000016031 00000 n +0000016164 00000 n +0000016353 00000 n +0000016449 00000 n +0000016549 00000 n +0000016682 00000 n +0000016778 00000 n +0000016878 00000 n 0000000015 00000 n 0000012648 00000 n 0000011803 00000 n -0000034043 00000 n -0000034934 00000 n -0000035098 00000 n +0000034038 00000 n +0000034929 00000 n +0000035093 00000 n 0000012771 00000 n 0000012892 00000 n 0000013191 00000 n -0000013807 00000 n -0000017153 00000 n -0000031849 00000 n -0000017175 00000 n -0000017614 00000 n -0000020278 00000 n -0000020496 00000 n -0000031608 00000 n -0000031954 00000 n -0000034221 00000 n -0000035157 00000 n -0000035272 00000 n +0000013810 00000 n +0000017148 00000 n +0000031844 00000 n +0000017170 00000 n +0000017609 00000 n +0000020273 00000 n +0000020491 00000 n +0000031603 00000 n +0000031949 00000 n +0000034216 00000 n +0000035152 00000 n +0000035267 00000 n trailer << /Size 58 /Root 56 0 R /Info 57 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -35404 +35399 %%EOF diff --git a/required/latex-lab/testfiles-graphic/graphic-rotating.luatex.tpf b/required/latex-lab/testfiles-graphic/graphic-rotating.luatex.tpf index 615b319fa..a73b2e431 100644 --- a/required/latex-lab/testfiles-graphic/graphic-rotating.luatex.tpf +++ b/required/latex-lab/testfiles-graphic/graphic-rotating.luatex.tpf @@ -466,7 +466,7 @@ endobj << /Kids [43 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 45 0 obj << /justify <> @@ -485,16 +485,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -742,59 +742,59 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000022987 00000 n +0000022982 00000 n 0000018958 00000 n 0000019333 00000 n -0000021447 00000 n -0000020074 00000 n +0000021442 00000 n +0000020077 00000 n 0000000012 00000 f -0000020142 00000 n +0000020145 00000 n 0000000014 00000 f -0000020212 00000 n +0000020215 00000 n 0000000020 00000 f -0000020975 00000 n -0000020293 00000 n +0000020980 00000 n +0000020296 00000 n 0000021253 00000 n 0000021082 00000 n -0000021360 00000 n +0000021355 00000 n 0000000000 00000 f -0000021508 00000 n -0000021636 00000 n -0000021724 00000 n -0000021812 00000 n -0000021912 00000 n -0000022047 00000 n -0000022147 00000 n -0000022282 00000 n -0000022382 00000 n -0000022517 00000 n -0000022617 00000 n -0000022752 00000 n -0000022852 00000 n +0000021503 00000 n +0000021631 00000 n +0000021719 00000 n +0000021807 00000 n +0000021907 00000 n +0000022042 00000 n +0000022142 00000 n +0000022277 00000 n +0000022377 00000 n +0000022512 00000 n +0000022612 00000 n +0000022747 00000 n +0000022847 00000 n 0000000020 00000 n 0000018755 00000 n 0000018620 00000 n 0000016796 00000 n -0000040327 00000 n -0000024719 00000 n -0000040485 00000 n +0000040322 00000 n +0000024714 00000 n +0000040480 00000 n 0000018877 00000 n 0000018913 00000 n 0000019029 00000 n 0000019296 00000 n -0000019912 00000 n -0000023124 00000 n -0000023746 00000 n -0000023156 00000 n -0000023967 00000 n -0000024873 00000 n -0000025073 00000 n -0000038338 00000 n -0000025298 00000 n -0000038543 00000 n -0000040547 00000 n +0000019915 00000 n +0000023119 00000 n +0000023741 00000 n +0000023151 00000 n +0000023962 00000 n +0000024868 00000 n +0000025068 00000 n +0000038333 00000 n +0000025293 00000 n +0000038538 00000 n +0000040542 00000 n trailer << /Size 56 /Root 55 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -40690 +40685 %%EOF diff --git a/required/latex-lab/testfiles-graphic/graphic-rotating.tpf b/required/latex-lab/testfiles-graphic/graphic-rotating.tpf index 4ae31f47a..096782f2b 100644 --- a/required/latex-lab/testfiles-graphic/graphic-rotating.tpf +++ b/required/latex-lab/testfiles-graphic/graphic-rotating.tpf @@ -449,7 +449,7 @@ endobj << /Kids [43 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 45 0 obj << /justify <> @@ -468,16 +468,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -817,61 +817,61 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000022636 00000 n +0000022631 00000 n 0000018617 00000 n 0000018992 00000 n -0000021106 00000 n -0000019733 00000 n +0000021101 00000 n +0000019736 00000 n 0000000012 00000 f -0000019801 00000 n +0000019804 00000 n 0000000014 00000 f -0000019871 00000 n +0000019874 00000 n 0000000020 00000 f -0000020634 00000 n -0000019952 00000 n +0000020639 00000 n +0000019955 00000 n 0000020912 00000 n 0000020741 00000 n -0000021019 00000 n +0000021014 00000 n 0000000000 00000 f -0000021167 00000 n -0000021295 00000 n -0000021383 00000 n -0000021471 00000 n -0000021571 00000 n +0000021162 00000 n +0000021290 00000 n +0000021378 00000 n +0000021466 00000 n +0000021566 00000 n 0000018278 00000 n -0000021704 00000 n -0000021804 00000 n -0000021937 00000 n -0000022037 00000 n -0000022170 00000 n -0000022270 00000 n -0000022403 00000 n -0000022503 00000 n +0000021699 00000 n +0000021799 00000 n +0000021932 00000 n +0000022032 00000 n +0000022165 00000 n +0000022265 00000 n +0000022398 00000 n +0000022498 00000 n 0000000015 00000 n 0000018413 00000 n 0000016788 00000 n -0000041154 00000 n -0000042045 00000 n -0000042209 00000 n +0000041149 00000 n +0000042040 00000 n +0000042204 00000 n 0000018536 00000 n 0000018572 00000 n 0000018688 00000 n 0000018955 00000 n -0000019571 00000 n -0000022773 00000 n -0000038947 00000 n -0000022795 00000 n -0000023240 00000 n -0000025904 00000 n -0000026122 00000 n -0000038692 00000 n -0000039065 00000 n -0000041332 00000 n -0000042268 00000 n +0000019574 00000 n +0000022768 00000 n +0000038942 00000 n +0000022790 00000 n +0000023235 00000 n +0000025899 00000 n +0000026117 00000 n +0000038687 00000 n +0000039060 00000 n +0000041327 00000 n +0000042263 00000 n trailer << /Size 56 /Root 55 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -42411 +42406 %%EOF diff --git a/required/latex-lab/testfiles-math-luatex/fakemath.tpf b/required/latex-lab/testfiles-math-luatex/fakemath.tpf index 49ac46f23..1909e976e 100644 --- a/required/latex-lab/testfiles-math-luatex/fakemath.tpf +++ b/required/latex-lab/testfiles-math-luatex/fakemath.tpf @@ -408,7 +408,7 @@ endobj << /Kids [70 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> endobj 72 0 obj << /justify <> @@ -426,16 +426,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,C9B55C18-275C-494E-C10F-E4B83CD03F23) >> @@ -1134,95 +1134,95 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000021461 00000 n +0000021456 00000 n 0000015721 00000 n 0000016328 00000 n -0000018437 00000 n -0000017062 00000 n +0000018432 00000 n +0000017065 00000 n 0000000012 00000 f -0000017130 00000 n +0000017133 00000 n 0000000014 00000 f -0000017200 00000 n +0000017203 00000 n 0000000020 00000 f -0000017963 00000 n -0000017281 00000 n +0000017968 00000 n +0000017284 00000 n 0000018241 00000 n 0000018070 00000 n -0000018348 00000 n +0000018343 00000 n 0000000000 00000 f -0000018498 00000 n +0000018493 00000 n 0000000020 00000 n 0000000305 00000 n 0000000492 00000 n 0000000982 00000 n -0000018612 00000 n -0000018700 00000 n -0000018788 00000 n -0000018888 00000 n -0000019023 00000 n -0000019123 00000 n -0000019234 00000 n +0000018607 00000 n +0000018695 00000 n +0000018783 00000 n +0000018883 00000 n +0000019018 00000 n +0000019118 00000 n +0000019229 00000 n 0000001169 00000 n 0000001317 00000 n -0000019426 00000 n -0000019537 00000 n -0000019658 00000 n +0000019421 00000 n +0000019532 00000 n +0000019653 00000 n 0000001517 00000 n -0000019790 00000 n -0000019911 00000 n -0000020011 00000 n +0000019785 00000 n +0000019906 00000 n +0000020006 00000 n 0000001588 00000 n 0000001774 00000 n -0000020194 00000 n -0000020317 00000 n +0000020189 00000 n +0000020312 00000 n 0000001974 00000 n -0000020474 00000 n +0000020469 00000 n 0000002028 00000 n -0000020568 00000 n -0000020689 00000 n +0000020563 00000 n +0000020684 00000 n 0000002087 00000 n -0000020821 00000 n +0000020816 00000 n 0000002152 00000 n -0000020953 00000 n -0000021074 00000 n +0000020948 00000 n +0000021069 00000 n 0000002223 00000 n -0000021206 00000 n -0000021328 00000 n +0000021201 00000 n +0000021323 00000 n 0000002298 00000 n 0000015473 00000 n 0000015338 00000 n 0000014078 00000 n -0000065233 00000 n -0000066993 00000 n -0000063290 00000 n -0000061547 00000 n -0000067152 00000 n +0000065228 00000 n +0000066988 00000 n +0000063285 00000 n +0000061542 00000 n +0000067147 00000 n 0000015619 00000 n 0000015655 00000 n 0000015848 00000 n 0000016291 00000 n -0000016920 00000 n -0000021598 00000 n -0000021623 00000 n -0000021712 00000 n -0000021919 00000 n -0000029498 00000 n -0000021996 00000 n -0000038198 00000 n -0000029702 00000 n -0000046250 00000 n -0000038406 00000 n -0000058030 00000 n -0000046455 00000 n -0000058234 00000 n -0000061705 00000 n -0000063449 00000 n -0000065390 00000 n -0000067214 00000 n -0000067258 00000 n -0000067387 00000 n +0000016923 00000 n +0000021593 00000 n +0000021618 00000 n +0000021707 00000 n +0000021914 00000 n +0000029493 00000 n +0000021991 00000 n +0000038193 00000 n +0000029697 00000 n +0000046245 00000 n +0000038401 00000 n +0000058025 00000 n +0000046450 00000 n +0000058229 00000 n +0000061700 00000 n +0000063444 00000 n +0000065385 00000 n +0000067209 00000 n +0000067253 00000 n +0000067382 00000 n trailer << /Size 92 /Root 90 0 R /Info 91 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -67519 +67514 %%EOF diff --git a/required/latex-lab/testfiles-math-luatex/math-20-alt-noluamml.tpf b/required/latex-lab/testfiles-math-luatex/math-20-alt-noluamml.tpf index 5aff6641b..288cc8a86 100644 --- a/required/latex-lab/testfiles-math-luatex/math-20-alt-noluamml.tpf +++ b/required/latex-lab/testfiles-math-luatex/math-20-alt-noluamml.tpf @@ -417,7 +417,7 @@ endobj << /Kids [40 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 42 0 obj << /justify <> @@ -435,16 +435,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -667,62 +667,62 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000022377 00000 n +0000022372 00000 n 0000018131 00000 n 0000018435 00000 n -0000020529 00000 n -0000019156 00000 n +0000020524 00000 n +0000019159 00000 n 0000000012 00000 f -0000019224 00000 n +0000019227 00000 n 0000000014 00000 f -0000019294 00000 n +0000019297 00000 n 0000000020 00000 f -0000020057 00000 n -0000019375 00000 n +0000020062 00000 n +0000019378 00000 n 0000020335 00000 n 0000020164 00000 n -0000020442 00000 n +0000020437 00000 n 0000000000 00000 f -0000020590 00000 n -0000020697 00000 n -0000020785 00000 n -0000020873 00000 n -0000020973 00000 n -0000021118 00000 n -0000021585 00000 n -0000021694 00000 n -0000021829 00000 n +0000020585 00000 n +0000020692 00000 n +0000020780 00000 n +0000020868 00000 n +0000020968 00000 n +0000021113 00000 n +0000021580 00000 n +0000021689 00000 n +0000021824 00000 n 0000000020 00000 n 0000017916 00000 n 0000017781 00000 n 0000016814 00000 n -0000031105 00000 n -0000027688 00000 n -0000024344 00000 n -0000031459 00000 n +0000031100 00000 n +0000027683 00000 n +0000024339 00000 n +0000031454 00000 n 0000018050 00000 n 0000018086 00000 n 0000018195 00000 n 0000018398 00000 n -0000019014 00000 n -0000022514 00000 n -0000023333 00000 n -0000022547 00000 n -0000023562 00000 n -0000024504 00000 n -0000024710 00000 n -0000026574 00000 n -0000024799 00000 n -0000026802 00000 n -0000027848 00000 n -0000028054 00000 n -0000029991 00000 n -0000028197 00000 n -0000030212 00000 n -0000031259 00000 n -0000031521 00000 n +0000019017 00000 n +0000022509 00000 n +0000023328 00000 n +0000022542 00000 n +0000023557 00000 n +0000024499 00000 n +0000024705 00000 n +0000026569 00000 n +0000024794 00000 n +0000026797 00000 n +0000027843 00000 n +0000028049 00000 n +0000029986 00000 n +0000028192 00000 n +0000030207 00000 n +0000031254 00000 n +0000031516 00000 n trailer << /Size 59 /Root 58 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -31661 +31656 %%EOF diff --git a/required/latex-lab/testfiles-math-luatex/math-20-structelem.tpf b/required/latex-lab/testfiles-math-luatex/math-20-structelem.tpf index 7b96380b1..bc14a755d 100644 --- a/required/latex-lab/testfiles-math-luatex/math-20-structelem.tpf +++ b/required/latex-lab/testfiles-math-luatex/math-20-structelem.tpf @@ -484,7 +484,7 @@ endobj << /Kids [62 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 64 0 obj << /justify <> @@ -502,16 +502,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -791,84 +791,84 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000025142 00000 n +0000025137 00000 n 0000018910 00000 n 0000019602 00000 n -0000021696 00000 n -0000020323 00000 n +0000021691 00000 n +0000020326 00000 n 0000000012 00000 f -0000020391 00000 n +0000020394 00000 n 0000000014 00000 f -0000020461 00000 n +0000020464 00000 n 0000000020 00000 f -0000021224 00000 n -0000020542 00000 n +0000021229 00000 n +0000020545 00000 n 0000021502 00000 n 0000021331 00000 n -0000021609 00000 n +0000021604 00000 n 0000000000 00000 f -0000021757 00000 n -0000021864 00000 n -0000021952 00000 n -0000022040 00000 n -0000022140 00000 n -0000022285 00000 n -0000022457 00000 n -0000022575 00000 n -0000022696 00000 n +0000021752 00000 n +0000021859 00000 n +0000021947 00000 n +0000022035 00000 n +0000022135 00000 n +0000022280 00000 n +0000022452 00000 n +0000022570 00000 n +0000022691 00000 n 0000000020 00000 n -0000022828 00000 n -0000022949 00000 n -0000023053 00000 n -0000023174 00000 n -0000023295 00000 n -0000023404 00000 n -0000023539 00000 n -0000023698 00000 n +0000022823 00000 n +0000022944 00000 n +0000023048 00000 n +0000023169 00000 n +0000023290 00000 n +0000023399 00000 n +0000023534 00000 n +0000023693 00000 n 0000000091 00000 n -0000023834 00000 n -0000023938 00000 n -0000024059 00000 n -0000024180 00000 n +0000023829 00000 n +0000023933 00000 n +0000024054 00000 n +0000024175 00000 n 0000000145 00000 n -0000024313 00000 n -0000024417 00000 n -0000024539 00000 n -0000024661 00000 n -0000024794 00000 n -0000024898 00000 n -0000025020 00000 n +0000024308 00000 n +0000024412 00000 n +0000024534 00000 n +0000024656 00000 n +0000024789 00000 n +0000024893 00000 n +0000025015 00000 n 0000000216 00000 n 0000018695 00000 n 0000018560 00000 n 0000017006 00000 n -0000033870 00000 n -0000030453 00000 n -0000027109 00000 n -0000034224 00000 n +0000033865 00000 n +0000030448 00000 n +0000027104 00000 n +0000034219 00000 n 0000018829 00000 n 0000018865 00000 n 0000019058 00000 n 0000019565 00000 n -0000020181 00000 n -0000025279 00000 n -0000026098 00000 n -0000025312 00000 n -0000026327 00000 n -0000027269 00000 n -0000027475 00000 n -0000029339 00000 n -0000027564 00000 n -0000029567 00000 n -0000030613 00000 n -0000030819 00000 n -0000032756 00000 n -0000030962 00000 n -0000032977 00000 n -0000034024 00000 n -0000034286 00000 n +0000020184 00000 n +0000025274 00000 n +0000026093 00000 n +0000025307 00000 n +0000026322 00000 n +0000027264 00000 n +0000027470 00000 n +0000029334 00000 n +0000027559 00000 n +0000029562 00000 n +0000030608 00000 n +0000030814 00000 n +0000032751 00000 n +0000030957 00000 n +0000032972 00000 n +0000034019 00000 n +0000034281 00000 n trailer << /Size 81 /Root 80 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -34426 +34421 %%EOF diff --git a/required/latex-lab/testfiles-math-luatex/mathml-luamml-2.tpf b/required/latex-lab/testfiles-math-luatex/mathml-luamml-2.tpf index 314659b36..e13e48773 100644 --- a/required/latex-lab/testfiles-math-luatex/mathml-luamml-2.tpf +++ b/required/latex-lab/testfiles-math-luatex/mathml-luamml-2.tpf @@ -509,7 +509,7 @@ endobj << /Kids [62 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 64 0 obj << /display <> @@ -530,16 +530,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -774,23 +774,23 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000026813 00000 n +0000026808 00000 n 0000022348 00000 n 0000022739 00000 n -0000024931 00000 n -0000023558 00000 n +0000024926 00000 n +0000023561 00000 n 0000000012 00000 f -0000023626 00000 n +0000023629 00000 n 0000000014 00000 f -0000023696 00000 n +0000023699 00000 n 0000000020 00000 f -0000024459 00000 n -0000023777 00000 n +0000024464 00000 n +0000023780 00000 n 0000024737 00000 n 0000024566 00000 n -0000024844 00000 n +0000024839 00000 n 0000000000 00000 f -0000024992 00000 n +0000024987 00000 n 0000000020 00000 n 0000000498 00000 n 0000000685 00000 n @@ -799,60 +799,60 @@ xref 0000001760 00000 n 0000001947 00000 n 0000002226 00000 n -0000025113 00000 n -0000025201 00000 n -0000025289 00000 n -0000025389 00000 n +0000025108 00000 n +0000025196 00000 n +0000025284 00000 n +0000025384 00000 n 0000002413 00000 n 0000002615 00000 n -0000025599 00000 n -0000025721 00000 n -0000025821 00000 n +0000025594 00000 n +0000025716 00000 n +0000025816 00000 n 0000002815 00000 n 0000003019 00000 n -0000026025 00000 n -0000026125 00000 n -0000026236 00000 n +0000026020 00000 n +0000026120 00000 n +0000026231 00000 n 0000003219 00000 n 0000003374 00000 n -0000026419 00000 n -0000026519 00000 n -0000026630 00000 n +0000026414 00000 n +0000026514 00000 n +0000026625 00000 n 0000003574 00000 n 0000003722 00000 n 0000003922 00000 n 0000022031 00000 n 0000021896 00000 n 0000020571 00000 n -0000034245 00000 n -0000031021 00000 n -0000028837 00000 n -0000034611 00000 n +0000034240 00000 n +0000031016 00000 n +0000028832 00000 n +0000034606 00000 n 0000022165 00000 n 0000022201 00000 n 0000022246 00000 n 0000022419 00000 n 0000022702 00000 n -0000023318 00000 n -0000026950 00000 n -0000027836 00000 n -0000026996 00000 n -0000028057 00000 n -0000028991 00000 n -0000029191 00000 n -0000030010 00000 n -0000029224 00000 n -0000030239 00000 n -0000031181 00000 n -0000031387 00000 n -0000033111 00000 n -0000031507 00000 n -0000033339 00000 n -0000034405 00000 n -0000034673 00000 n -0000034717 00000 n +0000023321 00000 n +0000026945 00000 n +0000027831 00000 n +0000026991 00000 n +0000028052 00000 n +0000028986 00000 n +0000029186 00000 n +0000030005 00000 n +0000029219 00000 n +0000030234 00000 n +0000031176 00000 n +0000031382 00000 n +0000033106 00000 n +0000031502 00000 n +0000033334 00000 n +0000034400 00000 n +0000034668 00000 n +0000034712 00000 n trailer << /Size 82 /Root 81 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -34871 +34866 %%EOF diff --git a/required/latex-lab/testfiles-math-luatex/mathml-luamml-3.tpf b/required/latex-lab/testfiles-math-luatex/mathml-luamml-3.tpf index dbeb5b4a0..56f575adc 100644 --- a/required/latex-lab/testfiles-math-luatex/mathml-luamml-3.tpf +++ b/required/latex-lab/testfiles-math-luatex/mathml-luamml-3.tpf @@ -467,7 +467,7 @@ endobj << /Kids [55 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 57 0 obj << /display <> @@ -488,16 +488,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -721,78 +721,78 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000024567 00000 n +0000024562 00000 n 0000020603 00000 n 0000020932 00000 n -0000023124 00000 n -0000021751 00000 n +0000023119 00000 n +0000021754 00000 n 0000000012 00000 f -0000021819 00000 n +0000021822 00000 n 0000000014 00000 f -0000021889 00000 n +0000021892 00000 n 0000000020 00000 f -0000022652 00000 n -0000021970 00000 n +0000022657 00000 n +0000021973 00000 n 0000022930 00000 n 0000022759 00000 n -0000023037 00000 n +0000023032 00000 n 0000000000 00000 f -0000023185 00000 n +0000023180 00000 n 0000000020 00000 n 0000000240 00000 n 0000000427 00000 n 0000000865 00000 n 0000001052 00000 n 0000001331 00000 n -0000023299 00000 n -0000023387 00000 n -0000023475 00000 n -0000023575 00000 n +0000023294 00000 n +0000023382 00000 n +0000023470 00000 n +0000023570 00000 n 0000001518 00000 n 0000001722 00000 n -0000023779 00000 n -0000023879 00000 n -0000023990 00000 n +0000023774 00000 n +0000023874 00000 n +0000023985 00000 n 0000001922 00000 n 0000002077 00000 n -0000024173 00000 n -0000024273 00000 n -0000024384 00000 n +0000024168 00000 n +0000024268 00000 n +0000024379 00000 n 0000002277 00000 n 0000002425 00000 n 0000002625 00000 n 0000020304 00000 n 0000020169 00000 n 0000019274 00000 n -0000031774 00000 n -0000028550 00000 n -0000026366 00000 n -0000032140 00000 n +0000031769 00000 n +0000028545 00000 n +0000026361 00000 n +0000032135 00000 n 0000020438 00000 n 0000020474 00000 n 0000020519 00000 n 0000020660 00000 n 0000020895 00000 n -0000021511 00000 n -0000024704 00000 n -0000025393 00000 n -0000024735 00000 n -0000025614 00000 n -0000026520 00000 n -0000026720 00000 n -0000027539 00000 n -0000026753 00000 n -0000027768 00000 n -0000028710 00000 n -0000028916 00000 n -0000030640 00000 n -0000029036 00000 n -0000030868 00000 n -0000031934 00000 n -0000032202 00000 n -0000032246 00000 n +0000021514 00000 n +0000024699 00000 n +0000025388 00000 n +0000024730 00000 n +0000025609 00000 n +0000026515 00000 n +0000026715 00000 n +0000027534 00000 n +0000026748 00000 n +0000027763 00000 n +0000028705 00000 n +0000028911 00000 n +0000030635 00000 n +0000029031 00000 n +0000030863 00000 n +0000031929 00000 n +0000032197 00000 n +0000032241 00000 n trailer << /Size 75 /Root 74 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -32400 +32395 %%EOF diff --git a/required/latex-lab/testfiles-math-luatex/mathml-luamml-4.tpf b/required/latex-lab/testfiles-math-luatex/mathml-luamml-4.tpf index 7fefdbaf4..fe5cf6819 100644 --- a/required/latex-lab/testfiles-math-luatex/mathml-luamml-4.tpf +++ b/required/latex-lab/testfiles-math-luatex/mathml-luamml-4.tpf @@ -437,7 +437,7 @@ endobj << /Kids [48 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 50 0 obj << /display <> @@ -458,16 +458,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -688,70 +688,70 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000022964 00000 n +0000022959 00000 n 0000019021 00000 n 0000019350 00000 n -0000021542 00000 n -0000020169 00000 n +0000021537 00000 n +0000020172 00000 n 0000000012 00000 f -0000020237 00000 n +0000020240 00000 n 0000000014 00000 f -0000020307 00000 n +0000020310 00000 n 0000000020 00000 f -0000021070 00000 n -0000020388 00000 n +0000021075 00000 n +0000020391 00000 n 0000021348 00000 n 0000021177 00000 n -0000021455 00000 n +0000021450 00000 n 0000000000 00000 f -0000021603 00000 n -0000021717 00000 n -0000021805 00000 n -0000021893 00000 n -0000021993 00000 n +0000021598 00000 n +0000021712 00000 n +0000021800 00000 n +0000021888 00000 n +0000021988 00000 n 0000000020 00000 n 0000000224 00000 n -0000022190 00000 n -0000022290 00000 n -0000022401 00000 n +0000022185 00000 n +0000022285 00000 n +0000022396 00000 n 0000000424 00000 n 0000000579 00000 n -0000022577 00000 n -0000022677 00000 n -0000022788 00000 n +0000022572 00000 n +0000022672 00000 n +0000022783 00000 n 0000000779 00000 n 0000000927 00000 n 0000001127 00000 n 0000018806 00000 n 0000018671 00000 n 0000017776 00000 n -0000030171 00000 n -0000026947 00000 n -0000024763 00000 n -0000030537 00000 n +0000030166 00000 n +0000026942 00000 n +0000024758 00000 n +0000030532 00000 n 0000018940 00000 n 0000018976 00000 n 0000019078 00000 n 0000019313 00000 n -0000019929 00000 n -0000023101 00000 n -0000023790 00000 n -0000023132 00000 n -0000024011 00000 n -0000024917 00000 n -0000025117 00000 n -0000025936 00000 n -0000025150 00000 n -0000026165 00000 n -0000027107 00000 n -0000027313 00000 n -0000029037 00000 n -0000027433 00000 n -0000029265 00000 n -0000030331 00000 n -0000030599 00000 n +0000019932 00000 n +0000023096 00000 n +0000023785 00000 n +0000023127 00000 n +0000024006 00000 n +0000024912 00000 n +0000025112 00000 n +0000025931 00000 n +0000025145 00000 n +0000026160 00000 n +0000027102 00000 n +0000027308 00000 n +0000029032 00000 n +0000027428 00000 n +0000029260 00000 n +0000030326 00000 n +0000030594 00000 n trailer << /Size 67 /Root 66 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -30739 +30734 %%EOF diff --git a/required/latex-lab/testfiles-math-luatex/mtag-008-gh765.tpf b/required/latex-lab/testfiles-math-luatex/mtag-008-gh765.tpf index 4c2e1491e..ac4186738 100644 --- a/required/latex-lab/testfiles-math-luatex/mtag-008-gh765.tpf +++ b/required/latex-lab/testfiles-math-luatex/mtag-008-gh765.tpf @@ -442,7 +442,7 @@ endobj << /Kids [60 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 62 0 obj << /justify <> @@ -1015,86 +1015,86 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000021406 00000 n +0000021409 00000 n 0000016010 00000 n 0000016806 00000 n 0000000000 00000 f -0000017625 00000 n -0000017726 00000 n -0000017802 00000 n -0000017878 00000 n -0000017965 00000 n -0000018064 00000 n +0000017628 00000 n +0000017729 00000 n +0000017805 00000 n +0000017881 00000 n +0000017968 00000 n +0000018067 00000 n 0000000020 00000 n 0000000192 00000 n -0000018306 00000 n -0000018388 00000 n -0000018476 00000 n -0000018599 00000 n -0000018695 00000 n -0000018780 00000 n +0000018309 00000 n +0000018391 00000 n +0000018479 00000 n +0000018602 00000 n +0000018698 00000 n +0000018783 00000 n 0000000392 00000 n 0000000682 00000 n -0000018999 00000 n -0000019149 00000 n -0000019233 00000 n -0000019314 00000 n -0000019423 00000 n -0000019507 00000 n -0000019588 00000 n -0000019697 00000 n -0000019779 00000 n -0000019867 00000 n -0000019990 00000 n -0000020077 00000 n +0000019002 00000 n +0000019152 00000 n +0000019236 00000 n +0000019317 00000 n +0000019426 00000 n +0000019510 00000 n +0000019591 00000 n +0000019700 00000 n +0000019782 00000 n +0000019870 00000 n +0000019993 00000 n +0000020080 00000 n 0000000882 00000 n 0000001170 00000 n -0000020300 00000 n -0000020451 00000 n -0000020535 00000 n -0000020616 00000 n -0000020726 00000 n -0000020810 00000 n -0000020891 00000 n -0000021001 00000 n -0000021083 00000 n -0000021171 00000 n -0000021295 00000 n +0000020303 00000 n +0000020454 00000 n +0000020538 00000 n +0000020619 00000 n +0000020729 00000 n +0000020813 00000 n +0000020894 00000 n +0000021004 00000 n +0000021086 00000 n +0000021174 00000 n +0000021298 00000 n 0000001370 00000 n 0000015804 00000 n 0000015669 00000 n 0000013156 00000 n -0000053881 00000 n -0000055823 00000 n -0000023232 00000 n -0000057760 00000 n -0000057916 00000 n +0000053884 00000 n +0000055826 00000 n +0000023235 00000 n +0000057763 00000 n +0000057919 00000 n 0000015974 00000 n 0000016151 00000 n 0000016769 00000 n -0000017385 00000 n -0000021524 00000 n -0000021549 00000 n -0000022244 00000 n -0000021581 00000 n -0000021654 00000 n -0000022480 00000 n -0000023386 00000 n -0000023586 00000 n -0000023821 00000 n -0000031454 00000 n -0000023846 00000 n -0000044286 00000 n -0000031676 00000 n -0000052078 00000 n -0000044573 00000 n -0000052296 00000 n -0000054039 00000 n -0000055981 00000 n -0000057978 00000 n -0000058093 00000 n +0000017388 00000 n +0000021527 00000 n +0000021552 00000 n +0000022247 00000 n +0000021584 00000 n +0000021657 00000 n +0000022483 00000 n +0000023389 00000 n +0000023589 00000 n +0000023824 00000 n +0000031457 00000 n +0000023849 00000 n +0000044289 00000 n +0000031679 00000 n +0000052081 00000 n +0000044576 00000 n +0000052299 00000 n +0000054042 00000 n +0000055984 00000 n +0000057981 00000 n +0000058096 00000 n trailer << /Size 83 /Root 81 0 R /Info 82 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -58225 +58228 %%EOF diff --git a/required/latex-lab/testfiles-math/mathcapture-tag-001.tpf b/required/latex-lab/testfiles-math/mathcapture-tag-001.tpf index 09dd5af85..bb3991aa3 100644 --- a/required/latex-lab/testfiles-math/mathcapture-tag-001.tpf +++ b/required/latex-lab/testfiles-math/mathcapture-tag-001.tpf @@ -350,7 +350,7 @@ endobj << /Kids [39 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 41 0 obj << /justify <> @@ -1546,79 +1546,79 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000020680 00000 n +0000020683 00000 n 0000015172 00000 n 0000015641 00000 n 0000000000 00000 f -0000016323 00000 n -0000016408 00000 n -0000016484 00000 n -0000016560 00000 n -0000016647 00000 n +0000016326 00000 n +0000016411 00000 n +0000016487 00000 n +0000016563 00000 n +0000016650 00000 n 0000014794 00000 n -0000016784 00000 n -0000017664 00000 n +0000016787 00000 n +0000017667 00000 n 0000000015 00000 n 0000000372 00000 n -0000018940 00000 n -0000019204 00000 n -0000019312 00000 n -0000019772 00000 n -0000019880 00000 n -0000020365 00000 n -0000020453 00000 n -0000020571 00000 n +0000018943 00000 n +0000019207 00000 n +0000019315 00000 n +0000019775 00000 n +0000019883 00000 n +0000020368 00000 n +0000020456 00000 n +0000020574 00000 n 0000000572 00000 n 0000014929 00000 n 0000012360 00000 n -0000093009 00000 n -0000093900 00000 n -0000082337 00000 n -0000086213 00000 n -0000084278 00000 n -0000090763 00000 n -0000088490 00000 n -0000094064 00000 n +0000093012 00000 n +0000093903 00000 n +0000082340 00000 n +0000086216 00000 n +0000084281 00000 n +0000090766 00000 n +0000088493 00000 n +0000094067 00000 n 0000015136 00000 n 0000015306 00000 n 0000015604 00000 n -0000016220 00000 n -0000020798 00000 n -0000021251 00000 n -0000021275 00000 n -0000021562 00000 n -0000021604 00000 n -0000021928 00000 n -0000080554 00000 n -0000021950 00000 n -0000022521 00000 n -0000030966 00000 n -0000031205 00000 n -0000041203 00000 n -0000041461 00000 n -0000049394 00000 n -0000049627 00000 n -0000057241 00000 n -0000057467 00000 n -0000064863 00000 n -0000065086 00000 n -0000067750 00000 n -0000067968 00000 n -0000080275 00000 n -0000080695 00000 n -0000082495 00000 n -0000084435 00000 n -0000086369 00000 n -0000088647 00000 n -0000090920 00000 n -0000093187 00000 n -0000094123 00000 n -0000094238 00000 n +0000016223 00000 n +0000020801 00000 n +0000021254 00000 n +0000021278 00000 n +0000021565 00000 n +0000021607 00000 n +0000021931 00000 n +0000080557 00000 n +0000021953 00000 n +0000022524 00000 n +0000030969 00000 n +0000031208 00000 n +0000041206 00000 n +0000041464 00000 n +0000049397 00000 n +0000049630 00000 n +0000057244 00000 n +0000057470 00000 n +0000064866 00000 n +0000065089 00000 n +0000067753 00000 n +0000067971 00000 n +0000080278 00000 n +0000080698 00000 n +0000082498 00000 n +0000084438 00000 n +0000086372 00000 n +0000088650 00000 n +0000090923 00000 n +0000093190 00000 n +0000094126 00000 n +0000094241 00000 n trailer << /Size 73 /Root 71 0 R /Info 72 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -94370 +94373 %%EOF diff --git a/required/latex-lab/testfiles-math/mathml-AF-ex1-keys.tpf b/required/latex-lab/testfiles-math/mathml-AF-ex1-keys.tpf index beb00b733..f168af8bd 100644 --- a/required/latex-lab/testfiles-math/mathml-AF-ex1-keys.tpf +++ b/required/latex-lab/testfiles-math/mathml-AF-ex1-keys.tpf @@ -560,7 +560,7 @@ endobj << /Kids [71 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 73 0 obj << /center <> @@ -582,16 +582,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -2169,23 +2169,23 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000028084 00000 n +0000028079 00000 n 0000022671 00000 n 0000023205 00000 n -0000025436 00000 n -0000024063 00000 n +0000025431 00000 n +0000024066 00000 n 0000000012 00000 f -0000024131 00000 n +0000024134 00000 n 0000000014 00000 f -0000024201 00000 n +0000024204 00000 n 0000000020 00000 f -0000024964 00000 n -0000024282 00000 n +0000024969 00000 n +0000024285 00000 n 0000025242 00000 n 0000025071 00000 n -0000025349 00000 n +0000025344 00000 n 0000000000 00000 f -0000025497 00000 n +0000025492 00000 n 0000000015 00000 n 0000000248 00000 n 0000000435 00000 n @@ -2194,93 +2194,93 @@ xref 0000001113 00000 n 0000001300 00000 n 0000001645 00000 n -0000025604 00000 n -0000025692 00000 n -0000025780 00000 n -0000025896 00000 n -0000025992 00000 n +0000025599 00000 n +0000025687 00000 n +0000025775 00000 n +0000025891 00000 n +0000025987 00000 n 0000022146 00000 n -0000026124 00000 n -0000026256 00000 n -0000026388 00000 n -0000026499 00000 n -0000026632 00000 n -0000026752 00000 n -0000026852 00000 n -0000027108 00000 n -0000027282 00000 n +0000026119 00000 n +0000026251 00000 n +0000026383 00000 n +0000026494 00000 n +0000026627 00000 n +0000026747 00000 n +0000026847 00000 n +0000027103 00000 n +0000027277 00000 n 0000001832 00000 n 0000001977 00000 n -0000027456 00000 n +0000027451 00000 n 0000002177 00000 n 0000002324 00000 n -0000027638 00000 n -0000027747 00000 n -0000027881 00000 n +0000027633 00000 n +0000027742 00000 n +0000027876 00000 n 0000002524 00000 n 0000002727 00000 n 0000002927 00000 n 0000022281 00000 n 0000019802 00000 n -0000122524 00000 n -0000123418 00000 n -0000120255 00000 n -0000115717 00000 n -0000117986 00000 n -0000107306 00000 n -0000113466 00000 n -0000111187 00000 n -0000109250 00000 n -0000123583 00000 n +0000122519 00000 n +0000123413 00000 n +0000120250 00000 n +0000115712 00000 n +0000117981 00000 n +0000107301 00000 n +0000113461 00000 n +0000111182 00000 n +0000109245 00000 n +0000123578 00000 n 0000022488 00000 n 0000022524 00000 n 0000022569 00000 n 0000022805 00000 n 0000023168 00000 n -0000023784 00000 n -0000028221 00000 n -0000028245 00000 n -0000028269 00000 n -0000028323 00000 n -0000105485 00000 n -0000028689 00000 n -0000029164 00000 n -0000029568 00000 n -0000030041 00000 n -0000030063 00000 n -0000030305 00000 n -0000038233 00000 n -0000038463 00000 n -0000045834 00000 n -0000046055 00000 n -0000053464 00000 n -0000053682 00000 n -0000061220 00000 n -0000061450 00000 n -0000064114 00000 n -0000064332 00000 n -0000074881 00000 n -0000075118 00000 n -0000088020 00000 n -0000088290 00000 n -0000100503 00000 n -0000100759 00000 n -0000105246 00000 n -0000105663 00000 n -0000107466 00000 n -0000109408 00000 n -0000111344 00000 n -0000113627 00000 n -0000115896 00000 n -0000118165 00000 n -0000120434 00000 n -0000122704 00000 n -0000123642 00000 n -0000123687 00000 n +0000023787 00000 n +0000028216 00000 n +0000028240 00000 n +0000028264 00000 n +0000028318 00000 n +0000105480 00000 n +0000028684 00000 n +0000029159 00000 n +0000029563 00000 n +0000030036 00000 n +0000030058 00000 n +0000030300 00000 n +0000038228 00000 n +0000038458 00000 n +0000045829 00000 n +0000046050 00000 n +0000053459 00000 n +0000053677 00000 n +0000061215 00000 n +0000061445 00000 n +0000064109 00000 n +0000064327 00000 n +0000074876 00000 n +0000075113 00000 n +0000088015 00000 n +0000088285 00000 n +0000100498 00000 n +0000100754 00000 n +0000105241 00000 n +0000105658 00000 n +0000107461 00000 n +0000109403 00000 n +0000111339 00000 n +0000113622 00000 n +0000115891 00000 n +0000118160 00000 n +0000120429 00000 n +0000122699 00000 n +0000123637 00000 n +0000123682 00000 n trailer << /Size 113 /Root 112 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -123843 +123838 %%EOF diff --git a/required/latex-lab/testfiles-math/mtag-008-gh765.tpf b/required/latex-lab/testfiles-math/mtag-008-gh765.tpf index b048f9920..b0664d698 100644 --- a/required/latex-lab/testfiles-math/mtag-008-gh765.tpf +++ b/required/latex-lab/testfiles-math/mtag-008-gh765.tpf @@ -413,7 +413,7 @@ endobj << /Kids [61 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 63 0 obj << /justify <> @@ -1324,93 +1324,93 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000021362 00000 n +0000021365 00000 n 0000015552 00000 n 0000016425 00000 n 0000000000 00000 f -0000017244 00000 n -0000017345 00000 n -0000017421 00000 n -0000017497 00000 n -0000017584 00000 n +0000017247 00000 n +0000017348 00000 n +0000017424 00000 n +0000017500 00000 n +0000017587 00000 n 0000015198 00000 n -0000017747 00000 n +0000017750 00000 n 0000000015 00000 n 0000000186 00000 n -0000017951 00000 n -0000018033 00000 n -0000018121 00000 n -0000018242 00000 n -0000018338 00000 n -0000018459 00000 n +0000017954 00000 n +0000018036 00000 n +0000018124 00000 n +0000018245 00000 n +0000018341 00000 n +0000018462 00000 n 0000000386 00000 n 0000000675 00000 n -0000018807 00000 n -0000018955 00000 n -0000019039 00000 n -0000019120 00000 n -0000019227 00000 n -0000019311 00000 n -0000019392 00000 n -0000019500 00000 n -0000019582 00000 n -0000019670 00000 n -0000019792 00000 n -0000019879 00000 n +0000018810 00000 n +0000018958 00000 n +0000019042 00000 n +0000019123 00000 n +0000019230 00000 n +0000019314 00000 n +0000019395 00000 n +0000019503 00000 n +0000019585 00000 n +0000019673 00000 n +0000019795 00000 n +0000019882 00000 n 0000000875 00000 n 0000001162 00000 n -0000020266 00000 n -0000020415 00000 n -0000020499 00000 n -0000020580 00000 n -0000020688 00000 n -0000020772 00000 n -0000020853 00000 n -0000020961 00000 n -0000021043 00000 n -0000021131 00000 n -0000021253 00000 n +0000020269 00000 n +0000020418 00000 n +0000020502 00000 n +0000020583 00000 n +0000020691 00000 n +0000020775 00000 n +0000020856 00000 n +0000020964 00000 n +0000021046 00000 n +0000021134 00000 n +0000021256 00000 n 0000001362 00000 n 0000015333 00000 n 0000013145 00000 n -0000056278 00000 n -0000058219 00000 n -0000062731 00000 n -0000063622 00000 n -0000060465 00000 n -0000063786 00000 n +0000056281 00000 n +0000058222 00000 n +0000062734 00000 n +0000063625 00000 n +0000060468 00000 n +0000063789 00000 n 0000015516 00000 n 0000015770 00000 n 0000016388 00000 n -0000017004 00000 n -0000054488 00000 n -0000021480 00000 n -0000021504 00000 n -0000021526 00000 n -0000022019 00000 n -0000022043 00000 n -0000022067 00000 n -0000029652 00000 n -0000029872 00000 n -0000037243 00000 n -0000037464 00000 n -0000040128 00000 n -0000040346 00000 n -0000042226 00000 n -0000042447 00000 n -0000054220 00000 n -0000054636 00000 n -0000056436 00000 n -0000058376 00000 n -0000060642 00000 n -0000062909 00000 n -0000063845 00000 n -0000063960 00000 n +0000017007 00000 n +0000054491 00000 n +0000021483 00000 n +0000021507 00000 n +0000021529 00000 n +0000022022 00000 n +0000022046 00000 n +0000022070 00000 n +0000029655 00000 n +0000029875 00000 n +0000037246 00000 n +0000037467 00000 n +0000040131 00000 n +0000040349 00000 n +0000042229 00000 n +0000042450 00000 n +0000054223 00000 n +0000054639 00000 n +0000056439 00000 n +0000058379 00000 n +0000060645 00000 n +0000062912 00000 n +0000063848 00000 n +0000063963 00000 n trailer << /Size 87 /Root 85 0 R /Info 86 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -64092 +64095 %%EOF diff --git a/required/latex-lab/testfiles-minipage/minipage-006-gh723.luatex.tpf b/required/latex-lab/testfiles-minipage/minipage-006-gh723.luatex.tpf index 316971eee..583056c55 100644 --- a/required/latex-lab/testfiles-minipage/minipage-006-gh723.luatex.tpf +++ b/required/latex-lab/testfiles-minipage/minipage-006-gh723.luatex.tpf @@ -112,7 +112,7 @@ endobj << /Kids [31 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 33 0 obj << /justify <> @@ -479,53 +479,53 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000004638 00000 n +0000004641 00000 n 0000002320 00000 n 0000002678 00000 n 0000000000 00000 f -0000003360 00000 n -0000003445 00000 n -0000003521 00000 n -0000003597 00000 n -0000003693 00000 n -0000003816 00000 n +0000003363 00000 n +0000003448 00000 n +0000003524 00000 n +0000003600 00000 n +0000003696 00000 n +0000003819 00000 n 0000000020 00000 n 0000000292 00000 n -0000004015 00000 n -0000004106 00000 n -0000004194 00000 n -0000004317 00000 n -0000004405 00000 n -0000004528 00000 n +0000004018 00000 n +0000004109 00000 n +0000004197 00000 n +0000004320 00000 n +0000004408 00000 n +0000004531 00000 n 0000002126 00000 n 0000001991 00000 n 0000000492 00000 n -0000032824 00000 n -0000006470 00000 n -0000030882 00000 n -0000032982 00000 n +0000032827 00000 n +0000006473 00000 n +0000030885 00000 n +0000032985 00000 n 0000002284 00000 n 0000002391 00000 n 0000002641 00000 n -0000003257 00000 n -0000004756 00000 n -0000004787 00000 n -0000005482 00000 n -0000004819 00000 n -0000004892 00000 n -0000005718 00000 n -0000006624 00000 n -0000006824 00000 n -0000014883 00000 n -0000007091 00000 n -0000028989 00000 n -0000015108 00000 n -0000029297 00000 n -0000031040 00000 n -0000033044 00000 n -0000033143 00000 n +0000003260 00000 n +0000004759 00000 n +0000004790 00000 n +0000005485 00000 n +0000004822 00000 n +0000004895 00000 n +0000005721 00000 n +0000006627 00000 n +0000006827 00000 n +0000014886 00000 n +0000007094 00000 n +0000028992 00000 n +0000015111 00000 n +0000029300 00000 n +0000031043 00000 n +0000033047 00000 n +0000033146 00000 n trailer << /Size 50 /Root 48 0 R /Info 49 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -33277 +33280 %%EOF diff --git a/required/latex-lab/testfiles-minipage/minipage-006-gh723.tpf b/required/latex-lab/testfiles-minipage/minipage-006-gh723.tpf index 1122a7724..958c4e1bd 100644 --- a/required/latex-lab/testfiles-minipage/minipage-006-gh723.tpf +++ b/required/latex-lab/testfiles-minipage/minipage-006-gh723.tpf @@ -90,7 +90,7 @@ endobj << /Kids [32 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 34 0 obj << /justify <> @@ -745,60 +745,60 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000004291 00000 n +0000004294 00000 n 0000001905 00000 n 0000002277 00000 n 0000000000 00000 f -0000002959 00000 n -0000003044 00000 n -0000003120 00000 n -0000003196 00000 n -0000003292 00000 n +0000002962 00000 n +0000003047 00000 n +0000003123 00000 n +0000003199 00000 n +0000003295 00000 n 0000001563 00000 n -0000003413 00000 n +0000003416 00000 n 0000000015 00000 n 0000000286 00000 n -0000003674 00000 n -0000003765 00000 n -0000003853 00000 n -0000003974 00000 n -0000004062 00000 n -0000004183 00000 n +0000003677 00000 n +0000003768 00000 n +0000003856 00000 n +0000003977 00000 n +0000004065 00000 n +0000004186 00000 n 0000001698 00000 n 0000000486 00000 n -0000042790 00000 n -0000043681 00000 n -0000038603 00000 n -0000040544 00000 n -0000043845 00000 n +0000042793 00000 n +0000043684 00000 n +0000038606 00000 n +0000040547 00000 n +0000043848 00000 n 0000001869 00000 n 0000001990 00000 n 0000002240 00000 n -0000002856 00000 n -0000004409 00000 n -0000004433 00000 n -0000004463 00000 n -0000036799 00000 n -0000004485 00000 n -0000004990 00000 n -0000012759 00000 n -0000012981 00000 n -0000020352 00000 n -0000020573 00000 n -0000023237 00000 n -0000023455 00000 n -0000036517 00000 n -0000036961 00000 n -0000038761 00000 n -0000040701 00000 n -0000042968 00000 n -0000043904 00000 n -0000044003 00000 n +0000002859 00000 n +0000004412 00000 n +0000004436 00000 n +0000004466 00000 n +0000036802 00000 n +0000004488 00000 n +0000004993 00000 n +0000012762 00000 n +0000012984 00000 n +0000020355 00000 n +0000020576 00000 n +0000023240 00000 n +0000023458 00000 n +0000036520 00000 n +0000036964 00000 n +0000038764 00000 n +0000040704 00000 n +0000042971 00000 n +0000043907 00000 n +0000044006 00000 n trailer << /Size 54 /Root 52 0 R /Info 53 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -44137 +44140 %%EOF diff --git a/required/latex-lab/testfiles-sec/test-article-1.luatex.tpf b/required/latex-lab/testfiles-sec/test-article-1.luatex.tpf index f417c2dd7..d79ba1ddf 100644 --- a/required/latex-lab/testfiles-sec/test-article-1.luatex.tpf +++ b/required/latex-lab/testfiles-sec/test-article-1.luatex.tpf @@ -524,7 +524,7 @@ endobj << /Kids [81 0 R 82 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K [10 0 R 28 0 R 53 0 R] /ID (ID.002) >> @@ -1186,107 +1186,107 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000025086 00000 n +0000025089 00000 n 0000016617 00000 n 0000018016 00000 n 0000000000 00000 f -0000018595 00000 n -0000018696 00000 n -0000018787 00000 n -0000018896 00000 n -0000018984 00000 n -0000019095 00000 n -0000019187 00000 n -0000019301 00000 n -0000019393 00000 n -0000019510 00000 n -0000019602 00000 n -0000019722 00000 n -0000019814 00000 n -0000019911 00000 n -0000020027 00000 n -0000020138 00000 n -0000020221 00000 n -0000020318 00000 n -0000020437 00000 n -0000020548 00000 n -0000020639 00000 n -0000020757 00000 n -0000020845 00000 n -0000020956 00000 n -0000021044 00000 n -0000021155 00000 n -0000021247 00000 n -0000021371 00000 n -0000021485 00000 n -0000021577 00000 n -0000021704 00000 n -0000021818 00000 n -0000021910 00000 n -0000022040 00000 n -0000022154 00000 n -0000022246 00000 n -0000022343 00000 n -0000022470 00000 n -0000022581 00000 n -0000022693 00000 n -0000022776 00000 n -0000022873 00000 n -0000023003 00000 n -0000023114 00000 n -0000023226 00000 n -0000023317 00000 n -0000023426 00000 n -0000023514 00000 n -0000023626 00000 n -0000023718 00000 n -0000023833 00000 n -0000023925 00000 n -0000024043 00000 n -0000024135 00000 n -0000024256 00000 n -0000024348 00000 n -0000024445 00000 n -0000024562 00000 n -0000024674 00000 n -0000024757 00000 n -0000024854 00000 n -0000024974 00000 n +0000018598 00000 n +0000018699 00000 n +0000018790 00000 n +0000018899 00000 n +0000018987 00000 n +0000019098 00000 n +0000019190 00000 n +0000019304 00000 n +0000019396 00000 n +0000019513 00000 n +0000019605 00000 n +0000019725 00000 n +0000019817 00000 n +0000019914 00000 n +0000020030 00000 n +0000020141 00000 n +0000020224 00000 n +0000020321 00000 n +0000020440 00000 n +0000020551 00000 n +0000020642 00000 n +0000020760 00000 n +0000020848 00000 n +0000020959 00000 n +0000021047 00000 n +0000021158 00000 n +0000021250 00000 n +0000021374 00000 n +0000021488 00000 n +0000021580 00000 n +0000021707 00000 n +0000021821 00000 n +0000021913 00000 n +0000022043 00000 n +0000022157 00000 n +0000022249 00000 n +0000022346 00000 n +0000022473 00000 n +0000022584 00000 n +0000022696 00000 n +0000022779 00000 n +0000022876 00000 n +0000023006 00000 n +0000023117 00000 n +0000023229 00000 n +0000023320 00000 n +0000023429 00000 n +0000023517 00000 n +0000023629 00000 n +0000023721 00000 n +0000023836 00000 n +0000023928 00000 n +0000024046 00000 n +0000024138 00000 n +0000024259 00000 n +0000024351 00000 n +0000024448 00000 n +0000024565 00000 n +0000024677 00000 n +0000024760 00000 n +0000024857 00000 n +0000024977 00000 n 0000000020 00000 n 0000016411 00000 n 0000016276 00000 n 0000011806 00000 n -0000065720 00000 n -0000063771 00000 n -0000027057 00000 n -0000067665 00000 n -0000067824 00000 n +0000065723 00000 n +0000063774 00000 n +0000027060 00000 n +0000067668 00000 n +0000067827 00000 n 0000016581 00000 n 0000016863 00000 n 0000017721 00000 n 0000017972 00000 n -0000025187 00000 n -0000025374 00000 n -0000026069 00000 n -0000025406 00000 n -0000025479 00000 n -0000026305 00000 n -0000027211 00000 n -0000027411 00000 n -0000027638 00000 n -0000040262 00000 n -0000027853 00000 n -0000050608 00000 n -0000040541 00000 n -0000061743 00000 n -0000050881 00000 n -0000061982 00000 n -0000063930 00000 n -0000065880 00000 n -0000067886 00000 n -0000068002 00000 n +0000025190 00000 n +0000025377 00000 n +0000026072 00000 n +0000025409 00000 n +0000025482 00000 n +0000026308 00000 n +0000027214 00000 n +0000027414 00000 n +0000027641 00000 n +0000040265 00000 n +0000027856 00000 n +0000050611 00000 n +0000040544 00000 n +0000061746 00000 n +0000050884 00000 n +0000061985 00000 n +0000063933 00000 n +0000065883 00000 n +0000067889 00000 n +0000068005 00000 n trailer << /Size 104 /Root 102 0 R /Info 103 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -68135 +68138 %%EOF diff --git a/required/latex-lab/testfiles-sec/test-article-1.tpf b/required/latex-lab/testfiles-sec/test-article-1.tpf index bd7292e59..bb2ddb3b8 100644 --- a/required/latex-lab/testfiles-sec/test-article-1.tpf +++ b/required/latex-lab/testfiles-sec/test-article-1.tpf @@ -443,7 +443,7 @@ endobj << /Kids [83 0 R 84 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K [10 0 R 29 0 R 54 0 R] /ID (ID.002) >> @@ -1670,119 +1670,119 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000023848 00000 n +0000023851 00000 n 0000015368 00000 n 0000016781 00000 n 0000000000 00000 f -0000017360 00000 n -0000017461 00000 n -0000017552 00000 n -0000017661 00000 n -0000017749 00000 n +0000017363 00000 n +0000017464 00000 n +0000017555 00000 n +0000017664 00000 n +0000017752 00000 n 0000015002 00000 n -0000017858 00000 n -0000017950 00000 n -0000018062 00000 n -0000018154 00000 n -0000018269 00000 n -0000018361 00000 n -0000018479 00000 n -0000018571 00000 n -0000018668 00000 n -0000018782 00000 n -0000018891 00000 n -0000018974 00000 n -0000019071 00000 n -0000019188 00000 n -0000019297 00000 n -0000019388 00000 n -0000019506 00000 n -0000019594 00000 n -0000019703 00000 n -0000019791 00000 n -0000019900 00000 n -0000019992 00000 n -0000020114 00000 n -0000020223 00000 n -0000020315 00000 n -0000020440 00000 n -0000020549 00000 n -0000020641 00000 n -0000020769 00000 n -0000020878 00000 n -0000020970 00000 n -0000021067 00000 n -0000021225 00000 n -0000021334 00000 n -0000021444 00000 n -0000021527 00000 n -0000021624 00000 n -0000021785 00000 n -0000021894 00000 n -0000022004 00000 n -0000022095 00000 n -0000022204 00000 n -0000022292 00000 n -0000022402 00000 n -0000022494 00000 n -0000022607 00000 n -0000022699 00000 n -0000022815 00000 n -0000022907 00000 n -0000023026 00000 n -0000023118 00000 n -0000023215 00000 n -0000023330 00000 n -0000023440 00000 n -0000023523 00000 n -0000023620 00000 n -0000023738 00000 n +0000017861 00000 n +0000017953 00000 n +0000018065 00000 n +0000018157 00000 n +0000018272 00000 n +0000018364 00000 n +0000018482 00000 n +0000018574 00000 n +0000018671 00000 n +0000018785 00000 n +0000018894 00000 n +0000018977 00000 n +0000019074 00000 n +0000019191 00000 n +0000019300 00000 n +0000019391 00000 n +0000019509 00000 n +0000019597 00000 n +0000019706 00000 n +0000019794 00000 n +0000019903 00000 n +0000019995 00000 n +0000020117 00000 n +0000020226 00000 n +0000020318 00000 n +0000020443 00000 n +0000020552 00000 n +0000020644 00000 n +0000020772 00000 n +0000020881 00000 n +0000020973 00000 n +0000021070 00000 n +0000021228 00000 n +0000021337 00000 n +0000021447 00000 n +0000021530 00000 n +0000021627 00000 n +0000021788 00000 n +0000021897 00000 n +0000022007 00000 n +0000022098 00000 n +0000022207 00000 n +0000022295 00000 n +0000022405 00000 n +0000022497 00000 n +0000022610 00000 n +0000022702 00000 n +0000022818 00000 n +0000022910 00000 n +0000023029 00000 n +0000023121 00000 n +0000023218 00000 n +0000023333 00000 n +0000023443 00000 n +0000023526 00000 n +0000023623 00000 n +0000023741 00000 n 0000000015 00000 n 0000015137 00000 n 0000011798 00000 n -0000097280 00000 n -0000095010 00000 n -0000092741 00000 n -0000090472 00000 n -0000099550 00000 n -0000100444 00000 n -0000100609 00000 n +0000097283 00000 n +0000095013 00000 n +0000092744 00000 n +0000090475 00000 n +0000099553 00000 n +0000100447 00000 n +0000100612 00000 n 0000015332 00000 n 0000015628 00000 n 0000016486 00000 n 0000016737 00000 n -0000023949 00000 n -0000088242 00000 n -0000023971 00000 n -0000024410 00000 n -0000024856 00000 n -0000025304 00000 n -0000025708 00000 n -0000025943 00000 n -0000028607 00000 n -0000028825 00000 n -0000043577 00000 n -0000043839 00000 n -0000055830 00000 n -0000056080 00000 n -0000067189 00000 n -0000067435 00000 n -0000077391 00000 n -0000077620 00000 n -0000088005 00000 n -0000088382 00000 n -0000090651 00000 n -0000092920 00000 n -0000095190 00000 n -0000097460 00000 n -0000099730 00000 n -0000100668 00000 n -0000100784 00000 n +0000023952 00000 n +0000088245 00000 n +0000023974 00000 n +0000024413 00000 n +0000024859 00000 n +0000025307 00000 n +0000025711 00000 n +0000025946 00000 n +0000028610 00000 n +0000028828 00000 n +0000043580 00000 n +0000043842 00000 n +0000055833 00000 n +0000056083 00000 n +0000067192 00000 n +0000067438 00000 n +0000077394 00000 n +0000077623 00000 n +0000088008 00000 n +0000088385 00000 n +0000090654 00000 n +0000092923 00000 n +0000095193 00000 n +0000097463 00000 n +0000099733 00000 n +0000100671 00000 n +0000100787 00000 n trailer << /Size 113 /Root 111 0 R /Info 112 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -100917 +100920 %%EOF diff --git a/required/latex-lab/testfiles-sec/test-book-1.luatex.tpf b/required/latex-lab/testfiles-sec/test-book-1.luatex.tpf index 65b3f1f8c..6a5b527ce 100644 --- a/required/latex-lab/testfiles-sec/test-book-1.luatex.tpf +++ b/required/latex-lab/testfiles-sec/test-book-1.luatex.tpf @@ -796,7 +796,7 @@ endobj << /Kids [131 0 R 132 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K [10 0 R 50 0 R 93 0 R] /ID (ID.002) >> @@ -1651,162 +1651,162 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000032553 00000 n +0000032556 00000 n 0000021730 00000 n 0000023547 00000 n 0000000000 00000 f -0000024139 00000 n -0000024240 00000 n -0000024331 00000 n -0000024440 00000 n -0000024528 00000 n +0000024142 00000 n +0000024243 00000 n +0000024334 00000 n +0000024443 00000 n +0000024531 00000 n 0000000446 00000 n 0000000311 00000 n 0000000020 00000 n -0000085200 00000 n -0000087147 00000 n -0000089259 00000 n +0000085203 00000 n +0000087150 00000 n +0000089262 00000 n 0000000771 00000 n 0000000636 00000 n 0000000545 00000 n -0000024639 00000 n -0000024731 00000 n -0000024855 00000 n -0000024943 00000 n -0000025054 00000 n -0000025146 00000 n -0000025260 00000 n -0000025352 00000 n -0000025469 00000 n -0000025561 00000 n -0000025681 00000 n -0000025773 00000 n -0000025870 00000 n -0000025986 00000 n -0000026097 00000 n -0000026180 00000 n -0000026277 00000 n -0000026396 00000 n +0000024642 00000 n +0000024734 00000 n +0000024858 00000 n +0000024946 00000 n +0000025057 00000 n +0000025149 00000 n +0000025263 00000 n +0000025355 00000 n +0000025472 00000 n +0000025564 00000 n +0000025684 00000 n +0000025776 00000 n +0000025873 00000 n +0000025989 00000 n +0000026100 00000 n +0000026183 00000 n +0000026280 00000 n +0000026399 00000 n 0000002290 00000 n 0000002155 00000 n 0000000828 00000 n -0000083248 00000 n -0000034473 00000 n +0000083251 00000 n +0000034476 00000 n 0000002788 00000 n 0000002653 00000 n 0000002413 00000 n -0000089098 00000 n -0000026507 00000 n -0000026598 00000 n -0000026716 00000 n -0000026804 00000 n -0000026915 00000 n -0000027003 00000 n +0000089101 00000 n +0000026510 00000 n +0000026601 00000 n +0000026719 00000 n +0000026807 00000 n +0000026918 00000 n +0000027006 00000 n 0000003509 00000 n 0000003374 00000 n 0000002887 00000 n 0000003846 00000 n 0000003711 00000 n 0000003620 00000 n -0000027114 00000 n -0000027206 00000 n -0000027339 00000 n -0000027427 00000 n -0000027538 00000 n -0000027626 00000 n -0000027737 00000 n -0000027829 00000 n -0000027952 00000 n -0000028065 00000 n -0000028157 00000 n -0000028283 00000 n -0000028396 00000 n -0000028488 00000 n -0000028617 00000 n -0000028730 00000 n -0000028822 00000 n -0000028919 00000 n -0000029045 00000 n -0000029155 00000 n -0000029267 00000 n -0000029350 00000 n -0000029447 00000 n -0000029577 00000 n -0000029688 00000 n +0000027117 00000 n +0000027209 00000 n +0000027342 00000 n +0000027430 00000 n +0000027541 00000 n +0000027629 00000 n +0000027740 00000 n +0000027832 00000 n +0000027955 00000 n +0000028068 00000 n +0000028160 00000 n +0000028286 00000 n +0000028399 00000 n +0000028491 00000 n +0000028620 00000 n +0000028733 00000 n +0000028825 00000 n +0000028922 00000 n +0000029048 00000 n +0000029158 00000 n +0000029270 00000 n +0000029353 00000 n +0000029450 00000 n +0000029580 00000 n +0000029691 00000 n 0000006265 00000 n 0000006130 00000 n 0000003903 00000 n 0000006990 00000 n 0000006855 00000 n 0000006388 00000 n -0000029800 00000 n -0000029892 00000 n -0000030010 00000 n -0000030098 00000 n -0000030210 00000 n -0000030298 00000 n +0000029803 00000 n +0000029895 00000 n +0000030013 00000 n +0000030101 00000 n +0000030213 00000 n +0000030301 00000 n 0000007732 00000 n 0000007595 00000 n 0000007101 00000 n 0000008073 00000 n 0000007935 00000 n 0000007843 00000 n -0000030410 00000 n -0000030505 00000 n -0000030642 00000 n -0000030733 00000 n -0000030847 00000 n -0000030938 00000 n -0000031052 00000 n -0000031148 00000 n -0000031265 00000 n -0000031361 00000 n -0000031481 00000 n -0000031577 00000 n -0000031700 00000 n -0000031796 00000 n -0000031897 00000 n -0000032016 00000 n -0000032130 00000 n -0000032216 00000 n -0000032317 00000 n -0000032439 00000 n +0000030413 00000 n +0000030508 00000 n +0000030645 00000 n +0000030736 00000 n +0000030850 00000 n +0000030941 00000 n +0000031055 00000 n +0000031151 00000 n +0000031268 00000 n +0000031364 00000 n +0000031484 00000 n +0000031580 00000 n +0000031703 00000 n +0000031799 00000 n +0000031900 00000 n +0000032019 00000 n +0000032133 00000 n +0000032219 00000 n +0000032320 00000 n +0000032442 00000 n 0000008131 00000 n 0000021522 00000 n 0000021382 00000 n 0000019916 00000 n -0000089402 00000 n +0000089405 00000 n 0000021693 00000 n 0000022081 00000 n 0000022940 00000 n 0000023500 00000 n -0000032655 00000 n -0000032783 00000 n -0000033481 00000 n -0000032816 00000 n -0000032890 00000 n -0000033720 00000 n -0000034629 00000 n -0000034832 00000 n -0000035060 00000 n -0000035260 00000 n -0000047898 00000 n -0000035488 00000 n -0000059005 00000 n -0000048179 00000 n -0000071444 00000 n -0000059294 00000 n -0000081204 00000 n -0000071724 00000 n -0000081458 00000 n -0000083410 00000 n -0000085362 00000 n -0000087308 00000 n -0000089481 00000 n -0000089553 00000 n -0000089672 00000 n +0000032658 00000 n +0000032786 00000 n +0000033484 00000 n +0000032819 00000 n +0000032893 00000 n +0000033723 00000 n +0000034632 00000 n +0000034835 00000 n +0000035063 00000 n +0000035263 00000 n +0000047901 00000 n +0000035491 00000 n +0000059008 00000 n +0000048182 00000 n +0000071447 00000 n +0000059297 00000 n +0000081207 00000 n +0000071727 00000 n +0000081461 00000 n +0000083413 00000 n +0000085365 00000 n +0000087311 00000 n +0000089484 00000 n +0000089556 00000 n +0000089675 00000 n trailer << /Size 159 /Root 157 0 R /Info 158 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -89805 +89808 %%EOF diff --git a/required/latex-lab/testfiles-sec/test-book-1.tpf b/required/latex-lab/testfiles-sec/test-book-1.tpf index a1e7d0624..b48eb9e0d 100644 --- a/required/latex-lab/testfiles-sec/test-book-1.tpf +++ b/required/latex-lab/testfiles-sec/test-book-1.tpf @@ -791,7 +791,7 @@ endobj << /Kids [134 0 R 135 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K [10 0 R 52 0 R 97 0 R] /ID (ID.002) >> @@ -2458,131 +2458,131 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000030884 00000 n +0000030887 00000 n 0000020043 00000 n 0000021886 00000 n 0000000000 00000 f -0000022478 00000 n -0000022579 00000 n -0000022670 00000 n -0000022779 00000 n -0000022867 00000 n +0000022481 00000 n +0000022582 00000 n +0000022673 00000 n +0000022782 00000 n +0000022870 00000 n 0000000253 00000 n 0000000388 00000 n 0000000015 00000 n -0000125390 00000 n -0000127662 00000 n -0000130996 00000 n +0000125393 00000 n +0000127665 00000 n +0000130999 00000 n 0000000731 00000 n 0000000596 00000 n 0000000488 00000 n -0000022976 00000 n -0000023068 00000 n -0000023192 00000 n -0000023280 00000 n +0000022979 00000 n +0000023071 00000 n +0000023195 00000 n +0000023283 00000 n 0000001750 00000 n -0000023389 00000 n -0000023481 00000 n -0000023593 00000 n -0000023685 00000 n -0000023800 00000 n -0000023892 00000 n -0000024010 00000 n -0000024102 00000 n -0000024199 00000 n -0000024313 00000 n -0000024422 00000 n -0000024505 00000 n -0000024602 00000 n -0000024719 00000 n +0000023392 00000 n +0000023484 00000 n +0000023596 00000 n +0000023688 00000 n +0000023803 00000 n +0000023895 00000 n +0000024013 00000 n +0000024105 00000 n +0000024202 00000 n +0000024316 00000 n +0000024425 00000 n +0000024508 00000 n +0000024605 00000 n +0000024722 00000 n 0000001885 00000 n 0000000789 00000 n -0000120846 00000 n -0000118574 00000 n -0000116302 00000 n -0000130829 00000 n +0000120849 00000 n +0000118577 00000 n +0000116305 00000 n +0000130832 00000 n 0000002365 00000 n 0000002230 00000 n 0000002033 00000 n -0000129934 00000 n -0000024828 00000 n -0000024919 00000 n -0000025037 00000 n -0000025125 00000 n +0000129937 00000 n +0000024831 00000 n +0000024922 00000 n +0000025040 00000 n +0000025128 00000 n 0000002840 00000 n -0000025234 00000 n -0000025322 00000 n +0000025237 00000 n +0000025325 00000 n 0000002975 00000 n 0000002465 00000 n -0000123118 00000 n +0000123121 00000 n 0000003342 00000 n 0000003207 00000 n 0000003099 00000 n -0000025431 00000 n -0000025523 00000 n -0000025656 00000 n -0000025744 00000 n +0000025434 00000 n +0000025526 00000 n +0000025659 00000 n +0000025747 00000 n 0000004974 00000 n -0000025853 00000 n -0000025941 00000 n -0000026050 00000 n -0000026142 00000 n -0000026263 00000 n -0000026371 00000 n -0000026463 00000 n -0000026587 00000 n -0000026695 00000 n -0000026787 00000 n -0000026914 00000 n -0000027022 00000 n -0000027114 00000 n -0000027211 00000 n -0000027368 00000 n -0000027476 00000 n -0000027586 00000 n -0000027669 00000 n -0000027766 00000 n -0000027927 00000 n -0000028036 00000 n +0000025856 00000 n +0000025944 00000 n +0000026053 00000 n +0000026145 00000 n +0000026266 00000 n +0000026374 00000 n +0000026466 00000 n +0000026590 00000 n +0000026698 00000 n +0000026790 00000 n +0000026917 00000 n +0000027025 00000 n +0000027117 00000 n +0000027214 00000 n +0000027371 00000 n +0000027479 00000 n +0000027589 00000 n +0000027672 00000 n +0000027769 00000 n +0000027930 00000 n +0000028039 00000 n 0000005109 00000 n 0000003400 00000 n -0000131106 00000 n +0000131109 00000 n 0000005714 00000 n 0000005579 00000 n 0000005269 00000 n -0000028146 00000 n -0000028238 00000 n -0000028357 00000 n -0000028446 00000 n +0000028149 00000 n +0000028241 00000 n +0000028360 00000 n +0000028449 00000 n 0000006208 00000 n -0000028557 00000 n -0000028647 00000 n +0000028560 00000 n +0000028650 00000 n 0000006346 00000 n 0000005826 00000 n 0000006718 00000 n 0000006580 00000 n 0000006471 00000 n -0000028759 00000 n -0000028854 00000 n -0000028991 00000 n -0000029082 00000 n +0000028762 00000 n +0000028857 00000 n +0000028994 00000 n +0000029085 00000 n 0000019659 00000 n -0000029194 00000 n -0000029285 00000 n -0000029397 00000 n -0000029493 00000 n -0000029608 00000 n -0000029704 00000 n -0000029822 00000 n -0000029918 00000 n -0000030039 00000 n -0000030135 00000 n -0000030236 00000 n -0000030353 00000 n -0000030465 00000 n -0000030551 00000 n -0000030652 00000 n -0000030772 00000 n +0000029197 00000 n +0000029288 00000 n +0000029400 00000 n +0000029496 00000 n +0000029611 00000 n +0000029707 00000 n +0000029825 00000 n +0000029921 00000 n +0000030042 00000 n +0000030138 00000 n +0000030239 00000 n +0000030356 00000 n +0000030468 00000 n +0000030554 00000 n +0000030655 00000 n +0000030775 00000 n 0000006777 00000 n 0000019798 00000 n 0000018559 00000 n @@ -2590,47 +2590,47 @@ xref 0000020417 00000 n 0000021276 00000 n 0000021839 00000 n -0000114010 00000 n -0000030986 00000 n -0000031407 00000 n -0000031654 00000 n -0000031677 00000 n -0000032124 00000 n -0000032573 00000 n -0000032996 00000 n -0000033436 00000 n -0000033748 00000 n -0000036413 00000 n -0000036633 00000 n -0000051386 00000 n -0000051650 00000 n -0000063642 00000 n -0000063894 00000 n -0000074445 00000 n -0000074691 00000 n -0000085649 00000 n -0000085896 00000 n -0000096258 00000 n -0000096495 00000 n -0000108347 00000 n -0000108617 00000 n -0000113763 00000 n -0000114212 00000 n -0000116484 00000 n -0000118756 00000 n -0000121028 00000 n -0000123300 00000 n -0000125572 00000 n -0000127844 00000 n -0000130115 00000 n -0000131212 00000 n -0000131280 00000 n -0000131399 00000 n +0000114013 00000 n +0000030989 00000 n +0000031410 00000 n +0000031657 00000 n +0000031680 00000 n +0000032127 00000 n +0000032576 00000 n +0000032999 00000 n +0000033439 00000 n +0000033751 00000 n +0000036416 00000 n +0000036636 00000 n +0000051389 00000 n +0000051653 00000 n +0000063645 00000 n +0000063897 00000 n +0000074448 00000 n +0000074694 00000 n +0000085652 00000 n +0000085899 00000 n +0000096261 00000 n +0000096498 00000 n +0000108350 00000 n +0000108620 00000 n +0000113766 00000 n +0000114215 00000 n +0000116487 00000 n +0000118759 00000 n +0000121031 00000 n +0000123303 00000 n +0000125575 00000 n +0000127847 00000 n +0000130118 00000 n +0000131215 00000 n +0000131283 00000 n +0000131402 00000 n trailer << /Size 173 /Root 171 0 R /Info 172 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -131532 +131535 %%EOF diff --git a/required/latex-lab/testfiles-sec/test-book-2.luatex.tpf b/required/latex-lab/testfiles-sec/test-book-2.luatex.tpf index 7a4e6dfb4..ad8a58a13 100644 --- a/required/latex-lab/testfiles-sec/test-book-2.luatex.tpf +++ b/required/latex-lab/testfiles-sec/test-book-2.luatex.tpf @@ -511,7 +511,7 @@ endobj << /Kids [59 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K [10 0 R 26 0 R 35 0 R 49 0 R 51 0 R] /ID (ID.002) >> @@ -1053,55 +1053,55 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000020126 00000 n +0000020129 00000 n 0000016742 00000 n 0000017319 00000 n 0000000000 00000 f -0000017911 00000 n -0000018026 00000 n -0000018117 00000 n -0000018217 00000 n -0000018305 00000 n -0000018416 00000 n -0000018504 00000 n +0000017914 00000 n +0000018029 00000 n +0000018120 00000 n +0000018220 00000 n +0000018308 00000 n +0000018419 00000 n +0000018507 00000 n 0000000528 00000 n 0000000393 00000 n 0000000020 00000 n -0000058721 00000 n -0000060664 00000 n -0000062769 00000 n +0000058724 00000 n +0000060667 00000 n +0000062772 00000 n 0000000998 00000 n 0000000863 00000 n 0000000627 00000 n -0000062611 00000 n -0000018615 00000 n -0000018702 00000 n +0000062614 00000 n +0000018618 00000 n +0000018705 00000 n 0000001627 00000 n 0000001492 00000 n 0000001097 00000 n -0000021910 00000 n +0000021913 00000 n 0000002096 00000 n 0000001961 00000 n 0000001726 00000 n -0000018813 00000 n -0000018904 00000 n -0000019013 00000 n -0000019101 00000 n -0000019212 00000 n -0000019300 00000 n -0000019411 00000 n -0000019499 00000 n +0000018816 00000 n +0000018907 00000 n +0000019016 00000 n +0000019104 00000 n +0000019215 00000 n +0000019303 00000 n +0000019414 00000 n +0000019502 00000 n 0000003001 00000 n 0000002866 00000 n 0000002195 00000 n 0000003709 00000 n 0000003574 00000 n 0000003112 00000 n -0000019610 00000 n -0000019697 00000 n -0000019808 00000 n -0000019890 00000 n -0000020013 00000 n +0000019613 00000 n +0000019700 00000 n +0000019811 00000 n +0000019893 00000 n +0000020016 00000 n 0000003820 00000 n 0000016536 00000 n 0000016401 00000 n @@ -1109,28 +1109,28 @@ xref 0000016706 00000 n 0000016872 00000 n 0000017282 00000 n -0000020227 00000 n -0000020922 00000 n -0000020259 00000 n -0000020332 00000 n -0000021158 00000 n -0000022064 00000 n -0000022264 00000 n -0000022409 00000 n -0000022618 00000 n -0000033040 00000 n -0000022835 00000 n -0000045845 00000 n -0000033313 00000 n -0000056665 00000 n -0000046120 00000 n -0000056932 00000 n -0000058880 00000 n -0000060822 00000 n -0000062873 00000 n -0000062988 00000 n +0000020230 00000 n +0000020925 00000 n +0000020262 00000 n +0000020335 00000 n +0000021161 00000 n +0000022067 00000 n +0000022267 00000 n +0000022412 00000 n +0000022621 00000 n +0000033043 00000 n +0000022838 00000 n +0000045848 00000 n +0000033316 00000 n +0000056668 00000 n +0000046123 00000 n +0000056935 00000 n +0000058883 00000 n +0000060825 00000 n +0000062876 00000 n +0000062991 00000 n trailer << /Size 81 /Root 79 0 R /Info 80 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -63120 +63123 %%EOF diff --git a/required/latex-lab/testfiles-sec/test-book-2.tpf b/required/latex-lab/testfiles-sec/test-book-2.tpf index 37a074844..4af18bbbb 100644 --- a/required/latex-lab/testfiles-sec/test-book-2.tpf +++ b/required/latex-lab/testfiles-sec/test-book-2.tpf @@ -529,7 +529,7 @@ endobj << /Kids [62 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K [10 0 R 26 0 R 35 0 R 50 0 R 53 0 R] /ID (ID.002) >> @@ -1652,98 +1652,98 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000019288 00000 n +0000019291 00000 n 0000015920 00000 n 0000016502 00000 n 0000000000 00000 f -0000017094 00000 n -0000017209 00000 n -0000017300 00000 n -0000017400 00000 n -0000017488 00000 n +0000017097 00000 n +0000017212 00000 n +0000017303 00000 n +0000017403 00000 n +0000017491 00000 n 0000000328 00000 n -0000017597 00000 n -0000017685 00000 n +0000017600 00000 n +0000017688 00000 n 0000000463 00000 n 0000000015 00000 n -0000073689 00000 n -0000075955 00000 n -0000079276 00000 n +0000073692 00000 n +0000075958 00000 n +0000079279 00000 n 0000000890 00000 n 0000000755 00000 n 0000000563 00000 n -0000078222 00000 n -0000017794 00000 n -0000017881 00000 n +0000078225 00000 n +0000017797 00000 n +0000017884 00000 n 0000001278 00000 n 0000001413 00000 n 0000000990 00000 n -0000079112 00000 n +0000079115 00000 n 0000001839 00000 n 0000001704 00000 n 0000001513 00000 n -0000017990 00000 n -0000018081 00000 n -0000018190 00000 n -0000018278 00000 n +0000017993 00000 n +0000018084 00000 n +0000018193 00000 n +0000018281 00000 n 0000002440 00000 n -0000018387 00000 n -0000018475 00000 n -0000018584 00000 n -0000018672 00000 n +0000018390 00000 n +0000018478 00000 n +0000018587 00000 n +0000018675 00000 n 0000002575 00000 n 0000001939 00000 n -0000071422 00000 n +0000071425 00000 n 0000003138 00000 n 0000003003 00000 n 0000002699 00000 n -0000018781 00000 n -0000018868 00000 n +0000018784 00000 n +0000018871 00000 n 0000015578 00000 n -0000018977 00000 n -0000019059 00000 n -0000019180 00000 n +0000018980 00000 n +0000019062 00000 n +0000019183 00000 n 0000003250 00000 n 0000015713 00000 n 0000015030 00000 n -0000069155 00000 n -0000079385 00000 n +0000069158 00000 n +0000079388 00000 n 0000015884 00000 n 0000016055 00000 n 0000016465 00000 n -0000066886 00000 n -0000019389 00000 n -0000019811 00000 n -0000020231 00000 n -0000020253 00000 n -0000020499 00000 n -0000020938 00000 n -0000020966 00000 n -0000023630 00000 n -0000023848 00000 n -0000034410 00000 n -0000034654 00000 n -0000045202 00000 n -0000045439 00000 n -0000047766 00000 n -0000047989 00000 n -0000060074 00000 n -0000060337 00000 n -0000066631 00000 n -0000067066 00000 n -0000069333 00000 n -0000071600 00000 n -0000073866 00000 n -0000076133 00000 n -0000078399 00000 n -0000079459 00000 n -0000079525 00000 n -0000079640 00000 n +0000066889 00000 n +0000019392 00000 n +0000019814 00000 n +0000020234 00000 n +0000020256 00000 n +0000020502 00000 n +0000020941 00000 n +0000020969 00000 n +0000023633 00000 n +0000023851 00000 n +0000034413 00000 n +0000034657 00000 n +0000045205 00000 n +0000045442 00000 n +0000047769 00000 n +0000047992 00000 n +0000060077 00000 n +0000060340 00000 n +0000066634 00000 n +0000067069 00000 n +0000069336 00000 n +0000071603 00000 n +0000073869 00000 n +0000076136 00000 n +0000078402 00000 n +0000079462 00000 n +0000079528 00000 n +0000079643 00000 n trailer << /Size 92 /Root 90 0 R /Info 91 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -79772 +79775 %%EOF diff --git a/required/latex-lab/testfiles-sec/test-stop-sect-pdf.luatex.tpf b/required/latex-lab/testfiles-sec/test-stop-sect-pdf.luatex.tpf index c1d947c7d..c45a201db 100644 --- a/required/latex-lab/testfiles-sec/test-stop-sect-pdf.luatex.tpf +++ b/required/latex-lab/testfiles-sec/test-stop-sect-pdf.luatex.tpf @@ -323,7 +323,7 @@ endobj << /Kids [30 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K [10 0 R 15 0 R] /ID (ID.002) >> @@ -702,51 +702,51 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000015277 00000 n +0000015280 00000 n 0000013105 00000 n 0000013470 00000 n 0000000000 00000 f -0000014049 00000 n -0000014143 00000 n -0000014234 00000 n -0000014357 00000 n -0000014470 00000 n -0000014558 00000 n -0000014669 00000 n -0000014750 00000 n -0000014842 00000 n -0000014965 00000 n -0000015078 00000 n -0000015166 00000 n +0000014052 00000 n +0000014146 00000 n +0000014237 00000 n +0000014360 00000 n +0000014473 00000 n +0000014561 00000 n +0000014672 00000 n +0000014753 00000 n +0000014845 00000 n +0000014968 00000 n +0000015081 00000 n +0000015169 00000 n 0000000020 00000 n 0000012911 00000 n 0000012776 00000 n 0000011810 00000 n -0000039666 00000 n -0000017248 00000 n -0000041609 00000 n -0000041767 00000 n +0000039669 00000 n +0000017251 00000 n +0000041612 00000 n +0000041770 00000 n 0000013069 00000 n 0000013183 00000 n 0000013433 00000 n -0000015378 00000 n -0000015565 00000 n -0000016260 00000 n -0000015597 00000 n -0000015670 00000 n -0000016496 00000 n -0000017402 00000 n -0000017602 00000 n -0000026527 00000 n -0000017787 00000 n -0000037638 00000 n -0000026776 00000 n -0000037877 00000 n -0000039825 00000 n -0000041829 00000 n -0000041944 00000 n +0000015381 00000 n +0000015568 00000 n +0000016263 00000 n +0000015600 00000 n +0000015673 00000 n +0000016499 00000 n +0000017405 00000 n +0000017605 00000 n +0000026530 00000 n +0000017790 00000 n +0000037641 00000 n +0000026779 00000 n +0000037880 00000 n +0000039828 00000 n +0000041832 00000 n +0000041947 00000 n trailer << /Size 48 /Root 46 0 R /Info 47 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -42076 +42079 %%EOF diff --git a/required/latex-lab/testfiles-sec/test-stop-sect-pdf.tpf b/required/latex-lab/testfiles-sec/test-stop-sect-pdf.tpf index c7356483a..beb6aab60 100644 --- a/required/latex-lab/testfiles-sec/test-stop-sect-pdf.tpf +++ b/required/latex-lab/testfiles-sec/test-stop-sect-pdf.tpf @@ -316,7 +316,7 @@ endobj << /Kids [30 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K [10 0 R 16 0 R] /ID (ID.002) >> @@ -838,53 +838,53 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000014973 00000 n +0000014976 00000 n 0000012819 00000 n 0000013184 00000 n 0000000000 00000 f -0000013763 00000 n -0000013857 00000 n -0000013948 00000 n -0000014069 00000 n +0000013766 00000 n +0000013860 00000 n +0000013951 00000 n +0000014072 00000 n 0000012489 00000 n -0000014177 00000 n -0000014265 00000 n -0000014374 00000 n -0000014455 00000 n -0000014547 00000 n -0000014668 00000 n -0000014776 00000 n -0000014864 00000 n +0000014180 00000 n +0000014268 00000 n +0000014377 00000 n +0000014458 00000 n +0000014550 00000 n +0000014671 00000 n +0000014779 00000 n +0000014867 00000 n 0000000015 00000 n 0000012624 00000 n 0000011802 00000 n -0000042513 00000 n -0000044780 00000 n -0000045671 00000 n -0000045835 00000 n +0000042516 00000 n +0000044783 00000 n +0000045674 00000 n +0000045838 00000 n 0000012783 00000 n 0000012897 00000 n 0000013147 00000 n -0000015074 00000 n -0000040314 00000 n -0000015096 00000 n -0000015535 00000 n -0000015939 00000 n -0000018603 00000 n -0000018821 00000 n -0000029454 00000 n -0000029695 00000 n -0000040079 00000 n -0000040424 00000 n -0000042691 00000 n -0000044958 00000 n -0000045894 00000 n -0000046009 00000 n +0000015077 00000 n +0000040317 00000 n +0000015099 00000 n +0000015538 00000 n +0000015942 00000 n +0000018606 00000 n +0000018824 00000 n +0000029457 00000 n +0000029698 00000 n +0000040082 00000 n +0000040427 00000 n +0000042694 00000 n +0000044961 00000 n +0000045897 00000 n +0000046012 00000 n trailer << /Size 47 /Root 45 0 R /Info 46 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -46141 +46144 %%EOF diff --git a/required/latex-lab/testfiles-sec/test-suppress-sect.luatex.tpf b/required/latex-lab/testfiles-sec/test-suppress-sect.luatex.tpf index ff10bc422..6b57f1627 100644 --- a/required/latex-lab/testfiles-sec/test-suppress-sect.luatex.tpf +++ b/required/latex-lab/testfiles-sec/test-suppress-sect.luatex.tpf @@ -341,7 +341,7 @@ endobj << /Kids [28 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K [10 0 R 12 0 R 14 0 R] /ID (ID.002) >> @@ -714,49 +714,49 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000015559 00000 n +0000015562 00000 n 0000013587 00000 n 0000013920 00000 n 0000000000 00000 f -0000014499 00000 n -0000014600 00000 n -0000014722 00000 n -0000014835 00000 n -0000014922 00000 n -0000015033 00000 n -0000015124 00000 n -0000015247 00000 n -0000015360 00000 n -0000015448 00000 n +0000014502 00000 n +0000014603 00000 n +0000014725 00000 n +0000014838 00000 n +0000014925 00000 n +0000015036 00000 n +0000015127 00000 n +0000015250 00000 n +0000015363 00000 n +0000015451 00000 n 0000000020 00000 n 0000013393 00000 n 0000013258 00000 n 0000011810 00000 n -0000038733 00000 n -0000017520 00000 n -0000040676 00000 n -0000040834 00000 n +0000038736 00000 n +0000017523 00000 n +0000040679 00000 n +0000040837 00000 n 0000013551 00000 n 0000013665 00000 n 0000013883 00000 n -0000015660 00000 n -0000015837 00000 n -0000016532 00000 n -0000015869 00000 n -0000015942 00000 n -0000016768 00000 n -0000017674 00000 n -0000017874 00000 n -0000027018 00000 n -0000018063 00000 n -0000036714 00000 n -0000027270 00000 n -0000036944 00000 n -0000038892 00000 n -0000040896 00000 n -0000041011 00000 n +0000015663 00000 n +0000015840 00000 n +0000016535 00000 n +0000015872 00000 n +0000015945 00000 n +0000016771 00000 n +0000017677 00000 n +0000017877 00000 n +0000027021 00000 n +0000018066 00000 n +0000036717 00000 n +0000027273 00000 n +0000036947 00000 n +0000038895 00000 n +0000040899 00000 n +0000041014 00000 n trailer << /Size 46 /Root 44 0 R /Info 45 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -41143 +41146 %%EOF diff --git a/required/latex-lab/testfiles-sec/test-suppress-sect.tpf b/required/latex-lab/testfiles-sec/test-suppress-sect.tpf index 2256ca414..5f3851c88 100644 --- a/required/latex-lab/testfiles-sec/test-suppress-sect.tpf +++ b/required/latex-lab/testfiles-sec/test-suppress-sect.tpf @@ -316,7 +316,7 @@ endobj << /Kids [28 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /StructElem /S /Document /P 5 0 R /K [10 0 R 13 0 R 15 0 R] /ID (ID.002) >> @@ -832,51 +832,51 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000014997 00000 n +0000015000 00000 n 0000013043 00000 n 0000013376 00000 n 0000000000 00000 f -0000013955 00000 n -0000014056 00000 n -0000014176 00000 n +0000013958 00000 n +0000014059 00000 n +0000014179 00000 n 0000012713 00000 n -0000014284 00000 n -0000014371 00000 n -0000014480 00000 n -0000014571 00000 n -0000014692 00000 n -0000014800 00000 n -0000014888 00000 n +0000014287 00000 n +0000014374 00000 n +0000014483 00000 n +0000014574 00000 n +0000014695 00000 n +0000014803 00000 n +0000014891 00000 n 0000000015 00000 n 0000012848 00000 n 0000011802 00000 n -0000042046 00000 n -0000045204 00000 n -0000044313 00000 n -0000045368 00000 n +0000042049 00000 n +0000045207 00000 n +0000044316 00000 n +0000045371 00000 n 0000013007 00000 n 0000013121 00000 n 0000013339 00000 n -0000039849 00000 n -0000015098 00000 n -0000015537 00000 n -0000015559 00000 n -0000015963 00000 n -0000018627 00000 n -0000018845 00000 n -0000029707 00000 n -0000029950 00000 n -0000039620 00000 n -0000039957 00000 n -0000042224 00000 n -0000044491 00000 n -0000045427 00000 n -0000045542 00000 n +0000039852 00000 n +0000015101 00000 n +0000015540 00000 n +0000015562 00000 n +0000015966 00000 n +0000018630 00000 n +0000018848 00000 n +0000029710 00000 n +0000029953 00000 n +0000039623 00000 n +0000039960 00000 n +0000042227 00000 n +0000044494 00000 n +0000045430 00000 n +0000045545 00000 n trailer << /Size 45 /Root 43 0 R /Info 44 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -45674 +45677 %%EOF diff --git a/required/latex-lab/testfiles-table-luatex/table-001-pdf.tpf b/required/latex-lab/testfiles-table-luatex/table-001-pdf.tpf index 79fa20ea6..668cd9203 100644 --- a/required/latex-lab/testfiles-table-luatex/table-001-pdf.tpf +++ b/required/latex-lab/testfiles-table-luatex/table-001-pdf.tpf @@ -361,7 +361,7 @@ endobj << /Kids [44 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 46 0 obj << /justify <> @@ -659,62 +659,62 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000017463 00000 n +0000017466 00000 n 0000013551 00000 n 0000014170 00000 n 0000000000 00000 f -0000014911 00000 n -0000015019 00000 n -0000015095 00000 n -0000015171 00000 n -0000015274 00000 n -0000015397 00000 n -0000015481 00000 n -0000015562 00000 n -0000015671 00000 n -0000015782 00000 n -0000015885 00000 n -0000015970 00000 n -0000016054 00000 n -0000016135 00000 n -0000016244 00000 n -0000016317 00000 n -0000016420 00000 n -0000016543 00000 n -0000016627 00000 n -0000016708 00000 n -0000016817 00000 n -0000016890 00000 n -0000016993 00000 n -0000017078 00000 n -0000017162 00000 n -0000017243 00000 n -0000017352 00000 n +0000014914 00000 n +0000015022 00000 n +0000015098 00000 n +0000015174 00000 n +0000015277 00000 n +0000015400 00000 n +0000015484 00000 n +0000015565 00000 n +0000015674 00000 n +0000015785 00000 n +0000015888 00000 n +0000015973 00000 n +0000016057 00000 n +0000016138 00000 n +0000016247 00000 n +0000016320 00000 n +0000016423 00000 n +0000016546 00000 n +0000016630 00000 n +0000016711 00000 n +0000016820 00000 n +0000016893 00000 n +0000016996 00000 n +0000017081 00000 n +0000017165 00000 n +0000017246 00000 n +0000017355 00000 n 0000000020 00000 n 0000013369 00000 n 0000013234 00000 n 0000011805 00000 n -0000031277 00000 n -0000019264 00000 n -0000031435 00000 n +0000031280 00000 n +0000019267 00000 n +0000031438 00000 n 0000013515 00000 n 0000013643 00000 n 0000014133 00000 n -0000014749 00000 n -0000017581 00000 n -0000018276 00000 n -0000017613 00000 n -0000017686 00000 n -0000018512 00000 n -0000019418 00000 n -0000019618 00000 n -0000029263 00000 n -0000019793 00000 n -0000029493 00000 n -0000031497 00000 n -0000031612 00000 n +0000014752 00000 n +0000017584 00000 n +0000018279 00000 n +0000017616 00000 n +0000017689 00000 n +0000018515 00000 n +0000019421 00000 n +0000019621 00000 n +0000029266 00000 n +0000019796 00000 n +0000029496 00000 n +0000031500 00000 n +0000031615 00000 n trailer << /Size 59 /Root 57 0 R /Info 58 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -31744 +31747 %%EOF diff --git a/required/latex-lab/testfiles-table-luatex/table-009-pdf.tpf b/required/latex-lab/testfiles-table-luatex/table-009-pdf.tpf index 971746ab4..2c692bc1f 100644 --- a/required/latex-lab/testfiles-table-luatex/table-009-pdf.tpf +++ b/required/latex-lab/testfiles-table-luatex/table-009-pdf.tpf @@ -381,7 +381,7 @@ endobj << /Kids [42 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 44 0 obj << /justify <> @@ -674,60 +674,60 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000017549 00000 n +0000017552 00000 n 0000013744 00000 n 0000014338 00000 n 0000000000 00000 f -0000015113 00000 n -0000015198 00000 n -0000015274 00000 n -0000015350 00000 n -0000015453 00000 n -0000015538 00000 n -0000015652 00000 n -0000015749 00000 n -0000015869 00000 n -0000015989 00000 n -0000016109 00000 n -0000016190 00000 n -0000016323 00000 n -0000016420 00000 n -0000016529 00000 n -0000016600 00000 n -0000016671 00000 n -0000016768 00000 n -0000016877 00000 n -0000016948 00000 n -0000017019 00000 n -0000017116 00000 n -0000017236 00000 n -0000017356 00000 n -0000017476 00000 n +0000015116 00000 n +0000015201 00000 n +0000015277 00000 n +0000015353 00000 n +0000015456 00000 n +0000015541 00000 n +0000015655 00000 n +0000015752 00000 n +0000015872 00000 n +0000015992 00000 n +0000016112 00000 n +0000016193 00000 n +0000016326 00000 n +0000016423 00000 n +0000016532 00000 n +0000016603 00000 n +0000016674 00000 n +0000016771 00000 n +0000016880 00000 n +0000016951 00000 n +0000017022 00000 n +0000017119 00000 n +0000017239 00000 n +0000017359 00000 n +0000017479 00000 n 0000000020 00000 n 0000013562 00000 n 0000013427 00000 n 0000011805 00000 n -0000019503 00000 n -0000032074 00000 n -0000032232 00000 n +0000019506 00000 n +0000032077 00000 n +0000032235 00000 n 0000013708 00000 n 0000013843 00000 n 0000014301 00000 n -0000014917 00000 n -0000017667 00000 n -0000017820 00000 n -0000018515 00000 n -0000017852 00000 n -0000017925 00000 n -0000018751 00000 n -0000019657 00000 n -0000030051 00000 n -0000019857 00000 n -0000030290 00000 n -0000032294 00000 n -0000032409 00000 n +0000014920 00000 n +0000017670 00000 n +0000017823 00000 n +0000018518 00000 n +0000017855 00000 n +0000017928 00000 n +0000018754 00000 n +0000019660 00000 n +0000030054 00000 n +0000019860 00000 n +0000030293 00000 n +0000032297 00000 n +0000032412 00000 n trailer << /Size 57 /Root 55 0 R /Info 56 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -32541 +32544 %%EOF diff --git a/required/latex-lab/testfiles-table-luatex/table-010-longtable-pdf.tpf b/required/latex-lab/testfiles-table-luatex/table-010-longtable-pdf.tpf index 836223f2b..332724652 100644 --- a/required/latex-lab/testfiles-table-luatex/table-010-longtable-pdf.tpf +++ b/required/latex-lab/testfiles-table-luatex/table-010-longtable-pdf.tpf @@ -530,7 +530,7 @@ endobj << /Kids [68 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 70 0 obj << /colspan-2 <> @@ -891,64 +891,64 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000022744 00000 n +0000022747 00000 n 0000016636 00000 n 0000017639 00000 n 0000000000 00000 f -0000018373 00000 n -0000018458 00000 n -0000018534 00000 n -0000018610 00000 n -0000018776 00000 n -0000018866 00000 n -0000018937 00000 n -0000019008 00000 n -0000019098 00000 n -0000019169 00000 n -0000019240 00000 n -0000019330 00000 n -0000019450 00000 n -0000019532 00000 n -0000019622 00000 n -0000019731 00000 n -0000019840 00000 n -0000019921 00000 n -0000020044 00000 n -0000020134 00000 n -0000020243 00000 n -0000020314 00000 n -0000020404 00000 n -0000020513 00000 n -0000020584 00000 n -0000020674 00000 n -0000020783 00000 n -0000020854 00000 n -0000020944 00000 n -0000021053 00000 n -0000021124 00000 n -0000021214 00000 n -0000021323 00000 n -0000021394 00000 n -0000021484 00000 n -0000021593 00000 n -0000021664 00000 n -0000021754 00000 n -0000021863 00000 n -0000021934 00000 n -0000022024 00000 n -0000022133 00000 n -0000022204 00000 n -0000022294 00000 n -0000022403 00000 n -0000022474 00000 n -0000022564 00000 n -0000022673 00000 n +0000018376 00000 n +0000018461 00000 n +0000018537 00000 n +0000018613 00000 n +0000018779 00000 n +0000018869 00000 n +0000018940 00000 n +0000019011 00000 n +0000019101 00000 n +0000019172 00000 n +0000019243 00000 n +0000019333 00000 n +0000019453 00000 n +0000019535 00000 n +0000019625 00000 n +0000019734 00000 n +0000019843 00000 n +0000019924 00000 n +0000020047 00000 n +0000020137 00000 n +0000020246 00000 n +0000020317 00000 n +0000020407 00000 n +0000020516 00000 n +0000020587 00000 n +0000020677 00000 n +0000020786 00000 n +0000020857 00000 n +0000020947 00000 n +0000021056 00000 n +0000021127 00000 n +0000021217 00000 n +0000021326 00000 n +0000021397 00000 n +0000021487 00000 n +0000021596 00000 n +0000021667 00000 n +0000021757 00000 n +0000021866 00000 n +0000021937 00000 n +0000022027 00000 n +0000022136 00000 n +0000022207 00000 n +0000022297 00000 n +0000022406 00000 n +0000022477 00000 n +0000022567 00000 n +0000022676 00000 n 0000002903 00000 n 0000002768 00000 n 0000000020 00000 n -0000024842 00000 n -0000041276 00000 n -0000041434 00000 n +0000024845 00000 n +0000041279 00000 n +0000041437 00000 n 0000003002 00000 n 0000016454 00000 n 0000016319 00000 n @@ -956,21 +956,21 @@ xref 0000016600 00000 n 0000016776 00000 n 0000017602 00000 n -0000018218 00000 n -0000022862 00000 n -0000023159 00000 n -0000023854 00000 n -0000023191 00000 n -0000023264 00000 n -0000024090 00000 n -0000024996 00000 n -0000039176 00000 n -0000025196 00000 n -0000039492 00000 n -0000041503 00000 n -0000041618 00000 n +0000018221 00000 n +0000022865 00000 n +0000023162 00000 n +0000023857 00000 n +0000023194 00000 n +0000023267 00000 n +0000024093 00000 n +0000024999 00000 n +0000039179 00000 n +0000025199 00000 n +0000039495 00000 n +0000041506 00000 n +0000041621 00000 n trailer << /Size 83 /Root 81 0 R /Info 82 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -41750 +41753 %%EOF diff --git a/required/latex-lab/testfiles-table-luatex/table-010-longtable-pdf2.tpf b/required/latex-lab/testfiles-table-luatex/table-010-longtable-pdf2.tpf index e08dd7d05..e53e927f1 100644 --- a/required/latex-lab/testfiles-table-luatex/table-010-longtable-pdf2.tpf +++ b/required/latex-lab/testfiles-table-luatex/table-010-longtable-pdf2.tpf @@ -530,7 +530,7 @@ endobj << /Kids [80 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 82 0 obj << /colspan-2 <> @@ -549,16 +549,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -914,76 +914,76 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000024746 00000 n +0000024741 00000 n 0000016589 00000 n 0000017593 00000 n -0000019700 00000 n -0000018327 00000 n +0000019695 00000 n +0000018330 00000 n 0000000012 00000 f -0000018395 00000 n +0000018398 00000 n 0000000014 00000 f -0000018465 00000 n +0000018468 00000 n 0000000020 00000 f -0000019228 00000 n -0000018546 00000 n +0000019233 00000 n +0000018549 00000 n 0000019506 00000 n 0000019335 00000 n -0000019613 00000 n +0000019608 00000 n 0000000000 00000 f -0000019761 00000 n -0000019859 00000 n -0000019947 00000 n -0000020035 00000 n -0000020232 00000 n -0000020340 00000 n -0000020423 00000 n -0000020506 00000 n -0000020614 00000 n -0000020697 00000 n -0000020780 00000 n -0000020882 00000 n -0000021014 00000 n -0000021108 00000 n -0000021216 00000 n -0000021337 00000 n -0000021458 00000 n -0000021551 00000 n -0000021686 00000 n -0000021788 00000 n -0000021909 00000 n -0000021992 00000 n -0000022094 00000 n -0000022215 00000 n -0000022298 00000 n -0000022400 00000 n -0000022521 00000 n -0000022604 00000 n -0000022706 00000 n -0000022827 00000 n -0000022910 00000 n -0000023012 00000 n -0000023133 00000 n -0000023216 00000 n -0000023318 00000 n -0000023439 00000 n -0000023522 00000 n -0000023624 00000 n -0000023745 00000 n -0000023828 00000 n -0000023930 00000 n -0000024051 00000 n -0000024134 00000 n -0000024236 00000 n -0000024357 00000 n -0000024440 00000 n -0000024542 00000 n -0000024663 00000 n +0000019756 00000 n +0000019854 00000 n +0000019942 00000 n +0000020030 00000 n +0000020227 00000 n +0000020335 00000 n +0000020418 00000 n +0000020501 00000 n +0000020609 00000 n +0000020692 00000 n +0000020775 00000 n +0000020877 00000 n +0000021009 00000 n +0000021103 00000 n +0000021211 00000 n +0000021332 00000 n +0000021453 00000 n +0000021546 00000 n +0000021681 00000 n +0000021783 00000 n +0000021904 00000 n +0000021987 00000 n +0000022089 00000 n +0000022210 00000 n +0000022293 00000 n +0000022395 00000 n +0000022516 00000 n +0000022599 00000 n +0000022701 00000 n +0000022822 00000 n +0000022905 00000 n +0000023007 00000 n +0000023128 00000 n +0000023211 00000 n +0000023313 00000 n +0000023434 00000 n +0000023517 00000 n +0000023619 00000 n +0000023740 00000 n +0000023823 00000 n +0000023925 00000 n +0000024046 00000 n +0000024129 00000 n +0000024231 00000 n +0000024352 00000 n +0000024435 00000 n +0000024537 00000 n +0000024658 00000 n 0000002903 00000 n 0000002768 00000 n 0000000020 00000 n -0000026775 00000 n -0000043098 00000 n -0000043256 00000 n +0000026770 00000 n +0000043093 00000 n +0000043251 00000 n 0000002978 00000 n 0000016431 00000 n 0000016296 00000 n @@ -991,20 +991,20 @@ xref 0000016553 00000 n 0000016729 00000 n 0000017556 00000 n -0000018172 00000 n -0000024883 00000 n -0000025180 00000 n -0000025802 00000 n -0000025212 00000 n -0000026023 00000 n -0000026929 00000 n -0000041109 00000 n -0000027129 00000 n -0000041314 00000 n -0000043325 00000 n -0000043440 00000 n +0000018175 00000 n +0000024878 00000 n +0000025175 00000 n +0000025797 00000 n +0000025207 00000 n +0000026018 00000 n +0000026924 00000 n +0000041104 00000 n +0000027124 00000 n +0000041309 00000 n +0000043320 00000 n +0000043435 00000 n trailer << /Size 94 /Root 92 0 R /Info 93 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -43572 +43567 %%EOF diff --git a/required/latex-lab/testfiles-table-luatex/table-011-endheadbox.tpf b/required/latex-lab/testfiles-table-luatex/table-011-endheadbox.tpf index 472003b60..608915bdb 100644 --- a/required/latex-lab/testfiles-table-luatex/table-011-endheadbox.tpf +++ b/required/latex-lab/testfiles-table-luatex/table-011-endheadbox.tpf @@ -494,7 +494,7 @@ endobj << /Kids [69 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 71 0 obj << /TH-both <> @@ -512,16 +512,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -844,65 +844,65 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000022724 00000 n +0000022719 00000 n 0000015908 00000 n 0000016722 00000 n -0000018795 00000 n -0000017422 00000 n +0000018790 00000 n +0000017425 00000 n 0000000012 00000 f -0000017490 00000 n +0000017493 00000 n 0000000014 00000 f -0000017560 00000 n +0000017563 00000 n 0000000020 00000 f -0000018323 00000 n -0000017641 00000 n +0000018328 00000 n +0000017644 00000 n 0000018601 00000 n 0000018430 00000 n -0000018708 00000 n +0000018703 00000 n 0000000000 00000 f -0000018856 00000 n -0000018954 00000 n -0000019042 00000 n -0000019130 00000 n -0000019298 00000 n -0000019400 00000 n -0000019532 00000 n -0000019664 00000 n -0000019766 00000 n -0000019887 00000 n -0000019970 00000 n -0000020072 00000 n -0000020193 00000 n -0000020276 00000 n -0000020378 00000 n -0000020499 00000 n -0000020582 00000 n -0000020684 00000 n -0000020805 00000 n -0000020888 00000 n -0000020990 00000 n -0000021111 00000 n -0000021194 00000 n -0000021296 00000 n -0000021417 00000 n -0000021500 00000 n -0000021602 00000 n -0000021723 00000 n -0000021806 00000 n -0000021908 00000 n -0000022029 00000 n -0000022112 00000 n -0000022214 00000 n -0000022335 00000 n -0000022418 00000 n -0000022520 00000 n -0000022641 00000 n +0000018851 00000 n +0000018949 00000 n +0000019037 00000 n +0000019125 00000 n +0000019293 00000 n +0000019395 00000 n +0000019527 00000 n +0000019659 00000 n +0000019761 00000 n +0000019882 00000 n +0000019965 00000 n +0000020067 00000 n +0000020188 00000 n +0000020271 00000 n +0000020373 00000 n +0000020494 00000 n +0000020577 00000 n +0000020679 00000 n +0000020800 00000 n +0000020883 00000 n +0000020985 00000 n +0000021106 00000 n +0000021189 00000 n +0000021291 00000 n +0000021412 00000 n +0000021495 00000 n +0000021597 00000 n +0000021718 00000 n +0000021801 00000 n +0000021903 00000 n +0000022024 00000 n +0000022107 00000 n +0000022209 00000 n +0000022330 00000 n +0000022413 00000 n +0000022515 00000 n +0000022636 00000 n 0000002777 00000 n 0000002642 00000 n 0000000020 00000 n -0000024647 00000 n -0000039764 00000 n -0000039922 00000 n +0000024642 00000 n +0000039759 00000 n +0000039917 00000 n 0000002852 00000 n 0000015750 00000 n 0000015615 00000 n @@ -910,20 +910,20 @@ xref 0000015872 00000 n 0000016034 00000 n 0000016685 00000 n -0000017301 00000 n -0000022861 00000 n -0000023052 00000 n -0000023674 00000 n -0000023084 00000 n -0000023895 00000 n -0000024801 00000 n -0000037775 00000 n -0000025001 00000 n -0000037980 00000 n -0000039991 00000 n -0000040106 00000 n +0000017304 00000 n +0000022856 00000 n +0000023047 00000 n +0000023669 00000 n +0000023079 00000 n +0000023890 00000 n +0000024796 00000 n +0000037770 00000 n +0000024996 00000 n +0000037975 00000 n +0000039986 00000 n +0000040101 00000 n trailer << /Size 83 /Root 81 0 R /Info 82 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -40238 +40233 %%EOF diff --git a/required/latex-lab/testfiles-table-luatex/table-014-pbox-longtable.tpf b/required/latex-lab/testfiles-table-luatex/table-014-pbox-longtable.tpf index 2f9ee8841..4b92e2799 100644 --- a/required/latex-lab/testfiles-table-luatex/table-014-pbox-longtable.tpf +++ b/required/latex-lab/testfiles-table-luatex/table-014-pbox-longtable.tpf @@ -456,7 +456,7 @@ endobj << /Kids [81 0 R 82 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 84 0 obj << /itemize <> @@ -987,105 +987,105 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000022962 00000 n +0000022965 00000 n 0000014755 00000 n 0000016107 00000 n 0000000000 00000 f -0000016893 00000 n -0000016994 00000 n -0000017070 00000 n -0000017146 00000 n -0000017245 00000 n -0000017335 00000 n -0000017444 00000 n -0000017525 00000 n -0000017616 00000 n -0000017714 00000 n -0000017804 00000 n -0000017914 00000 n -0000017998 00000 n -0000018080 00000 n -0000018203 00000 n -0000018326 00000 n -0000018416 00000 n -0000018525 00000 n -0000018606 00000 n -0000018688 00000 n -0000018811 00000 n -0000018901 00000 n -0000019010 00000 n -0000019081 00000 n -0000019180 00000 n -0000019270 00000 n -0000019379 00000 n -0000019460 00000 n -0000019551 00000 n -0000019649 00000 n -0000019739 00000 n -0000019849 00000 n -0000019933 00000 n -0000020015 00000 n -0000020138 00000 n -0000020262 00000 n -0000020352 00000 n -0000020462 00000 n -0000020543 00000 n -0000020625 00000 n -0000020749 00000 n -0000020839 00000 n -0000020949 00000 n -0000021020 00000 n -0000021119 00000 n -0000021209 00000 n -0000021319 00000 n -0000021400 00000 n -0000021491 00000 n -0000021589 00000 n -0000021679 00000 n -0000021790 00000 n -0000021874 00000 n -0000021956 00000 n -0000022080 00000 n -0000022204 00000 n -0000022294 00000 n -0000022404 00000 n -0000022485 00000 n -0000022567 00000 n -0000022691 00000 n -0000022781 00000 n -0000022891 00000 n +0000016896 00000 n +0000016997 00000 n +0000017073 00000 n +0000017149 00000 n +0000017248 00000 n +0000017338 00000 n +0000017447 00000 n +0000017528 00000 n +0000017619 00000 n +0000017717 00000 n +0000017807 00000 n +0000017917 00000 n +0000018001 00000 n +0000018083 00000 n +0000018206 00000 n +0000018329 00000 n +0000018419 00000 n +0000018528 00000 n +0000018609 00000 n +0000018691 00000 n +0000018814 00000 n +0000018904 00000 n +0000019013 00000 n +0000019084 00000 n +0000019183 00000 n +0000019273 00000 n +0000019382 00000 n +0000019463 00000 n +0000019554 00000 n +0000019652 00000 n +0000019742 00000 n +0000019852 00000 n +0000019936 00000 n +0000020018 00000 n +0000020141 00000 n +0000020265 00000 n +0000020355 00000 n +0000020465 00000 n +0000020546 00000 n +0000020628 00000 n +0000020752 00000 n +0000020842 00000 n +0000020952 00000 n +0000021023 00000 n +0000021122 00000 n +0000021212 00000 n +0000021322 00000 n +0000021403 00000 n +0000021494 00000 n +0000021592 00000 n +0000021682 00000 n +0000021793 00000 n +0000021877 00000 n +0000021959 00000 n +0000022083 00000 n +0000022207 00000 n +0000022297 00000 n +0000022407 00000 n +0000022488 00000 n +0000022570 00000 n +0000022694 00000 n +0000022784 00000 n +0000022894 00000 n 0000000020 00000 n 0000014561 00000 n 0000014426 00000 n 0000011816 00000 n -0000024967 00000 n -0000042800 00000 n -0000044541 00000 n -0000044720 00000 n +0000024970 00000 n +0000042803 00000 n +0000044544 00000 n +0000044723 00000 n 0000014719 00000 n 0000014938 00000 n 0000015796 00000 n 0000016063 00000 n -0000016686 00000 n -0000040949 00000 n -0000023080 00000 n -0000023105 00000 n -0000023284 00000 n -0000023979 00000 n -0000023316 00000 n -0000023389 00000 n -0000024215 00000 n -0000025121 00000 n -0000035004 00000 n -0000025321 00000 n -0000040728 00000 n -0000035237 00000 n -0000041016 00000 n -0000042958 00000 n -0000044782 00000 n -0000044898 00000 n +0000016689 00000 n +0000040952 00000 n +0000023083 00000 n +0000023108 00000 n +0000023287 00000 n +0000023982 00000 n +0000023319 00000 n +0000023392 00000 n +0000024218 00000 n +0000025124 00000 n +0000035007 00000 n +0000025324 00000 n +0000040731 00000 n +0000035240 00000 n +0000041019 00000 n +0000042961 00000 n +0000044785 00000 n +0000044901 00000 n trailer << /Size 102 /Root 100 0 R /Info 101 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -45031 +45034 %%EOF diff --git a/required/latex-lab/testfiles-table-luatex/table-014-pbox.tpf b/required/latex-lab/testfiles-table-luatex/table-014-pbox.tpf index 714207451..a703a0aff 100644 --- a/required/latex-lab/testfiles-table-luatex/table-014-pbox.tpf +++ b/required/latex-lab/testfiles-table-luatex/table-014-pbox.tpf @@ -456,7 +456,7 @@ endobj << /Kids [90 0 R 91 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 93 0 obj << /justify <> @@ -1014,114 +1014,114 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000023866 00000 n +0000023869 00000 n 0000014729 00000 n 0000016225 00000 n 0000000000 00000 f -0000017011 00000 n -0000017112 00000 n -0000017188 00000 n -0000017264 00000 n -0000017367 00000 n -0000017452 00000 n -0000017552 00000 n -0000017642 00000 n -0000017751 00000 n -0000017832 00000 n -0000017923 00000 n -0000018021 00000 n -0000018111 00000 n -0000018221 00000 n -0000018305 00000 n -0000018387 00000 n -0000018510 00000 n -0000018633 00000 n -0000018723 00000 n -0000018832 00000 n -0000018913 00000 n -0000018995 00000 n -0000019118 00000 n -0000019208 00000 n -0000019317 00000 n -0000019388 00000 n -0000019461 00000 n -0000019564 00000 n -0000019649 00000 n -0000019749 00000 n -0000019839 00000 n -0000019948 00000 n -0000020029 00000 n -0000020120 00000 n -0000020218 00000 n -0000020308 00000 n -0000020418 00000 n -0000020502 00000 n -0000020584 00000 n -0000020707 00000 n -0000020831 00000 n -0000020921 00000 n -0000021031 00000 n -0000021112 00000 n -0000021194 00000 n -0000021318 00000 n -0000021408 00000 n -0000021518 00000 n -0000021589 00000 n -0000021662 00000 n -0000021765 00000 n -0000021850 00000 n -0000021950 00000 n -0000022040 00000 n -0000022150 00000 n -0000022231 00000 n -0000022322 00000 n -0000022420 00000 n -0000022510 00000 n -0000022621 00000 n -0000022705 00000 n -0000022787 00000 n -0000022911 00000 n -0000023035 00000 n -0000023125 00000 n -0000023235 00000 n -0000023316 00000 n -0000023398 00000 n -0000023522 00000 n -0000023612 00000 n -0000023722 00000 n -0000023793 00000 n +0000017014 00000 n +0000017115 00000 n +0000017191 00000 n +0000017267 00000 n +0000017370 00000 n +0000017455 00000 n +0000017555 00000 n +0000017645 00000 n +0000017754 00000 n +0000017835 00000 n +0000017926 00000 n +0000018024 00000 n +0000018114 00000 n +0000018224 00000 n +0000018308 00000 n +0000018390 00000 n +0000018513 00000 n +0000018636 00000 n +0000018726 00000 n +0000018835 00000 n +0000018916 00000 n +0000018998 00000 n +0000019121 00000 n +0000019211 00000 n +0000019320 00000 n +0000019391 00000 n +0000019464 00000 n +0000019567 00000 n +0000019652 00000 n +0000019752 00000 n +0000019842 00000 n +0000019951 00000 n +0000020032 00000 n +0000020123 00000 n +0000020221 00000 n +0000020311 00000 n +0000020421 00000 n +0000020505 00000 n +0000020587 00000 n +0000020710 00000 n +0000020834 00000 n +0000020924 00000 n +0000021034 00000 n +0000021115 00000 n +0000021197 00000 n +0000021321 00000 n +0000021411 00000 n +0000021521 00000 n +0000021592 00000 n +0000021665 00000 n +0000021768 00000 n +0000021853 00000 n +0000021953 00000 n +0000022043 00000 n +0000022153 00000 n +0000022234 00000 n +0000022325 00000 n +0000022423 00000 n +0000022513 00000 n +0000022624 00000 n +0000022708 00000 n +0000022790 00000 n +0000022914 00000 n +0000023038 00000 n +0000023128 00000 n +0000023238 00000 n +0000023319 00000 n +0000023401 00000 n +0000023525 00000 n +0000023615 00000 n +0000023725 00000 n +0000023796 00000 n 0000000020 00000 n 0000014535 00000 n 0000014400 00000 n 0000011806 00000 n -0000025874 00000 n -0000043717 00000 n -0000045461 00000 n -0000045642 00000 n +0000025877 00000 n +0000043720 00000 n +0000045464 00000 n +0000045645 00000 n 0000014693 00000 n 0000014912 00000 n 0000015770 00000 n 0000016181 00000 n -0000016804 00000 n -0000041865 00000 n -0000023984 00000 n -0000024009 00000 n -0000024188 00000 n -0000024884 00000 n -0000024220 00000 n -0000024293 00000 n -0000025121 00000 n -0000026030 00000 n -0000035915 00000 n -0000026231 00000 n -0000041642 00000 n -0000036150 00000 n -0000041932 00000 n -0000043877 00000 n -0000045704 00000 n -0000045820 00000 n +0000016807 00000 n +0000041868 00000 n +0000023987 00000 n +0000024012 00000 n +0000024191 00000 n +0000024887 00000 n +0000024223 00000 n +0000024296 00000 n +0000025124 00000 n +0000026033 00000 n +0000035918 00000 n +0000026234 00000 n +0000041645 00000 n +0000036153 00000 n +0000041935 00000 n +0000043880 00000 n +0000045707 00000 n +0000045823 00000 n trailer << /Size 111 /Root 109 0 R /Info 110 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -45953 +45956 %%EOF diff --git a/required/latex-lab/testfiles-table-pdftex/table-001-pdf.tpf b/required/latex-lab/testfiles-table-pdftex/table-001-pdf.tpf index 5b073a131..2d644db07 100644 --- a/required/latex-lab/testfiles-table-pdftex/table-001-pdf.tpf +++ b/required/latex-lab/testfiles-table-pdftex/table-001-pdf.tpf @@ -334,7 +334,7 @@ endobj << /Kids [43 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 45 0 obj << /justify <> @@ -645,59 +645,59 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000017031 00000 n +0000017034 00000 n 0000012961 00000 n 0000013608 00000 n 0000000000 00000 f -0000014349 00000 n -0000014457 00000 n -0000014533 00000 n -0000014609 00000 n -0000014712 00000 n +0000014352 00000 n +0000014460 00000 n +0000014536 00000 n +0000014612 00000 n +0000014715 00000 n 0000012655 00000 n -0000014833 00000 n -0000014917 00000 n -0000014998 00000 n -0000015105 00000 n -0000015214 00000 n -0000015317 00000 n -0000015438 00000 n -0000015522 00000 n -0000015603 00000 n -0000015710 00000 n -0000015819 00000 n -0000015922 00000 n -0000016043 00000 n -0000016127 00000 n -0000016208 00000 n -0000016315 00000 n -0000016424 00000 n -0000016527 00000 n -0000016648 00000 n -0000016732 00000 n -0000016813 00000 n -0000016921 00000 n +0000014836 00000 n +0000014920 00000 n +0000015001 00000 n +0000015108 00000 n +0000015217 00000 n +0000015320 00000 n +0000015441 00000 n +0000015525 00000 n +0000015606 00000 n +0000015713 00000 n +0000015822 00000 n +0000015925 00000 n +0000016046 00000 n +0000016130 00000 n +0000016211 00000 n +0000016318 00000 n +0000016427 00000 n +0000016530 00000 n +0000016651 00000 n +0000016735 00000 n +0000016816 00000 n +0000016924 00000 n 0000000015 00000 n 0000012790 00000 n 0000011797 00000 n -0000023959 00000 n -0000024137 00000 n +0000023962 00000 n +0000024140 00000 n 0000012925 00000 n 0000013081 00000 n 0000013571 00000 n -0000014187 00000 n -0000021797 00000 n -0000017149 00000 n -0000017588 00000 n -0000021568 00000 n -0000021870 00000 n -0000024196 00000 n -0000024311 00000 n +0000014190 00000 n +0000021800 00000 n +0000017152 00000 n +0000017591 00000 n +0000021571 00000 n +0000021873 00000 n +0000024199 00000 n +0000024314 00000 n trailer << /Size 53 /Root 51 0 R /Info 52 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -24443 +24446 %%EOF diff --git a/required/latex-lab/testfiles-table-pdftex/table-009-pdf.tpf b/required/latex-lab/testfiles-table-pdftex/table-009-pdf.tpf index b983b5aa7..23c621325 100644 --- a/required/latex-lab/testfiles-table-pdftex/table-009-pdf.tpf +++ b/required/latex-lab/testfiles-table-pdftex/table-009-pdf.tpf @@ -343,7 +343,7 @@ endobj << /Kids [41 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 43 0 obj << /justify <> @@ -649,57 +649,57 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000017143 00000 n +0000017146 00000 n 0000013093 00000 n 0000013729 00000 n 0000000000 00000 f -0000014504 00000 n -0000014589 00000 n -0000014665 00000 n -0000014741 00000 n -0000014844 00000 n +0000014507 00000 n +0000014592 00000 n +0000014668 00000 n +0000014744 00000 n +0000014847 00000 n 0000012787 00000 n -0000014965 00000 n -0000015079 00000 n -0000015176 00000 n -0000015294 00000 n -0000015412 00000 n -0000015530 00000 n -0000015611 00000 n -0000015742 00000 n -0000015839 00000 n -0000015946 00000 n -0000016053 00000 n -0000016160 00000 n -0000016257 00000 n -0000016364 00000 n -0000016471 00000 n -0000016579 00000 n -0000016676 00000 n -0000016795 00000 n -0000016914 00000 n -0000017033 00000 n +0000014968 00000 n +0000015082 00000 n +0000015179 00000 n +0000015297 00000 n +0000015415 00000 n +0000015533 00000 n +0000015614 00000 n +0000015745 00000 n +0000015842 00000 n +0000015949 00000 n +0000016056 00000 n +0000016163 00000 n +0000016260 00000 n +0000016367 00000 n +0000016474 00000 n +0000016582 00000 n +0000016679 00000 n +0000016798 00000 n +0000016917 00000 n +0000017036 00000 n 0000000015 00000 n 0000012922 00000 n 0000011797 00000 n -0000024389 00000 n -0000024567 00000 n +0000024392 00000 n +0000024570 00000 n 0000013057 00000 n 0000013234 00000 n 0000013692 00000 n -0000014308 00000 n -0000022214 00000 n -0000017261 00000 n -0000017606 00000 n -0000021979 00000 n -0000022300 00000 n -0000024626 00000 n -0000024741 00000 n +0000014311 00000 n +0000022217 00000 n +0000017264 00000 n +0000017609 00000 n +0000021982 00000 n +0000022303 00000 n +0000024629 00000 n +0000024744 00000 n trailer << /Size 51 /Root 49 0 R /Info 50 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -24873 +24876 %%EOF diff --git a/required/latex-lab/testfiles-table-pdftex/table-010-longtable-pdf.tpf b/required/latex-lab/testfiles-table-pdftex/table-010-longtable-pdf.tpf index 9b0a804d0..a4514b68a 100644 --- a/required/latex-lab/testfiles-table-pdftex/table-010-longtable-pdf.tpf +++ b/required/latex-lab/testfiles-table-pdftex/table-010-longtable-pdf.tpf @@ -434,7 +434,7 @@ endobj << /Kids [68 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 70 0 obj << /colspan-2 <> @@ -886,88 +886,88 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000021724 00000 n +0000021727 00000 n 0000014994 00000 n 0000016102 00000 n 0000000000 00000 f -0000016836 00000 n -0000016921 00000 n -0000016997 00000 n -0000017073 00000 n -0000017235 00000 n -0000017325 00000 n +0000016839 00000 n +0000016924 00000 n +0000017000 00000 n +0000017076 00000 n +0000017238 00000 n +0000017328 00000 n 0000014676 00000 n -0000017432 00000 n -0000017539 00000 n -0000017629 00000 n -0000017736 00000 n -0000017843 00000 n -0000017933 00000 n +0000017435 00000 n +0000017542 00000 n +0000017632 00000 n +0000017739 00000 n +0000017846 00000 n +0000017936 00000 n 0000001652 00000 n -0000018051 00000 n -0000018169 00000 n -0000018259 00000 n -0000018367 00000 n -0000018475 00000 n -0000018556 00000 n -0000018678 00000 n -0000018768 00000 n -0000018875 00000 n -0000018982 00000 n -0000019072 00000 n -0000019179 00000 n -0000019286 00000 n -0000019376 00000 n -0000019483 00000 n -0000019590 00000 n -0000019680 00000 n -0000019787 00000 n -0000019894 00000 n -0000019984 00000 n -0000020092 00000 n -0000020200 00000 n -0000020290 00000 n -0000020398 00000 n -0000020506 00000 n -0000020596 00000 n -0000020704 00000 n -0000020812 00000 n -0000020902 00000 n -0000021009 00000 n -0000021116 00000 n -0000021206 00000 n -0000021313 00000 n -0000021420 00000 n -0000021510 00000 n -0000021617 00000 n +0000018054 00000 n +0000018172 00000 n +0000018262 00000 n +0000018370 00000 n +0000018478 00000 n +0000018559 00000 n +0000018681 00000 n +0000018771 00000 n +0000018878 00000 n +0000018985 00000 n +0000019075 00000 n +0000019182 00000 n +0000019289 00000 n +0000019379 00000 n +0000019486 00000 n +0000019593 00000 n +0000019683 00000 n +0000019790 00000 n +0000019897 00000 n +0000019987 00000 n +0000020095 00000 n +0000020203 00000 n +0000020293 00000 n +0000020401 00000 n +0000020509 00000 n +0000020599 00000 n +0000020707 00000 n +0000020815 00000 n +0000020905 00000 n +0000021012 00000 n +0000021119 00000 n +0000021209 00000 n +0000021316 00000 n +0000021423 00000 n +0000021513 00000 n +0000021620 00000 n 0000001787 00000 n 0000000015 00000 n -0000042549 00000 n -0000043440 00000 n -0000043604 00000 n +0000042552 00000 n +0000043443 00000 n +0000043607 00000 n 0000001887 00000 n 0000014811 00000 n 0000013679 00000 n 0000014958 00000 n 0000015239 00000 n 0000016065 00000 n -0000016681 00000 n -0000021842 00000 n -0000040301 00000 n -0000021864 00000 n -0000022407 00000 n -0000025071 00000 n -0000025289 00000 n -0000040005 00000 n -0000040460 00000 n -0000042727 00000 n -0000043670 00000 n -0000043785 00000 n +0000016684 00000 n +0000021845 00000 n +0000040304 00000 n +0000021867 00000 n +0000022410 00000 n +0000025074 00000 n +0000025292 00000 n +0000040008 00000 n +0000040463 00000 n +0000042730 00000 n +0000043673 00000 n +0000043788 00000 n trailer << /Size 82 /Root 80 0 R /Info 81 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -43917 +43920 %%EOF diff --git a/required/latex-lab/testfiles-table-pdftex/table-010-longtable-pdf2.tpf b/required/latex-lab/testfiles-table-pdftex/table-010-longtable-pdf2.tpf index e59a1d458..85888cc0a 100644 --- a/required/latex-lab/testfiles-table-pdftex/table-010-longtable-pdf2.tpf +++ b/required/latex-lab/testfiles-table-pdftex/table-010-longtable-pdf2.tpf @@ -432,7 +432,7 @@ endobj << /Kids [80 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 82 0 obj << /colspan-2 <> @@ -451,16 +451,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -911,100 +911,100 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000023729 00000 n +0000023724 00000 n 0000014947 00000 n 0000016056 00000 n -0000018163 00000 n -0000016790 00000 n +0000018158 00000 n +0000016793 00000 n 0000000012 00000 f -0000016858 00000 n +0000016861 00000 n 0000000014 00000 f -0000016928 00000 n +0000016931 00000 n 0000000020 00000 f -0000017691 00000 n -0000017009 00000 n +0000017696 00000 n +0000017012 00000 n 0000017969 00000 n 0000017798 00000 n -0000018076 00000 n +0000018071 00000 n 0000000000 00000 f -0000018224 00000 n -0000018322 00000 n -0000018410 00000 n -0000018498 00000 n -0000018694 00000 n -0000018802 00000 n +0000018219 00000 n +0000018317 00000 n +0000018405 00000 n +0000018493 00000 n +0000018689 00000 n +0000018797 00000 n 0000014653 00000 n -0000018921 00000 n -0000019040 00000 n -0000019148 00000 n -0000019267 00000 n -0000019386 00000 n -0000019488 00000 n +0000018916 00000 n +0000019035 00000 n +0000019143 00000 n +0000019262 00000 n +0000019381 00000 n +0000019483 00000 n 0000001652 00000 n -0000019618 00000 n -0000019748 00000 n -0000019856 00000 n -0000019976 00000 n -0000020096 00000 n -0000020189 00000 n -0000020323 00000 n -0000020425 00000 n -0000020544 00000 n -0000020663 00000 n -0000020765 00000 n -0000020884 00000 n -0000021003 00000 n -0000021105 00000 n -0000021224 00000 n -0000021343 00000 n -0000021445 00000 n -0000021564 00000 n -0000021683 00000 n -0000021785 00000 n -0000021905 00000 n -0000022025 00000 n -0000022127 00000 n -0000022247 00000 n -0000022367 00000 n -0000022469 00000 n -0000022589 00000 n -0000022709 00000 n -0000022811 00000 n -0000022930 00000 n -0000023049 00000 n -0000023151 00000 n -0000023270 00000 n -0000023389 00000 n -0000023491 00000 n -0000023610 00000 n +0000019613 00000 n +0000019743 00000 n +0000019851 00000 n +0000019971 00000 n +0000020091 00000 n +0000020184 00000 n +0000020318 00000 n +0000020420 00000 n +0000020539 00000 n +0000020658 00000 n +0000020760 00000 n +0000020879 00000 n +0000020998 00000 n +0000021100 00000 n +0000021219 00000 n +0000021338 00000 n +0000021440 00000 n +0000021559 00000 n +0000021678 00000 n +0000021780 00000 n +0000021900 00000 n +0000022020 00000 n +0000022122 00000 n +0000022242 00000 n +0000022362 00000 n +0000022464 00000 n +0000022584 00000 n +0000022704 00000 n +0000022806 00000 n +0000022925 00000 n +0000023044 00000 n +0000023146 00000 n +0000023265 00000 n +0000023384 00000 n +0000023486 00000 n +0000023605 00000 n 0000001787 00000 n 0000000015 00000 n -0000044573 00000 n -0000045464 00000 n -0000045628 00000 n +0000044568 00000 n +0000045459 00000 n +0000045623 00000 n 0000001863 00000 n 0000014788 00000 n 0000013656 00000 n 0000014911 00000 n 0000015192 00000 n 0000016019 00000 n -0000016635 00000 n -0000023866 00000 n -0000042325 00000 n -0000023888 00000 n -0000024431 00000 n -0000027095 00000 n -0000027313 00000 n -0000042029 00000 n -0000042484 00000 n -0000044751 00000 n -0000045694 00000 n -0000045809 00000 n +0000016638 00000 n +0000023861 00000 n +0000042320 00000 n +0000023883 00000 n +0000024426 00000 n +0000027090 00000 n +0000027308 00000 n +0000042024 00000 n +0000042479 00000 n +0000044746 00000 n +0000045689 00000 n +0000045804 00000 n trailer << /Size 94 /Root 92 0 R /Info 93 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -45941 +45936 %%EOF diff --git a/required/latex-lab/testfiles-table-pdftex/table-011-endheadbox.tpf b/required/latex-lab/testfiles-table-pdftex/table-011-endheadbox.tpf index 9bc545bc1..39883b924 100644 --- a/required/latex-lab/testfiles-table-pdftex/table-011-endheadbox.tpf +++ b/required/latex-lab/testfiles-table-pdftex/table-011-endheadbox.tpf @@ -413,7 +413,7 @@ endobj << /Kids [69 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 71 0 obj << /TH-both <> @@ -431,16 +431,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -858,89 +858,89 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000021740 00000 n +0000021735 00000 n 0000014524 00000 n 0000015394 00000 n -0000017467 00000 n -0000016094 00000 n +0000017462 00000 n +0000016097 00000 n 0000000012 00000 f -0000016162 00000 n +0000016165 00000 n 0000000014 00000 f -0000016232 00000 n +0000016235 00000 n 0000000020 00000 f -0000016995 00000 n -0000016313 00000 n +0000017000 00000 n +0000016316 00000 n 0000017273 00000 n 0000017102 00000 n -0000017380 00000 n +0000017375 00000 n 0000000000 00000 f -0000017528 00000 n -0000017626 00000 n -0000017714 00000 n -0000017802 00000 n -0000017970 00000 n -0000018072 00000 n +0000017523 00000 n +0000017621 00000 n +0000017709 00000 n +0000017797 00000 n +0000017965 00000 n +0000018067 00000 n 0000014230 00000 n -0000018202 00000 n -0000018332 00000 n -0000018434 00000 n +0000018197 00000 n +0000018327 00000 n +0000018429 00000 n 0000001578 00000 n -0000018553 00000 n -0000018672 00000 n -0000018774 00000 n -0000018893 00000 n -0000019012 00000 n -0000019114 00000 n -0000019233 00000 n -0000019352 00000 n -0000019454 00000 n -0000019573 00000 n -0000019692 00000 n -0000019794 00000 n -0000019914 00000 n -0000020034 00000 n -0000020136 00000 n -0000020256 00000 n -0000020376 00000 n -0000020478 00000 n -0000020598 00000 n -0000020718 00000 n -0000020820 00000 n -0000020940 00000 n -0000021060 00000 n -0000021162 00000 n -0000021281 00000 n -0000021400 00000 n -0000021502 00000 n -0000021621 00000 n +0000018548 00000 n +0000018667 00000 n +0000018769 00000 n +0000018888 00000 n +0000019007 00000 n +0000019109 00000 n +0000019228 00000 n +0000019347 00000 n +0000019449 00000 n +0000019568 00000 n +0000019687 00000 n +0000019789 00000 n +0000019909 00000 n +0000020029 00000 n +0000020131 00000 n +0000020251 00000 n +0000020371 00000 n +0000020473 00000 n +0000020593 00000 n +0000020713 00000 n +0000020815 00000 n +0000020935 00000 n +0000021055 00000 n +0000021157 00000 n +0000021276 00000 n +0000021395 00000 n +0000021497 00000 n +0000021616 00000 n 0000001713 00000 n 0000000015 00000 n -0000041301 00000 n -0000042192 00000 n -0000042356 00000 n +0000041296 00000 n +0000042187 00000 n +0000042351 00000 n 0000001789 00000 n 0000014365 00000 n 0000013578 00000 n 0000014488 00000 n 0000014706 00000 n 0000015357 00000 n -0000015973 00000 n -0000021877 00000 n -0000039073 00000 n -0000021899 00000 n -0000022286 00000 n -0000024950 00000 n -0000025168 00000 n -0000038790 00000 n -0000039212 00000 n -0000041479 00000 n -0000042422 00000 n -0000042537 00000 n +0000015976 00000 n +0000021872 00000 n +0000039068 00000 n +0000021894 00000 n +0000022281 00000 n +0000024945 00000 n +0000025163 00000 n +0000038785 00000 n +0000039207 00000 n +0000041474 00000 n +0000042417 00000 n +0000042532 00000 n trailer << /Size 83 /Root 81 0 R /Info 82 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -42669 +42664 %%EOF diff --git a/required/latex-lab/testfiles-table-pdftex/table-014-pbox-longtable.tpf b/required/latex-lab/testfiles-table-pdftex/table-014-pbox-longtable.tpf index e79034dba..e20602151 100644 --- a/required/latex-lab/testfiles-table-pdftex/table-014-pbox-longtable.tpf +++ b/required/latex-lab/testfiles-table-pdftex/table-014-pbox-longtable.tpf @@ -412,7 +412,7 @@ endobj << /Kids [80 0 R 81 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 83 0 obj << /itemize <> @@ -964,100 +964,100 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000022344 00000 n +0000022347 00000 n 0000014047 00000 n 0000015420 00000 n 0000000000 00000 f -0000016206 00000 n -0000016307 00000 n -0000016383 00000 n -0000016459 00000 n -0000016558 00000 n -0000016648 00000 n +0000016209 00000 n +0000016310 00000 n +0000016386 00000 n +0000016462 00000 n +0000016561 00000 n +0000016651 00000 n 0000013729 00000 n -0000016755 00000 n -0000016836 00000 n -0000016927 00000 n -0000017025 00000 n -0000017115 00000 n -0000017223 00000 n -0000017307 00000 n -0000017389 00000 n -0000017510 00000 n -0000017631 00000 n -0000017721 00000 n -0000017828 00000 n -0000017909 00000 n -0000017991 00000 n -0000018112 00000 n -0000018202 00000 n -0000018309 00000 n -0000018416 00000 n -0000018515 00000 n -0000018605 00000 n -0000018712 00000 n -0000018793 00000 n -0000018884 00000 n -0000018982 00000 n -0000019072 00000 n -0000019180 00000 n -0000019264 00000 n -0000019346 00000 n -0000019468 00000 n -0000019590 00000 n -0000019680 00000 n -0000019788 00000 n -0000019869 00000 n -0000019951 00000 n -0000020073 00000 n -0000020163 00000 n -0000020271 00000 n -0000020379 00000 n -0000020478 00000 n -0000020568 00000 n -0000020676 00000 n -0000020757 00000 n -0000020848 00000 n -0000020946 00000 n -0000021036 00000 n -0000021145 00000 n -0000021229 00000 n -0000021311 00000 n -0000021433 00000 n -0000021555 00000 n -0000021645 00000 n -0000021753 00000 n -0000021834 00000 n -0000021916 00000 n -0000022038 00000 n -0000022128 00000 n -0000022236 00000 n +0000016758 00000 n +0000016839 00000 n +0000016930 00000 n +0000017028 00000 n +0000017118 00000 n +0000017226 00000 n +0000017310 00000 n +0000017392 00000 n +0000017513 00000 n +0000017634 00000 n +0000017724 00000 n +0000017831 00000 n +0000017912 00000 n +0000017994 00000 n +0000018115 00000 n +0000018205 00000 n +0000018312 00000 n +0000018419 00000 n +0000018518 00000 n +0000018608 00000 n +0000018715 00000 n +0000018796 00000 n +0000018887 00000 n +0000018985 00000 n +0000019075 00000 n +0000019183 00000 n +0000019267 00000 n +0000019349 00000 n +0000019471 00000 n +0000019593 00000 n +0000019683 00000 n +0000019791 00000 n +0000019872 00000 n +0000019954 00000 n +0000020076 00000 n +0000020166 00000 n +0000020274 00000 n +0000020382 00000 n +0000020481 00000 n +0000020571 00000 n +0000020679 00000 n +0000020760 00000 n +0000020851 00000 n +0000020949 00000 n +0000021039 00000 n +0000021148 00000 n +0000021232 00000 n +0000021314 00000 n +0000021436 00000 n +0000021558 00000 n +0000021648 00000 n +0000021756 00000 n +0000021837 00000 n +0000021919 00000 n +0000022041 00000 n +0000022131 00000 n +0000022239 00000 n 0000000015 00000 n 0000013864 00000 n 0000011808 00000 n -0000031786 00000 n -0000033591 00000 n -0000033770 00000 n +0000031789 00000 n +0000033594 00000 n +0000033773 00000 n 0000014011 00000 n 0000014251 00000 n 0000015109 00000 n 0000015376 00000 n -0000015999 00000 n -0000029633 00000 n -0000022462 00000 n -0000029558 00000 n -0000022486 00000 n -0000022925 00000 n -0000029327 00000 n -0000029697 00000 n -0000031964 00000 n -0000033829 00000 n -0000033944 00000 n +0000016002 00000 n +0000029636 00000 n +0000022465 00000 n +0000029561 00000 n +0000022489 00000 n +0000022928 00000 n +0000029330 00000 n +0000029700 00000 n +0000031967 00000 n +0000033832 00000 n +0000033947 00000 n trailer << /Size 94 /Root 92 0 R /Info 93 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -34076 +34079 %%EOF diff --git a/required/latex-lab/testfiles-table-pdftex/table-014-pbox.tpf b/required/latex-lab/testfiles-table-pdftex/table-014-pbox.tpf index 2ed837af2..132b4f9e9 100644 --- a/required/latex-lab/testfiles-table-pdftex/table-014-pbox.tpf +++ b/required/latex-lab/testfiles-table-pdftex/table-014-pbox.tpf @@ -412,7 +412,7 @@ endobj << /Kids [89 0 R 90 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 92 0 obj << /justify <> @@ -991,109 +991,109 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000023580 00000 n +0000023583 00000 n 0000014089 00000 n 0000015648 00000 n 0000000000 00000 f -0000016434 00000 n -0000016535 00000 n -0000016611 00000 n -0000016687 00000 n -0000016790 00000 n +0000016437 00000 n +0000016538 00000 n +0000016614 00000 n +0000016690 00000 n +0000016793 00000 n 0000013771 00000 n -0000016911 00000 n -0000017011 00000 n -0000017101 00000 n -0000017208 00000 n -0000017289 00000 n -0000017380 00000 n -0000017478 00000 n -0000017568 00000 n -0000017676 00000 n -0000017760 00000 n -0000017842 00000 n -0000017963 00000 n -0000018084 00000 n -0000018174 00000 n -0000018281 00000 n -0000018362 00000 n -0000018444 00000 n -0000018565 00000 n -0000018655 00000 n -0000018762 00000 n -0000018869 00000 n -0000018978 00000 n -0000019081 00000 n -0000019203 00000 n -0000019303 00000 n -0000019393 00000 n -0000019501 00000 n -0000019582 00000 n -0000019673 00000 n -0000019771 00000 n -0000019861 00000 n -0000019970 00000 n -0000020054 00000 n -0000020136 00000 n -0000020258 00000 n -0000020380 00000 n -0000020470 00000 n -0000020578 00000 n -0000020659 00000 n -0000020741 00000 n -0000020863 00000 n -0000020953 00000 n -0000021061 00000 n -0000021169 00000 n -0000021279 00000 n -0000021382 00000 n -0000021504 00000 n -0000021604 00000 n -0000021694 00000 n -0000021802 00000 n -0000021883 00000 n -0000021974 00000 n -0000022072 00000 n -0000022162 00000 n -0000022271 00000 n -0000022355 00000 n -0000022437 00000 n -0000022559 00000 n -0000022681 00000 n -0000022771 00000 n -0000022879 00000 n -0000022960 00000 n -0000023042 00000 n -0000023164 00000 n -0000023254 00000 n -0000023362 00000 n -0000023470 00000 n +0000016914 00000 n +0000017014 00000 n +0000017104 00000 n +0000017211 00000 n +0000017292 00000 n +0000017383 00000 n +0000017481 00000 n +0000017571 00000 n +0000017679 00000 n +0000017763 00000 n +0000017845 00000 n +0000017966 00000 n +0000018087 00000 n +0000018177 00000 n +0000018284 00000 n +0000018365 00000 n +0000018447 00000 n +0000018568 00000 n +0000018658 00000 n +0000018765 00000 n +0000018872 00000 n +0000018981 00000 n +0000019084 00000 n +0000019206 00000 n +0000019306 00000 n +0000019396 00000 n +0000019504 00000 n +0000019585 00000 n +0000019676 00000 n +0000019774 00000 n +0000019864 00000 n +0000019973 00000 n +0000020057 00000 n +0000020139 00000 n +0000020261 00000 n +0000020383 00000 n +0000020473 00000 n +0000020581 00000 n +0000020662 00000 n +0000020744 00000 n +0000020866 00000 n +0000020956 00000 n +0000021064 00000 n +0000021172 00000 n +0000021282 00000 n +0000021385 00000 n +0000021507 00000 n +0000021607 00000 n +0000021697 00000 n +0000021805 00000 n +0000021886 00000 n +0000021977 00000 n +0000022075 00000 n +0000022165 00000 n +0000022274 00000 n +0000022358 00000 n +0000022440 00000 n +0000022562 00000 n +0000022684 00000 n +0000022774 00000 n +0000022882 00000 n +0000022963 00000 n +0000023045 00000 n +0000023167 00000 n +0000023257 00000 n +0000023365 00000 n +0000023473 00000 n 0000000015 00000 n 0000013906 00000 n 0000011798 00000 n -0000033022 00000 n -0000034828 00000 n -0000035008 00000 n +0000033025 00000 n +0000034831 00000 n +0000035011 00000 n 0000014053 00000 n 0000014335 00000 n 0000015193 00000 n 0000015604 00000 n -0000016227 00000 n -0000030869 00000 n -0000023698 00000 n -0000030794 00000 n -0000023722 00000 n -0000024161 00000 n -0000030563 00000 n -0000030933 00000 n -0000033200 00000 n -0000035067 00000 n -0000035183 00000 n +0000016230 00000 n +0000030872 00000 n +0000023701 00000 n +0000030797 00000 n +0000023725 00000 n +0000024164 00000 n +0000030566 00000 n +0000030936 00000 n +0000033203 00000 n +0000035070 00000 n +0000035186 00000 n trailer << /Size 103 /Root 101 0 R /Info 102 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -35316 +35319 %%EOF diff --git a/required/latex-lab/testfiles-table-pdftex/table-020-rowheader.tpf b/required/latex-lab/testfiles-table-pdftex/table-020-rowheader.tpf index 382873b05..6f7b66323 100644 --- a/required/latex-lab/testfiles-table-pdftex/table-020-rowheader.tpf +++ b/required/latex-lab/testfiles-table-pdftex/table-020-rowheader.tpf @@ -370,7 +370,7 @@ endobj << /Kids [51 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 53 0 obj << /justify <> @@ -705,67 +705,67 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000018781 00000 n +0000018784 00000 n 0000013558 00000 n 0000014375 00000 n 0000000000 00000 f -0000015116 00000 n -0000015201 00000 n -0000015277 00000 n -0000015353 00000 n -0000015456 00000 n +0000015119 00000 n +0000015204 00000 n +0000015280 00000 n +0000015356 00000 n +0000015459 00000 n 0000013252 00000 n -0000015577 00000 n -0000015684 00000 n -0000015788 00000 n -0000015909 00000 n -0000016001 00000 n -0000016083 00000 n -0000016204 00000 n -0000016322 00000 n -0000016443 00000 n -0000016547 00000 n -0000016665 00000 n -0000016746 00000 n -0000016828 00000 n -0000016949 00000 n -0000017056 00000 n -0000017174 00000 n -0000017278 00000 n -0000017396 00000 n -0000017477 00000 n -0000017559 00000 n -0000017681 00000 n -0000017789 00000 n -0000017908 00000 n -0000018012 00000 n -0000018134 00000 n -0000018226 00000 n -0000018308 00000 n -0000018430 00000 n -0000018549 00000 n -0000018671 00000 n +0000015580 00000 n +0000015687 00000 n +0000015791 00000 n +0000015912 00000 n +0000016004 00000 n +0000016086 00000 n +0000016207 00000 n +0000016325 00000 n +0000016446 00000 n +0000016550 00000 n +0000016668 00000 n +0000016749 00000 n +0000016831 00000 n +0000016952 00000 n +0000017059 00000 n +0000017177 00000 n +0000017281 00000 n +0000017399 00000 n +0000017480 00000 n +0000017562 00000 n +0000017684 00000 n +0000017792 00000 n +0000017911 00000 n +0000018015 00000 n +0000018137 00000 n +0000018229 00000 n +0000018311 00000 n +0000018433 00000 n +0000018552 00000 n +0000018674 00000 n 0000000015 00000 n 0000013387 00000 n 0000011803 00000 n -0000032418 00000 n -0000032596 00000 n +0000032421 00000 n +0000032599 00000 n 0000013522 00000 n 0000013720 00000 n 0000014338 00000 n -0000014954 00000 n -0000030225 00000 n -0000018899 00000 n -0000019338 00000 n -0000029984 00000 n -0000030329 00000 n -0000032655 00000 n -0000032770 00000 n +0000014957 00000 n +0000030228 00000 n +0000018902 00000 n +0000019341 00000 n +0000029987 00000 n +0000030332 00000 n +0000032658 00000 n +0000032773 00000 n trailer << /Size 61 /Root 59 0 R /Info 60 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -32902 +32905 %%EOF diff --git a/required/latex-lab/testfiles-table-pdftex/table-023-multirow.tpf b/required/latex-lab/testfiles-table-pdftex/table-023-multirow.tpf index bdd5f3307..7b001b51a 100644 --- a/required/latex-lab/testfiles-table-pdftex/table-023-multirow.tpf +++ b/required/latex-lab/testfiles-table-pdftex/table-023-multirow.tpf @@ -447,7 +447,7 @@ endobj << /Kids [79 0 R 80 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 82 0 obj << /justify <> @@ -867,96 +867,96 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000023657 00000 n +0000023660 00000 n 0000014716 00000 n 0000016159 00000 n 0000000000 00000 f -0000016934 00000 n -0000017028 00000 n -0000017104 00000 n -0000017180 00000 n -0000017283 00000 n +0000016937 00000 n +0000017031 00000 n +0000017107 00000 n +0000017183 00000 n +0000017286 00000 n 0000014410 00000 n -0000017404 00000 n -0000017511 00000 n -0000017615 00000 n -0000017736 00000 n -0000017828 00000 n -0000017910 00000 n -0000018031 00000 n -0000018149 00000 n -0000018270 00000 n -0000018374 00000 n -0000018505 00000 n -0000018586 00000 n -0000018668 00000 n -0000018789 00000 n -0000018896 00000 n -0000019014 00000 n -0000019111 00000 n -0000019192 00000 n -0000019274 00000 n -0000019395 00000 n -0000019503 00000 n -0000019622 00000 n -0000019726 00000 n -0000019848 00000 n -0000019940 00000 n -0000020022 00000 n -0000020144 00000 n -0000020263 00000 n -0000020385 00000 n -0000020495 00000 n -0000020598 00000 n -0000020720 00000 n -0000020827 00000 n -0000020931 00000 n -0000021053 00000 n -0000021145 00000 n -0000021227 00000 n -0000021349 00000 n -0000021468 00000 n -0000021590 00000 n -0000021694 00000 n -0000021813 00000 n -0000021910 00000 n -0000021992 00000 n -0000022114 00000 n -0000022222 00000 n -0000022341 00000 n -0000022438 00000 n -0000022557 00000 n -0000022665 00000 n -0000022784 00000 n -0000022888 00000 n -0000023010 00000 n -0000023102 00000 n -0000023184 00000 n -0000023306 00000 n -0000023425 00000 n -0000023547 00000 n +0000017407 00000 n +0000017514 00000 n +0000017618 00000 n +0000017739 00000 n +0000017831 00000 n +0000017913 00000 n +0000018034 00000 n +0000018152 00000 n +0000018273 00000 n +0000018377 00000 n +0000018508 00000 n +0000018589 00000 n +0000018671 00000 n +0000018792 00000 n +0000018899 00000 n +0000019017 00000 n +0000019114 00000 n +0000019195 00000 n +0000019277 00000 n +0000019398 00000 n +0000019506 00000 n +0000019625 00000 n +0000019729 00000 n +0000019851 00000 n +0000019943 00000 n +0000020025 00000 n +0000020147 00000 n +0000020266 00000 n +0000020388 00000 n +0000020498 00000 n +0000020601 00000 n +0000020723 00000 n +0000020830 00000 n +0000020934 00000 n +0000021056 00000 n +0000021148 00000 n +0000021230 00000 n +0000021352 00000 n +0000021471 00000 n +0000021593 00000 n +0000021697 00000 n +0000021816 00000 n +0000021913 00000 n +0000021995 00000 n +0000022117 00000 n +0000022225 00000 n +0000022344 00000 n +0000022441 00000 n +0000022560 00000 n +0000022668 00000 n +0000022787 00000 n +0000022891 00000 n +0000023013 00000 n +0000023105 00000 n +0000023187 00000 n +0000023309 00000 n +0000023428 00000 n +0000023550 00000 n 0000000015 00000 n 0000014545 00000 n 0000011802 00000 n -0000038330 00000 n -0000038508 00000 n +0000038333 00000 n +0000038511 00000 n 0000014680 00000 n 0000014990 00000 n 0000015848 00000 n 0000016115 00000 n -0000016738 00000 n -0000036131 00000 n -0000023775 00000 n -0000024214 00000 n -0000035884 00000 n -0000036241 00000 n -0000038567 00000 n -0000038682 00000 n +0000016741 00000 n +0000036134 00000 n +0000023778 00000 n +0000024217 00000 n +0000035887 00000 n +0000036244 00000 n +0000038570 00000 n +0000038685 00000 n trailer << /Size 90 /Root 88 0 R /Info 89 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -38814 +38817 %%EOF diff --git a/required/latex-lab/testfiles-table-pdftex/table-024-multirow.tpf b/required/latex-lab/testfiles-table-pdftex/table-024-multirow.tpf index 9d14c69c4..33175a03f 100644 --- a/required/latex-lab/testfiles-table-pdftex/table-024-multirow.tpf +++ b/required/latex-lab/testfiles-table-pdftex/table-024-multirow.tpf @@ -353,7 +353,7 @@ endobj << /Kids [43 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 45 0 obj << /justify <> @@ -666,59 +666,59 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000017701 00000 n +0000017704 00000 n 0000013272 00000 n 0000013954 00000 n 0000000000 00000 f -0000014763 00000 n -0000014848 00000 n -0000014924 00000 n -0000015000 00000 n -0000015103 00000 n +0000014766 00000 n +0000014851 00000 n +0000014927 00000 n +0000015003 00000 n +0000015106 00000 n 0000012966 00000 n -0000015224 00000 n -0000015338 00000 n -0000015442 00000 n -0000015563 00000 n -0000015681 00000 n -0000015799 00000 n -0000015920 00000 n -0000016017 00000 n -0000016159 00000 n -0000016266 00000 n -0000016373 00000 n -0000016463 00000 n -0000016570 00000 n -0000016688 00000 n -0000016778 00000 n -0000016886 00000 n -0000017005 00000 n -0000017109 00000 n -0000017231 00000 n -0000017350 00000 n -0000017469 00000 n -0000017591 00000 n +0000015227 00000 n +0000015341 00000 n +0000015445 00000 n +0000015566 00000 n +0000015684 00000 n +0000015802 00000 n +0000015923 00000 n +0000016020 00000 n +0000016162 00000 n +0000016269 00000 n +0000016376 00000 n +0000016466 00000 n +0000016573 00000 n +0000016691 00000 n +0000016781 00000 n +0000016889 00000 n +0000017008 00000 n +0000017112 00000 n +0000017234 00000 n +0000017353 00000 n +0000017472 00000 n +0000017594 00000 n 0000000015 00000 n 0000013101 00000 n 0000011802 00000 n -0000032374 00000 n -0000032552 00000 n +0000032377 00000 n +0000032555 00000 n 0000013236 00000 n 0000013427 00000 n 0000013917 00000 n -0000014533 00000 n -0000030175 00000 n -0000017819 00000 n -0000018258 00000 n -0000029928 00000 n -0000030285 00000 n -0000032611 00000 n -0000032726 00000 n +0000014536 00000 n +0000030178 00000 n +0000017822 00000 n +0000018261 00000 n +0000029931 00000 n +0000030288 00000 n +0000032614 00000 n +0000032729 00000 n trailer << /Size 53 /Root 51 0 R /Info 52 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -32858 +32861 %%EOF diff --git a/required/latex-lab/testfiles-table-pdftex/table-025.tpf b/required/latex-lab/testfiles-table-pdftex/table-025.tpf index 2028cef82..c4f780fa0 100644 --- a/required/latex-lab/testfiles-table-pdftex/table-025.tpf +++ b/required/latex-lab/testfiles-table-pdftex/table-025.tpf @@ -340,7 +340,7 @@ endobj << /Kids [66 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 68 0 obj << /justify <> @@ -850,85 +850,85 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000019536 00000 n +0000019539 00000 n 0000013056 00000 n 0000014076 00000 n 0000000000 00000 f -0000014862 00000 n -0000014963 00000 n -0000015039 00000 n -0000015115 00000 n -0000015218 00000 n +0000014865 00000 n +0000014966 00000 n +0000015042 00000 n +0000015118 00000 n +0000015221 00000 n 0000012738 00000 n -0000015339 00000 n -0000015423 00000 n -0000015513 00000 n -0000015594 00000 n -0000015676 00000 n -0000015797 00000 n -0000015878 00000 n -0000015960 00000 n -0000016081 00000 n -0000016190 00000 n -0000016293 00000 n -0000016414 00000 n -0000016498 00000 n -0000016588 00000 n -0000016669 00000 n -0000016751 00000 n -0000016872 00000 n -0000016943 00000 n -0000017052 00000 n -0000017155 00000 n -0000017276 00000 n -0000017376 00000 n -0000017466 00000 n -0000017547 00000 n -0000017629 00000 n -0000017750 00000 n -0000017831 00000 n -0000017913 00000 n -0000018034 00000 n -0000018124 00000 n -0000018195 00000 n -0000018276 00000 n -0000018358 00000 n -0000018480 00000 n -0000018570 00000 n -0000018651 00000 n -0000018733 00000 n -0000018831 00000 n -0000018921 00000 n -0000019030 00000 n -0000019114 00000 n -0000019196 00000 n -0000019318 00000 n -0000019426 00000 n +0000015342 00000 n +0000015426 00000 n +0000015516 00000 n +0000015597 00000 n +0000015679 00000 n +0000015800 00000 n +0000015881 00000 n +0000015963 00000 n +0000016084 00000 n +0000016193 00000 n +0000016296 00000 n +0000016417 00000 n +0000016501 00000 n +0000016591 00000 n +0000016672 00000 n +0000016754 00000 n +0000016875 00000 n +0000016946 00000 n +0000017055 00000 n +0000017158 00000 n +0000017279 00000 n +0000017379 00000 n +0000017469 00000 n +0000017550 00000 n +0000017632 00000 n +0000017753 00000 n +0000017834 00000 n +0000017916 00000 n +0000018037 00000 n +0000018127 00000 n +0000018198 00000 n +0000018279 00000 n +0000018361 00000 n +0000018483 00000 n +0000018573 00000 n +0000018654 00000 n +0000018736 00000 n +0000018834 00000 n +0000018924 00000 n +0000019033 00000 n +0000019117 00000 n +0000019199 00000 n +0000019321 00000 n +0000019429 00000 n 0000000015 00000 n 0000012873 00000 n 0000011793 00000 n -0000029040 00000 n -0000030845 00000 n -0000031024 00000 n +0000029043 00000 n +0000030848 00000 n +0000031027 00000 n 0000013020 00000 n 0000013197 00000 n 0000014039 00000 n -0000014655 00000 n -0000026887 00000 n -0000019654 00000 n -0000026804 00000 n -0000019678 00000 n -0000020047 00000 n -0000026571 00000 n -0000026951 00000 n -0000029218 00000 n -0000031083 00000 n -0000031198 00000 n +0000014658 00000 n +0000026890 00000 n +0000019657 00000 n +0000026807 00000 n +0000019681 00000 n +0000020050 00000 n +0000026574 00000 n +0000026954 00000 n +0000029221 00000 n +0000031086 00000 n +0000031201 00000 n trailer << /Size 79 /Root 77 0 R /Info 78 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -31330 +31333 %%EOF diff --git a/required/latex-lab/testfiles-table-pdftex/table-026-minipage-37.tpf b/required/latex-lab/testfiles-table-pdftex/table-026-minipage-37.tpf index e2b113a61..ab97b7348 100644 --- a/required/latex-lab/testfiles-table-pdftex/table-026-minipage-37.tpf +++ b/required/latex-lab/testfiles-table-pdftex/table-026-minipage-37.tpf @@ -388,7 +388,7 @@ endobj << /Kids [106 0 R 107 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 109 0 obj << /justify <> @@ -408,16 +408,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -1084,130 +1084,130 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000026405 00000 n +0000026400 00000 n 0000014030 00000 n 0000015673 00000 n -0000017833 00000 n -0000016460 00000 n +0000017828 00000 n +0000016463 00000 n 0000000012 00000 f -0000016528 00000 n +0000016531 00000 n 0000000014 00000 f -0000016598 00000 n +0000016601 00000 n 0000000020 00000 f -0000017361 00000 n -0000016679 00000 n +0000017366 00000 n +0000016682 00000 n 0000017639 00000 n 0000017468 00000 n -0000017746 00000 n +0000017741 00000 n 0000000000 00000 f -0000017894 00000 n -0000018029 00000 n -0000018117 00000 n -0000018205 00000 n -0000018321 00000 n +0000017889 00000 n +0000018024 00000 n +0000018112 00000 n +0000018200 00000 n +0000018316 00000 n 0000013718 00000 n -0000018454 00000 n -0000018550 00000 n -0000018643 00000 n -0000018804 00000 n -0000018898 00000 n -0000018992 00000 n -0000019125 00000 n -0000019246 00000 n -0000019362 00000 n -0000019495 00000 n -0000019591 00000 n -0000019684 00000 n -0000019845 00000 n -0000019939 00000 n -0000020033 00000 n -0000020143 00000 n -0000020245 00000 n -0000020365 00000 n -0000020461 00000 n -0000020555 00000 n -0000020688 00000 n -0000020810 00000 n -0000020926 00000 n -0000021060 00000 n -0000021156 00000 n -0000021249 00000 n -0000021412 00000 n -0000021506 00000 n -0000021600 00000 n -0000021734 00000 n -0000021856 00000 n -0000021972 00000 n -0000022106 00000 n -0000022202 00000 n -0000022295 00000 n -0000022388 00000 n -0000022498 00000 n -0000022632 00000 n -0000022726 00000 n -0000022820 00000 n -0000022954 00000 n -0000023076 00000 n -0000023198 00000 n -0000023314 00000 n -0000023448 00000 n -0000023544 00000 n -0000023637 00000 n -0000023730 00000 n -0000023840 00000 n -0000023974 00000 n -0000024068 00000 n -0000024162 00000 n -0000024272 00000 n -0000024374 00000 n -0000024495 00000 n -0000024591 00000 n -0000024685 00000 n -0000024819 00000 n -0000024941 00000 n -0000025063 00000 n -0000025179 00000 n -0000025313 00000 n -0000025409 00000 n -0000025502 00000 n -0000025595 00000 n -0000025705 00000 n -0000025839 00000 n -0000025933 00000 n -0000026027 00000 n -0000026161 00000 n -0000026283 00000 n +0000018449 00000 n +0000018545 00000 n +0000018638 00000 n +0000018799 00000 n +0000018893 00000 n +0000018987 00000 n +0000019120 00000 n +0000019241 00000 n +0000019357 00000 n +0000019490 00000 n +0000019586 00000 n +0000019679 00000 n +0000019840 00000 n +0000019934 00000 n +0000020028 00000 n +0000020138 00000 n +0000020240 00000 n +0000020360 00000 n +0000020456 00000 n +0000020550 00000 n +0000020683 00000 n +0000020805 00000 n +0000020921 00000 n +0000021055 00000 n +0000021151 00000 n +0000021244 00000 n +0000021407 00000 n +0000021501 00000 n +0000021595 00000 n +0000021729 00000 n +0000021851 00000 n +0000021967 00000 n +0000022101 00000 n +0000022197 00000 n +0000022290 00000 n +0000022383 00000 n +0000022493 00000 n +0000022627 00000 n +0000022721 00000 n +0000022815 00000 n +0000022949 00000 n +0000023071 00000 n +0000023193 00000 n +0000023309 00000 n +0000023443 00000 n +0000023539 00000 n +0000023632 00000 n +0000023725 00000 n +0000023835 00000 n +0000023969 00000 n +0000024063 00000 n +0000024157 00000 n +0000024267 00000 n +0000024369 00000 n +0000024490 00000 n +0000024586 00000 n +0000024680 00000 n +0000024814 00000 n +0000024936 00000 n +0000025058 00000 n +0000025174 00000 n +0000025308 00000 n +0000025404 00000 n +0000025497 00000 n +0000025590 00000 n +0000025700 00000 n +0000025834 00000 n +0000025928 00000 n +0000026022 00000 n +0000026156 00000 n +0000026278 00000 n 0000000015 00000 n 0000013855 00000 n 0000011805 00000 n -0000044341 00000 n -0000047034 00000 n -0000045238 00000 n -0000047218 00000 n +0000044336 00000 n +0000047029 00000 n +0000045233 00000 n +0000047213 00000 n 0000013993 00000 n 0000014290 00000 n 0000015150 00000 n 0000015626 00000 n -0000016252 00000 n -0000026544 00000 n -0000042186 00000 n -0000026567 00000 n -0000042082 00000 n -0000026592 00000 n -0000027032 00000 n -0000029697 00000 n -0000029917 00000 n -0000041833 00000 n -0000042251 00000 n -0000044524 00000 n -0000045406 00000 n -0000047278 00000 n -0000047396 00000 n +0000016255 00000 n +0000026539 00000 n +0000042181 00000 n +0000026562 00000 n +0000042077 00000 n +0000026587 00000 n +0000027027 00000 n +0000029692 00000 n +0000029912 00000 n +0000041828 00000 n +0000042246 00000 n +0000044519 00000 n +0000045401 00000 n +0000047273 00000 n +0000047391 00000 n trailer << /Size 124 /Root 122 0 R /Info 123 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -47529 +47524 %%EOF diff --git a/required/latex-lab/testfiles-table-pdftex/table-027-longtable-554.tpf b/required/latex-lab/testfiles-table-pdftex/table-027-longtable-554.tpf index f47aa5443..6b80d76d5 100644 --- a/required/latex-lab/testfiles-table-pdftex/table-027-longtable-554.tpf +++ b/required/latex-lab/testfiles-table-pdftex/table-027-longtable-554.tpf @@ -362,7 +362,7 @@ endobj << /Kids [40 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 42 0 obj << /TH-both <> @@ -738,60 +738,60 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000017473 00000 n +0000017476 00000 n 0000013832 00000 n 0000014415 00000 n 0000000000 00000 f -0000015115 00000 n -0000015209 00000 n -0000015285 00000 n -0000015361 00000 n -0000015460 00000 n -0000015550 00000 n +0000015118 00000 n +0000015212 00000 n +0000015288 00000 n +0000015364 00000 n +0000015463 00000 n +0000015553 00000 n 0000013514 00000 n -0000015668 00000 n -0000015786 00000 n -0000015876 00000 n -0000015994 00000 n -0000016112 00000 n -0000016202 00000 n -0000016309 00000 n -0000016416 00000 n -0000016515 00000 n -0000016605 00000 n -0000016723 00000 n -0000016841 00000 n -0000016931 00000 n -0000017049 00000 n -0000017167 00000 n -0000017257 00000 n -0000017365 00000 n +0000015671 00000 n +0000015789 00000 n +0000015879 00000 n +0000015997 00000 n +0000016115 00000 n +0000016205 00000 n +0000016312 00000 n +0000016419 00000 n +0000016518 00000 n +0000016608 00000 n +0000016726 00000 n +0000016844 00000 n +0000016934 00000 n +0000017052 00000 n +0000017170 00000 n +0000017260 00000 n +0000017368 00000 n 0000000015 00000 n 0000013649 00000 n 0000011807 00000 n -0000034824 00000 n -0000035715 00000 n -0000035879 00000 n +0000034827 00000 n +0000035718 00000 n +0000035882 00000 n 0000013796 00000 n 0000013952 00000 n 0000014378 00000 n -0000014994 00000 n -0000017591 00000 n -0000032634 00000 n -0000017613 00000 n -0000018052 00000 n -0000020716 00000 n -0000020934 00000 n -0000032389 00000 n -0000032735 00000 n -0000035002 00000 n -0000035938 00000 n -0000036053 00000 n +0000014997 00000 n +0000017594 00000 n +0000032637 00000 n +0000017616 00000 n +0000018055 00000 n +0000020719 00000 n +0000020937 00000 n +0000032392 00000 n +0000032738 00000 n +0000035005 00000 n +0000035941 00000 n +0000036056 00000 n trailer << /Size 54 /Root 52 0 R /Info 53 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -36185 +36188 %%EOF diff --git a/required/latex-lab/testfiles-title/title-002.luatex.tpf b/required/latex-lab/testfiles-title/title-002.luatex.tpf index f6e55e109..c7b8d73fd 100644 --- a/required/latex-lab/testfiles-title/title-002.luatex.tpf +++ b/required/latex-lab/testfiles-title/title-002.luatex.tpf @@ -368,7 +368,7 @@ endobj << /Kids [36 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 38 0 obj << /center <> @@ -1402,79 +1402,79 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000016888 00000 n +0000016891 00000 n 0000014282 00000 n 0000014670 00000 n 0000000000 00000 f -0000015450 00000 n -0000015544 00000 n -0000015620 00000 n -0000015696 00000 n -0000015806 00000 n -0000015939 00000 n -0000016074 00000 n -0000016197 00000 n -0000016319 00000 n -0000016441 00000 n -0000016552 00000 n -0000016640 00000 n -0000016768 00000 n +0000015453 00000 n +0000015547 00000 n +0000015623 00000 n +0000015699 00000 n +0000015809 00000 n +0000015942 00000 n +0000016077 00000 n +0000016200 00000 n +0000016322 00000 n +0000016444 00000 n +0000016555 00000 n +0000016643 00000 n +0000016771 00000 n 0000000020 00000 n 0000014028 00000 n 0000013893 00000 n 0000012097 00000 n -0000078838 00000 n -0000019199 00000 n -0000086211 00000 n -0000082711 00000 n -0000076896 00000 n -0000084451 00000 n -0000080775 00000 n -0000074955 00000 n -0000086388 00000 n +0000078841 00000 n +0000019202 00000 n +0000086214 00000 n +0000082714 00000 n +0000076899 00000 n +0000084454 00000 n +0000080778 00000 n +0000074958 00000 n +0000086391 00000 n 0000014246 00000 n 0000014367 00000 n 0000014633 00000 n -0000015249 00000 n -0000017006 00000 n -0000017029 00000 n -0000073099 00000 n -0000017142 00000 n -0000017165 00000 n -0000017392 00000 n -0000017491 00000 n -0000017516 00000 n -0000018211 00000 n -0000017548 00000 n -0000017621 00000 n -0000018447 00000 n -0000019353 00000 n -0000019553 00000 n -0000027125 00000 n -0000019696 00000 n -0000037346 00000 n -0000027346 00000 n -0000045795 00000 n -0000037619 00000 n -0000053941 00000 n -0000046025 00000 n -0000064218 00000 n -0000054168 00000 n -0000066406 00000 n -0000064463 00000 n -0000072872 00000 n -0000066633 00000 n -0000073171 00000 n -0000075112 00000 n -0000077054 00000 n -0000078996 00000 n -0000080932 00000 n -0000082868 00000 n -0000084628 00000 n -0000086450 00000 n -0000086565 00000 n +0000015252 00000 n +0000017009 00000 n +0000017032 00000 n +0000073102 00000 n +0000017145 00000 n +0000017168 00000 n +0000017395 00000 n +0000017494 00000 n +0000017519 00000 n +0000018214 00000 n +0000017551 00000 n +0000017624 00000 n +0000018450 00000 n +0000019356 00000 n +0000019556 00000 n +0000027128 00000 n +0000019699 00000 n +0000037349 00000 n +0000027349 00000 n +0000045798 00000 n +0000037622 00000 n +0000053944 00000 n +0000046028 00000 n +0000064221 00000 n +0000054171 00000 n +0000066409 00000 n +0000064466 00000 n +0000072875 00000 n +0000066636 00000 n +0000073174 00000 n +0000075115 00000 n +0000077057 00000 n +0000078999 00000 n +0000080935 00000 n +0000082871 00000 n +0000084631 00000 n +0000086453 00000 n +0000086568 00000 n trailer << /Size 76 /Root 74 0 R /Info 75 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -86908 +86911 %%EOF diff --git a/required/latex-lab/testfiles-title/title-002.tpf b/required/latex-lab/testfiles-title/title-002.tpf index b98c2a955..d36713b19 100644 --- a/required/latex-lab/testfiles-title/title-002.tpf +++ b/required/latex-lab/testfiles-title/title-002.tpf @@ -344,7 +344,7 @@ endobj << /Kids [36 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 38 0 obj << /center <> @@ -1715,79 +1715,79 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000016556 00000 n +0000016559 00000 n 0000013807 00000 n 0000014223 00000 n 0000000000 00000 f -0000015003 00000 n -0000015097 00000 n -0000015173 00000 n -0000015249 00000 n -0000015359 00000 n +0000015006 00000 n +0000015100 00000 n +0000015176 00000 n +0000015252 00000 n +0000015362 00000 n 0000013417 00000 n -0000015522 00000 n -0000015655 00000 n -0000015776 00000 n -0000015896 00000 n -0000016016 00000 n -0000016127 00000 n -0000016215 00000 n -0000016438 00000 n +0000015525 00000 n +0000015658 00000 n +0000015779 00000 n +0000015899 00000 n +0000016019 00000 n +0000016130 00000 n +0000016218 00000 n +0000016441 00000 n 0000000015 00000 n 0000013552 00000 n 0000012089 00000 n -0000090543 00000 n -0000091434 00000 n -0000095029 00000 n -0000083743 00000 n -0000088276 00000 n -0000093225 00000 n -0000081476 00000 n -0000086010 00000 n -0000095206 00000 n +0000090546 00000 n +0000091437 00000 n +0000095032 00000 n +0000083746 00000 n +0000088279 00000 n +0000093228 00000 n +0000081479 00000 n +0000086013 00000 n +0000095209 00000 n 0000013771 00000 n 0000013920 00000 n 0000014186 00000 n -0000014802 00000 n -0000079162 00000 n -0000016674 00000 n -0000016698 00000 n -0000079318 00000 n -0000016947 00000 n -0000016969 00000 n -0000017442 00000 n -0000017594 00000 n -0000017618 00000 n -0000017640 00000 n -0000017954 00000 n -0000020618 00000 n -0000020836 00000 n -0000022778 00000 n -0000023003 00000 n -0000040590 00000 n -0000040817 00000 n -0000055456 00000 n -0000055695 00000 n -0000057493 00000 n -0000057716 00000 n -0000070893 00000 n -0000071168 00000 n -0000078933 00000 n -0000079387 00000 n -0000081654 00000 n -0000083921 00000 n -0000086187 00000 n -0000088454 00000 n -0000090721 00000 n -0000091598 00000 n -0000093402 00000 n -0000095265 00000 n -0000095380 00000 n +0000014805 00000 n +0000079165 00000 n +0000016677 00000 n +0000016701 00000 n +0000079321 00000 n +0000016950 00000 n +0000016972 00000 n +0000017445 00000 n +0000017597 00000 n +0000017621 00000 n +0000017643 00000 n +0000017957 00000 n +0000020621 00000 n +0000020839 00000 n +0000022781 00000 n +0000023006 00000 n +0000040593 00000 n +0000040820 00000 n +0000055459 00000 n +0000055698 00000 n +0000057496 00000 n +0000057719 00000 n +0000070896 00000 n +0000071171 00000 n +0000078936 00000 n +0000079390 00000 n +0000081657 00000 n +0000083924 00000 n +0000086190 00000 n +0000088457 00000 n +0000090724 00000 n +0000091601 00000 n +0000093405 00000 n +0000095268 00000 n +0000095383 00000 n trailer << /Size 73 /Root 71 0 R /Info 72 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -95723 +95726 %%EOF diff --git a/required/latex-lab/testfiles-title/title-003.luatex.tpf b/required/latex-lab/testfiles-title/title-003.luatex.tpf index df7cb8837..2866003df 100644 --- a/required/latex-lab/testfiles-title/title-003.luatex.tpf +++ b/required/latex-lab/testfiles-title/title-003.luatex.tpf @@ -354,7 +354,7 @@ endobj << /Kids [33 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 35 0 obj << /center <> @@ -1010,63 +1010,63 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000016679 00000 n +0000016682 00000 n 0000014073 00000 n 0000014461 00000 n 0000000000 00000 f -0000015241 00000 n -0000015335 00000 n -0000015411 00000 n -0000015487 00000 n -0000015597 00000 n -0000015730 00000 n -0000015865 00000 n -0000015988 00000 n -0000016110 00000 n -0000016232 00000 n -0000016343 00000 n -0000016431 00000 n -0000016559 00000 n +0000015244 00000 n +0000015338 00000 n +0000015414 00000 n +0000015490 00000 n +0000015600 00000 n +0000015733 00000 n +0000015868 00000 n +0000015991 00000 n +0000016113 00000 n +0000016235 00000 n +0000016346 00000 n +0000016434 00000 n +0000016562 00000 n 0000000020 00000 n 0000013855 00000 n 0000013720 00000 n 0000012097 00000 n -0000060095 00000 n -0000018877 00000 n -0000058153 00000 n -0000063967 00000 n -0000062032 00000 n -0000064124 00000 n +0000060098 00000 n +0000018880 00000 n +0000058156 00000 n +0000063970 00000 n +0000062035 00000 n +0000064127 00000 n 0000014037 00000 n 0000014158 00000 n 0000014424 00000 n -0000015040 00000 n -0000016797 00000 n -0000016822 00000 n -0000016967 00000 n -0000017194 00000 n -0000017889 00000 n -0000017226 00000 n -0000017299 00000 n -0000018125 00000 n -0000019031 00000 n -0000019231 00000 n -0000029374 00000 n -0000019374 00000 n -0000037823 00000 n -0000029647 00000 n -0000045476 00000 n -0000038053 00000 n -0000056118 00000 n -0000045696 00000 n -0000056369 00000 n -0000058311 00000 n -0000060253 00000 n -0000062188 00000 n -0000064186 00000 n -0000064301 00000 n +0000015043 00000 n +0000016800 00000 n +0000016825 00000 n +0000016970 00000 n +0000017197 00000 n +0000017892 00000 n +0000017229 00000 n +0000017302 00000 n +0000018128 00000 n +0000019034 00000 n +0000019234 00000 n +0000029377 00000 n +0000019377 00000 n +0000037826 00000 n +0000029650 00000 n +0000045479 00000 n +0000038056 00000 n +0000056121 00000 n +0000045699 00000 n +0000056372 00000 n +0000058314 00000 n +0000060256 00000 n +0000062191 00000 n +0000064189 00000 n +0000064304 00000 n trailer << /Size 60 /Root 58 0 R /Info 59 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -64644 +64647 %%EOF diff --git a/required/latex-lab/testfiles-title/title-003.tpf b/required/latex-lab/testfiles-title/title-003.tpf index 88aef01ce..d74c6ddd7 100644 --- a/required/latex-lab/testfiles-title/title-003.tpf +++ b/required/latex-lab/testfiles-title/title-003.tpf @@ -337,7 +337,7 @@ endobj << /Kids [33 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 35 0 obj << /center <> @@ -1240,65 +1240,65 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000016403 00000 n +0000016406 00000 n 0000013654 00000 n 0000014070 00000 n 0000000000 00000 f -0000014850 00000 n -0000014944 00000 n -0000015020 00000 n -0000015096 00000 n -0000015206 00000 n +0000014853 00000 n +0000014947 00000 n +0000015023 00000 n +0000015099 00000 n +0000015209 00000 n 0000013300 00000 n -0000015369 00000 n -0000015502 00000 n -0000015623 00000 n -0000015743 00000 n -0000015863 00000 n -0000015974 00000 n -0000016062 00000 n -0000016285 00000 n +0000015372 00000 n +0000015505 00000 n +0000015626 00000 n +0000015746 00000 n +0000015866 00000 n +0000015977 00000 n +0000016065 00000 n +0000016288 00000 n 0000000015 00000 n 0000013435 00000 n 0000012089 00000 n -0000080734 00000 n -0000081625 00000 n -0000078467 00000 n -0000076200 00000 n -0000073934 00000 n -0000081789 00000 n +0000080737 00000 n +0000081628 00000 n +0000078470 00000 n +0000076203 00000 n +0000073937 00000 n +0000081792 00000 n 0000013618 00000 n 0000013767 00000 n 0000014033 00000 n -0000014649 00000 n -0000071689 00000 n -0000016521 00000 n -0000016543 00000 n -0000016810 00000 n -0000017283 00000 n -0000017305 00000 n -0000017619 00000 n -0000020283 00000 n -0000020501 00000 n -0000035167 00000 n -0000035390 00000 n -0000050384 00000 n -0000050627 00000 n -0000063433 00000 n -0000063695 00000 n -0000071460 00000 n -0000071845 00000 n -0000074111 00000 n -0000076378 00000 n -0000078645 00000 n -0000080912 00000 n -0000081848 00000 n -0000081963 00000 n +0000014652 00000 n +0000071692 00000 n +0000016524 00000 n +0000016546 00000 n +0000016813 00000 n +0000017286 00000 n +0000017308 00000 n +0000017622 00000 n +0000020286 00000 n +0000020504 00000 n +0000035170 00000 n +0000035393 00000 n +0000050387 00000 n +0000050630 00000 n +0000063436 00000 n +0000063698 00000 n +0000071463 00000 n +0000071848 00000 n +0000074114 00000 n +0000076381 00000 n +0000078648 00000 n +0000080915 00000 n +0000081851 00000 n +0000081966 00000 n trailer << /Size 59 /Root 57 0 R /Info 58 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -82306 +82309 %%EOF diff --git a/required/latex-lab/testfiles-title/title-004.luatex.tpf b/required/latex-lab/testfiles-title/title-004.luatex.tpf index 056c29236..f54b58075 100644 --- a/required/latex-lab/testfiles-title/title-004.luatex.tpf +++ b/required/latex-lab/testfiles-title/title-004.luatex.tpf @@ -368,7 +368,7 @@ endobj << /Kids [36 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 38 0 obj << /center <> @@ -1402,79 +1402,79 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000016880 00000 n +0000016883 00000 n 0000014274 00000 n 0000014662 00000 n 0000000000 00000 f -0000015442 00000 n -0000015536 00000 n -0000015612 00000 n -0000015688 00000 n -0000015798 00000 n -0000015931 00000 n -0000016066 00000 n -0000016189 00000 n -0000016311 00000 n -0000016433 00000 n -0000016544 00000 n -0000016632 00000 n -0000016760 00000 n +0000015445 00000 n +0000015539 00000 n +0000015615 00000 n +0000015691 00000 n +0000015801 00000 n +0000015934 00000 n +0000016069 00000 n +0000016192 00000 n +0000016314 00000 n +0000016436 00000 n +0000016547 00000 n +0000016635 00000 n +0000016763 00000 n 0000000020 00000 n 0000014020 00000 n 0000013885 00000 n 0000012089 00000 n -0000078830 00000 n -0000019191 00000 n -0000086203 00000 n -0000082703 00000 n -0000076888 00000 n -0000084443 00000 n -0000080767 00000 n -0000074947 00000 n -0000086380 00000 n +0000078833 00000 n +0000019194 00000 n +0000086206 00000 n +0000082706 00000 n +0000076891 00000 n +0000084446 00000 n +0000080770 00000 n +0000074950 00000 n +0000086383 00000 n 0000014238 00000 n 0000014359 00000 n 0000014625 00000 n -0000015241 00000 n -0000016998 00000 n -0000017021 00000 n -0000073091 00000 n -0000017134 00000 n -0000017157 00000 n -0000017384 00000 n -0000017483 00000 n -0000017508 00000 n -0000018203 00000 n -0000017540 00000 n -0000017613 00000 n -0000018439 00000 n -0000019345 00000 n -0000019545 00000 n -0000027117 00000 n -0000019688 00000 n -0000037338 00000 n -0000027338 00000 n -0000045787 00000 n -0000037611 00000 n -0000053933 00000 n -0000046017 00000 n -0000064210 00000 n -0000054160 00000 n -0000066398 00000 n -0000064455 00000 n -0000072864 00000 n -0000066625 00000 n -0000073163 00000 n -0000075104 00000 n -0000077046 00000 n -0000078988 00000 n -0000080924 00000 n -0000082860 00000 n -0000084620 00000 n -0000086442 00000 n -0000086557 00000 n +0000015244 00000 n +0000017001 00000 n +0000017024 00000 n +0000073094 00000 n +0000017137 00000 n +0000017160 00000 n +0000017387 00000 n +0000017486 00000 n +0000017511 00000 n +0000018206 00000 n +0000017543 00000 n +0000017616 00000 n +0000018442 00000 n +0000019348 00000 n +0000019548 00000 n +0000027120 00000 n +0000019691 00000 n +0000037341 00000 n +0000027341 00000 n +0000045790 00000 n +0000037614 00000 n +0000053936 00000 n +0000046020 00000 n +0000064213 00000 n +0000054163 00000 n +0000066401 00000 n +0000064458 00000 n +0000072867 00000 n +0000066628 00000 n +0000073166 00000 n +0000075107 00000 n +0000077049 00000 n +0000078991 00000 n +0000080927 00000 n +0000082863 00000 n +0000084623 00000 n +0000086445 00000 n +0000086560 00000 n trailer << /Size 76 /Root 74 0 R /Info 75 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -86860 +86863 %%EOF diff --git a/required/latex-lab/testfiles-title/title-004.tpf b/required/latex-lab/testfiles-title/title-004.tpf index 6019a61fb..737aae64f 100644 --- a/required/latex-lab/testfiles-title/title-004.tpf +++ b/required/latex-lab/testfiles-title/title-004.tpf @@ -344,7 +344,7 @@ endobj << /Kids [36 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 38 0 obj << /center <> @@ -1715,79 +1715,79 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000016548 00000 n +0000016551 00000 n 0000013799 00000 n 0000014215 00000 n 0000000000 00000 f -0000014995 00000 n -0000015089 00000 n -0000015165 00000 n -0000015241 00000 n -0000015351 00000 n +0000014998 00000 n +0000015092 00000 n +0000015168 00000 n +0000015244 00000 n +0000015354 00000 n 0000013409 00000 n -0000015514 00000 n -0000015647 00000 n -0000015768 00000 n -0000015888 00000 n -0000016008 00000 n -0000016119 00000 n -0000016207 00000 n -0000016430 00000 n +0000015517 00000 n +0000015650 00000 n +0000015771 00000 n +0000015891 00000 n +0000016011 00000 n +0000016122 00000 n +0000016210 00000 n +0000016433 00000 n 0000000015 00000 n 0000013544 00000 n 0000012081 00000 n -0000090535 00000 n -0000091426 00000 n -0000095021 00000 n -0000083735 00000 n -0000088268 00000 n -0000093217 00000 n -0000081468 00000 n -0000086002 00000 n -0000095198 00000 n +0000090538 00000 n +0000091429 00000 n +0000095024 00000 n +0000083738 00000 n +0000088271 00000 n +0000093220 00000 n +0000081471 00000 n +0000086005 00000 n +0000095201 00000 n 0000013763 00000 n 0000013912 00000 n 0000014178 00000 n -0000014794 00000 n -0000079154 00000 n -0000016666 00000 n -0000016690 00000 n -0000079310 00000 n -0000016939 00000 n -0000016961 00000 n -0000017434 00000 n -0000017586 00000 n -0000017610 00000 n -0000017632 00000 n -0000017946 00000 n -0000020610 00000 n -0000020828 00000 n -0000022770 00000 n -0000022995 00000 n -0000040582 00000 n -0000040809 00000 n -0000055448 00000 n -0000055687 00000 n -0000057485 00000 n -0000057708 00000 n -0000070885 00000 n -0000071160 00000 n -0000078925 00000 n -0000079379 00000 n -0000081646 00000 n -0000083913 00000 n -0000086179 00000 n -0000088446 00000 n -0000090713 00000 n -0000091590 00000 n -0000093394 00000 n -0000095257 00000 n -0000095372 00000 n +0000014797 00000 n +0000079157 00000 n +0000016669 00000 n +0000016693 00000 n +0000079313 00000 n +0000016942 00000 n +0000016964 00000 n +0000017437 00000 n +0000017589 00000 n +0000017613 00000 n +0000017635 00000 n +0000017949 00000 n +0000020613 00000 n +0000020831 00000 n +0000022773 00000 n +0000022998 00000 n +0000040585 00000 n +0000040812 00000 n +0000055451 00000 n +0000055690 00000 n +0000057488 00000 n +0000057711 00000 n +0000070888 00000 n +0000071163 00000 n +0000078928 00000 n +0000079382 00000 n +0000081649 00000 n +0000083916 00000 n +0000086182 00000 n +0000088449 00000 n +0000090716 00000 n +0000091593 00000 n +0000093397 00000 n +0000095260 00000 n +0000095375 00000 n trailer << /Size 73 /Root 71 0 R /Info 72 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -95675 +95678 %%EOF diff --git a/required/latex-lab/testfiles-title/title-005.luatex.tpf b/required/latex-lab/testfiles-title/title-005.luatex.tpf index a19c44747..c8c709240 100644 --- a/required/latex-lab/testfiles-title/title-005.luatex.tpf +++ b/required/latex-lab/testfiles-title/title-005.luatex.tpf @@ -369,7 +369,7 @@ endobj << /Kids [36 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 38 0 obj << /center <> @@ -1403,79 +1403,79 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000016913 00000 n +0000016916 00000 n 0000014307 00000 n 0000014695 00000 n 0000000000 00000 f -0000015475 00000 n -0000015569 00000 n -0000015645 00000 n -0000015721 00000 n -0000015831 00000 n -0000015964 00000 n -0000016099 00000 n -0000016222 00000 n -0000016344 00000 n -0000016466 00000 n -0000016577 00000 n -0000016665 00000 n -0000016793 00000 n +0000015478 00000 n +0000015572 00000 n +0000015648 00000 n +0000015724 00000 n +0000015834 00000 n +0000015967 00000 n +0000016102 00000 n +0000016225 00000 n +0000016347 00000 n +0000016469 00000 n +0000016580 00000 n +0000016668 00000 n +0000016796 00000 n 0000000020 00000 n 0000014053 00000 n 0000013918 00000 n 0000012122 00000 n -0000078863 00000 n -0000019224 00000 n -0000086236 00000 n -0000082736 00000 n -0000076921 00000 n -0000084476 00000 n -0000080800 00000 n -0000074980 00000 n -0000086413 00000 n +0000078866 00000 n +0000019227 00000 n +0000086239 00000 n +0000082739 00000 n +0000076924 00000 n +0000084479 00000 n +0000080803 00000 n +0000074983 00000 n +0000086416 00000 n 0000014271 00000 n 0000014392 00000 n 0000014658 00000 n -0000015274 00000 n -0000017031 00000 n -0000017054 00000 n -0000073124 00000 n -0000017167 00000 n -0000017190 00000 n -0000017417 00000 n -0000017516 00000 n -0000017541 00000 n -0000018236 00000 n -0000017573 00000 n -0000017646 00000 n -0000018472 00000 n -0000019378 00000 n -0000019578 00000 n -0000027150 00000 n -0000019721 00000 n -0000037371 00000 n -0000027371 00000 n -0000045820 00000 n -0000037644 00000 n -0000053966 00000 n -0000046050 00000 n -0000064243 00000 n -0000054193 00000 n -0000066431 00000 n -0000064488 00000 n -0000072897 00000 n -0000066658 00000 n -0000073196 00000 n -0000075137 00000 n -0000077079 00000 n -0000079021 00000 n -0000080957 00000 n -0000082893 00000 n -0000084653 00000 n -0000086475 00000 n -0000086590 00000 n +0000015277 00000 n +0000017034 00000 n +0000017057 00000 n +0000073127 00000 n +0000017170 00000 n +0000017193 00000 n +0000017420 00000 n +0000017519 00000 n +0000017544 00000 n +0000018239 00000 n +0000017576 00000 n +0000017649 00000 n +0000018475 00000 n +0000019381 00000 n +0000019581 00000 n +0000027153 00000 n +0000019724 00000 n +0000037374 00000 n +0000027374 00000 n +0000045823 00000 n +0000037647 00000 n +0000053969 00000 n +0000046053 00000 n +0000064246 00000 n +0000054196 00000 n +0000066434 00000 n +0000064491 00000 n +0000072900 00000 n +0000066661 00000 n +0000073199 00000 n +0000075140 00000 n +0000077082 00000 n +0000079024 00000 n +0000080960 00000 n +0000082896 00000 n +0000084656 00000 n +0000086478 00000 n +0000086593 00000 n trailer << /Size 76 /Root 74 0 R /Info 75 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -86849 +86852 %%EOF diff --git a/required/latex-lab/testfiles-title/title-005.tpf b/required/latex-lab/testfiles-title/title-005.tpf index 4547810eb..3db39308f 100644 --- a/required/latex-lab/testfiles-title/title-005.tpf +++ b/required/latex-lab/testfiles-title/title-005.tpf @@ -345,7 +345,7 @@ endobj << /Kids [36 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 38 0 obj << /center <> @@ -1716,79 +1716,79 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000016581 00000 n +0000016584 00000 n 0000013832 00000 n 0000014248 00000 n 0000000000 00000 f -0000015028 00000 n -0000015122 00000 n -0000015198 00000 n -0000015274 00000 n -0000015384 00000 n +0000015031 00000 n +0000015125 00000 n +0000015201 00000 n +0000015277 00000 n +0000015387 00000 n 0000013442 00000 n -0000015547 00000 n -0000015680 00000 n -0000015801 00000 n -0000015921 00000 n -0000016041 00000 n -0000016152 00000 n -0000016240 00000 n -0000016463 00000 n +0000015550 00000 n +0000015683 00000 n +0000015804 00000 n +0000015924 00000 n +0000016044 00000 n +0000016155 00000 n +0000016243 00000 n +0000016466 00000 n 0000000015 00000 n 0000013577 00000 n 0000012114 00000 n -0000090568 00000 n -0000091459 00000 n -0000095054 00000 n -0000083768 00000 n -0000088301 00000 n -0000093250 00000 n -0000081501 00000 n -0000086035 00000 n -0000095231 00000 n +0000090571 00000 n +0000091462 00000 n +0000095057 00000 n +0000083771 00000 n +0000088304 00000 n +0000093253 00000 n +0000081504 00000 n +0000086038 00000 n +0000095234 00000 n 0000013796 00000 n 0000013945 00000 n 0000014211 00000 n -0000014827 00000 n -0000079187 00000 n -0000016699 00000 n -0000016723 00000 n -0000079343 00000 n -0000016972 00000 n -0000016994 00000 n -0000017467 00000 n -0000017619 00000 n -0000017643 00000 n -0000017665 00000 n -0000017979 00000 n -0000020643 00000 n -0000020861 00000 n -0000022803 00000 n -0000023028 00000 n -0000040615 00000 n -0000040842 00000 n -0000055481 00000 n -0000055720 00000 n -0000057518 00000 n -0000057741 00000 n -0000070918 00000 n -0000071193 00000 n -0000078958 00000 n -0000079412 00000 n -0000081679 00000 n -0000083946 00000 n -0000086212 00000 n -0000088479 00000 n -0000090746 00000 n -0000091623 00000 n -0000093427 00000 n -0000095290 00000 n -0000095405 00000 n +0000014830 00000 n +0000079190 00000 n +0000016702 00000 n +0000016726 00000 n +0000079346 00000 n +0000016975 00000 n +0000016997 00000 n +0000017470 00000 n +0000017622 00000 n +0000017646 00000 n +0000017668 00000 n +0000017982 00000 n +0000020646 00000 n +0000020864 00000 n +0000022806 00000 n +0000023031 00000 n +0000040618 00000 n +0000040845 00000 n +0000055484 00000 n +0000055723 00000 n +0000057521 00000 n +0000057744 00000 n +0000070921 00000 n +0000071196 00000 n +0000078961 00000 n +0000079415 00000 n +0000081682 00000 n +0000083949 00000 n +0000086215 00000 n +0000088482 00000 n +0000090749 00000 n +0000091626 00000 n +0000093430 00000 n +0000095293 00000 n +0000095408 00000 n trailer << /Size 73 /Root 71 0 R /Info 72 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -95664 +95667 %%EOF diff --git a/required/latex-lab/testfiles-title/title-006.luatex.tpf b/required/latex-lab/testfiles-title/title-006.luatex.tpf index 4eb58a5c9..b38c91f15 100644 --- a/required/latex-lab/testfiles-title/title-006.luatex.tpf +++ b/required/latex-lab/testfiles-title/title-006.luatex.tpf @@ -390,7 +390,7 @@ endobj << /Kids [45 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 47 0 obj << /center <> @@ -1055,27 +1055,27 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000017712 00000 n +0000017715 00000 n 0000014988 00000 n 0000015402 00000 n 0000000000 00000 f 0000013803 00000 n -0000016182 00000 n -0000016277 00000 n -0000016353 00000 n -0000016429 00000 n -0000016540 00000 n -0000016672 00000 n -0000016783 00000 n +0000016185 00000 n +0000016280 00000 n +0000016356 00000 n +0000016432 00000 n +0000016543 00000 n +0000016675 00000 n +0000016786 00000 n 0000013979 00000 n 0000000020 00000 n -0000016902 00000 n -0000017024 00000 n -0000017145 00000 n -0000017266 00000 n -0000017378 00000 n -0000017466 00000 n -0000017593 00000 n +0000016905 00000 n +0000017027 00000 n +0000017148 00000 n +0000017269 00000 n +0000017381 00000 n +0000017469 00000 n +0000017596 00000 n 0000000073 00000 n 0000014770 00000 n 0000012161 00000 n @@ -1083,49 +1083,49 @@ xref 0000014376 00000 n 0000014428 00000 n 0000014489 00000 n -0000061129 00000 n -0000019911 00000 n -0000059187 00000 n -0000065001 00000 n +0000061132 00000 n +0000019914 00000 n +0000059190 00000 n +0000065004 00000 n 0000014542 00000 n 0000014603 00000 n 0000014656 00000 n 0000014717 00000 n -0000063066 00000 n -0000065158 00000 n +0000063069 00000 n +0000065161 00000 n 0000013952 00000 n 0000014952 00000 n 0000015082 00000 n 0000015365 00000 n -0000015981 00000 n -0000017831 00000 n -0000017856 00000 n -0000018001 00000 n -0000018228 00000 n -0000018923 00000 n -0000018260 00000 n -0000018333 00000 n -0000019159 00000 n -0000020065 00000 n -0000020265 00000 n -0000030408 00000 n -0000020408 00000 n -0000038857 00000 n -0000030681 00000 n -0000046510 00000 n -0000039087 00000 n -0000057152 00000 n -0000046730 00000 n -0000057403 00000 n -0000059345 00000 n -0000061287 00000 n -0000063222 00000 n -0000065219 00000 n -0000065363 00000 n -0000065399 00000 n -0000065638 00000 n +0000015984 00000 n +0000017834 00000 n +0000017859 00000 n +0000018004 00000 n +0000018231 00000 n +0000018926 00000 n +0000018263 00000 n +0000018336 00000 n +0000019162 00000 n +0000020068 00000 n +0000020268 00000 n +0000030411 00000 n +0000020411 00000 n +0000038860 00000 n +0000030684 00000 n +0000046513 00000 n +0000039090 00000 n +0000057155 00000 n +0000046733 00000 n +0000057406 00000 n +0000059348 00000 n +0000061290 00000 n +0000063225 00000 n +0000065222 00000 n +0000065366 00000 n +0000065402 00000 n +0000065641 00000 n trailer << /Size 74 /Root 72 0 R /Info 73 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -66046 +66049 %%EOF diff --git a/required/latex-lab/testfiles-title/title-006.tpf b/required/latex-lab/testfiles-title/title-006.tpf index 250ea2cbb..cd2cae8cb 100644 --- a/required/latex-lab/testfiles-title/title-006.tpf +++ b/required/latex-lab/testfiles-title/title-006.tpf @@ -387,7 +387,7 @@ endobj << /Kids [44 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 46 0 obj << /center <> @@ -1305,27 +1305,27 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000017505 00000 n +0000017508 00000 n 0000014564 00000 n 0000015020 00000 n 0000000000 00000 f 0000013419 00000 n -0000015800 00000 n -0000015895 00000 n -0000015971 00000 n -0000016047 00000 n -0000016158 00000 n -0000016319 00000 n -0000016492 00000 n +0000015803 00000 n +0000015898 00000 n +0000015974 00000 n +0000016050 00000 n +0000016161 00000 n +0000016322 00000 n +0000016495 00000 n 0000013572 00000 n 0000000015 00000 n -0000016609 00000 n -0000016729 00000 n -0000016848 00000 n -0000016967 00000 n -0000017079 00000 n -0000017167 00000 n -0000017388 00000 n +0000016612 00000 n +0000016732 00000 n +0000016851 00000 n +0000016970 00000 n +0000017082 00000 n +0000017170 00000 n +0000017391 00000 n 0000000068 00000 n 0000014345 00000 n 0000012153 00000 n @@ -1333,50 +1333,50 @@ xref 0000013965 00000 n 0000014015 00000 n 0000014074 00000 n -0000081837 00000 n -0000082728 00000 n -0000079570 00000 n -0000077303 00000 n +0000081840 00000 n +0000082731 00000 n +0000079573 00000 n +0000077306 00000 n 0000014125 00000 n 0000014184 00000 n 0000014235 00000 n 0000014294 00000 n -0000075037 00000 n -0000082892 00000 n +0000075040 00000 n +0000082895 00000 n 0000014528 00000 n 0000014700 00000 n 0000014983 00000 n -0000015599 00000 n -0000072792 00000 n -0000017624 00000 n -0000017646 00000 n -0000017913 00000 n -0000018386 00000 n -0000018408 00000 n -0000018722 00000 n -0000021386 00000 n -0000021604 00000 n -0000036270 00000 n -0000036493 00000 n -0000051487 00000 n -0000051730 00000 n -0000064536 00000 n -0000064798 00000 n -0000072563 00000 n -0000072948 00000 n -0000075214 00000 n -0000077481 00000 n -0000079748 00000 n -0000082015 00000 n -0000082950 00000 n -0000083090 00000 n -0000083126 00000 n -0000083365 00000 n +0000015602 00000 n +0000072795 00000 n +0000017627 00000 n +0000017649 00000 n +0000017916 00000 n +0000018389 00000 n +0000018411 00000 n +0000018725 00000 n +0000021389 00000 n +0000021607 00000 n +0000036273 00000 n +0000036496 00000 n +0000051490 00000 n +0000051733 00000 n +0000064539 00000 n +0000064801 00000 n +0000072566 00000 n +0000072951 00000 n +0000075217 00000 n +0000077484 00000 n +0000079751 00000 n +0000082018 00000 n +0000082953 00000 n +0000083093 00000 n +0000083129 00000 n +0000083368 00000 n trailer << /Size 72 /Root 70 0 R /Info 71 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -83773 +83776 %%EOF diff --git a/required/latex-lab/testfiles-title/title-007.luatex.tpf b/required/latex-lab/testfiles-title/title-007.luatex.tpf index 2e885317c..72071823d 100644 --- a/required/latex-lab/testfiles-title/title-007.luatex.tpf +++ b/required/latex-lab/testfiles-title/title-007.luatex.tpf @@ -368,7 +368,7 @@ endobj << /Kids [49 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 51 0 obj << /center <> @@ -388,16 +388,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -1428,91 +1428,91 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000018568 00000 n +0000018563 00000 n 0000014256 00000 n 0000014661 00000 n -0000016814 00000 n -0000015441 00000 n +0000016809 00000 n +0000015444 00000 n 0000000012 00000 f -0000015509 00000 n +0000015512 00000 n 0000000014 00000 f -0000015579 00000 n +0000015582 00000 n 0000000020 00000 f -0000016342 00000 n -0000015660 00000 n +0000016347 00000 n +0000015663 00000 n 0000016620 00000 n 0000016449 00000 n -0000016727 00000 n +0000016722 00000 n 0000000000 00000 f -0000016875 00000 n -0000016982 00000 n -0000017070 00000 n -0000017158 00000 n -0000017274 00000 n -0000017379 00000 n -0000017523 00000 n -0000017670 00000 n -0000017804 00000 n -0000017938 00000 n -0000018072 00000 n -0000018196 00000 n -0000018296 00000 n -0000018436 00000 n +0000016870 00000 n +0000016977 00000 n +0000017065 00000 n +0000017153 00000 n +0000017269 00000 n +0000017374 00000 n +0000017518 00000 n +0000017665 00000 n +0000017799 00000 n +0000017933 00000 n +0000018067 00000 n +0000018191 00000 n +0000018291 00000 n +0000018431 00000 n 0000000020 00000 n 0000014026 00000 n 0000013891 00000 n 0000012097 00000 n -0000080224 00000 n -0000020810 00000 n -0000087597 00000 n -0000084097 00000 n -0000078282 00000 n -0000085837 00000 n -0000082161 00000 n -0000076341 00000 n -0000087774 00000 n +0000080219 00000 n +0000020805 00000 n +0000087592 00000 n +0000084092 00000 n +0000078277 00000 n +0000085832 00000 n +0000082156 00000 n +0000076336 00000 n +0000087769 00000 n 0000014220 00000 n 0000014341 00000 n 0000014624 00000 n -0000015240 00000 n -0000018705 00000 n -0000018728 00000 n -0000074485 00000 n -0000018841 00000 n -0000018864 00000 n -0000019091 00000 n -0000019190 00000 n -0000019215 00000 n -0000019837 00000 n -0000019247 00000 n -0000020058 00000 n -0000020964 00000 n -0000021164 00000 n -0000028736 00000 n -0000021307 00000 n -0000038941 00000 n -0000028941 00000 n -0000047321 00000 n -0000039145 00000 n -0000055441 00000 n -0000047525 00000 n -0000065695 00000 n -0000055645 00000 n -0000067842 00000 n -0000065899 00000 n -0000074283 00000 n -0000068044 00000 n -0000074557 00000 n -0000076498 00000 n -0000078440 00000 n -0000080382 00000 n -0000082318 00000 n -0000084254 00000 n -0000086014 00000 n -0000087836 00000 n -0000087951 00000 n +0000015243 00000 n +0000018700 00000 n +0000018723 00000 n +0000074480 00000 n +0000018836 00000 n +0000018859 00000 n +0000019086 00000 n +0000019185 00000 n +0000019210 00000 n +0000019832 00000 n +0000019242 00000 n +0000020053 00000 n +0000020959 00000 n +0000021159 00000 n +0000028731 00000 n +0000021302 00000 n +0000038936 00000 n +0000028936 00000 n +0000047316 00000 n +0000039140 00000 n +0000055436 00000 n +0000047520 00000 n +0000065690 00000 n +0000055640 00000 n +0000067837 00000 n +0000065894 00000 n +0000074278 00000 n +0000068039 00000 n +0000074552 00000 n +0000076493 00000 n +0000078435 00000 n +0000080377 00000 n +0000082313 00000 n +0000084249 00000 n +0000086009 00000 n +0000087831 00000 n +0000087946 00000 n trailer << /Size 88 /Root 86 0 R /Info 87 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -88294 +88289 %%EOF diff --git a/required/latex-lab/testfiles-title/title-007.tpf b/required/latex-lab/testfiles-title/title-007.tpf index 2e73e6ef9..97d8961bd 100644 --- a/required/latex-lab/testfiles-title/title-007.tpf +++ b/required/latex-lab/testfiles-title/title-007.tpf @@ -343,7 +343,7 @@ endobj << /Kids [49 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 51 0 obj << /center <> @@ -363,16 +363,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -1744,92 +1744,92 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000018235 00000 n +0000018230 00000 n 0000013780 00000 n 0000014213 00000 n -0000016366 00000 n -0000014993 00000 n +0000016361 00000 n +0000014996 00000 n 0000000012 00000 f -0000015061 00000 n +0000015064 00000 n 0000000014 00000 f -0000015131 00000 n +0000015134 00000 n 0000000020 00000 f -0000015894 00000 n -0000015212 00000 n +0000015899 00000 n +0000015215 00000 n 0000016172 00000 n 0000016001 00000 n -0000016279 00000 n +0000016274 00000 n 0000000000 00000 f -0000016427 00000 n -0000016534 00000 n -0000016622 00000 n -0000016710 00000 n -0000016826 00000 n -0000016931 00000 n +0000016422 00000 n +0000016529 00000 n +0000016617 00000 n +0000016705 00000 n +0000016821 00000 n +0000016926 00000 n 0000013414 00000 n -0000017105 00000 n -0000017250 00000 n -0000017382 00000 n -0000017514 00000 n -0000017646 00000 n -0000017770 00000 n -0000017870 00000 n -0000018105 00000 n +0000017100 00000 n +0000017245 00000 n +0000017377 00000 n +0000017509 00000 n +0000017641 00000 n +0000017765 00000 n +0000017865 00000 n +0000018100 00000 n 0000000015 00000 n 0000013549 00000 n 0000012089 00000 n -0000092241 00000 n -0000093132 00000 n -0000096727 00000 n -0000085441 00000 n -0000089974 00000 n -0000094923 00000 n -0000083174 00000 n -0000087708 00000 n -0000096904 00000 n +0000092236 00000 n +0000093127 00000 n +0000096722 00000 n +0000085436 00000 n +0000089969 00000 n +0000094918 00000 n +0000083169 00000 n +0000087703 00000 n +0000096899 00000 n 0000013744 00000 n 0000013893 00000 n 0000014176 00000 n -0000014792 00000 n -0000080860 00000 n -0000018372 00000 n -0000018396 00000 n -0000081016 00000 n -0000018645 00000 n -0000018667 00000 n -0000019140 00000 n -0000019292 00000 n -0000019316 00000 n -0000019338 00000 n -0000019652 00000 n -0000022316 00000 n -0000022534 00000 n -0000024476 00000 n -0000024701 00000 n -0000042288 00000 n -0000042515 00000 n -0000057154 00000 n -0000057393 00000 n -0000059191 00000 n -0000059414 00000 n -0000072591 00000 n -0000072866 00000 n -0000080631 00000 n -0000081085 00000 n -0000083352 00000 n -0000085619 00000 n -0000087885 00000 n -0000090152 00000 n -0000092419 00000 n -0000093296 00000 n -0000095100 00000 n -0000096963 00000 n -0000097078 00000 n +0000014795 00000 n +0000080855 00000 n +0000018367 00000 n +0000018391 00000 n +0000081011 00000 n +0000018640 00000 n +0000018662 00000 n +0000019135 00000 n +0000019287 00000 n +0000019311 00000 n +0000019333 00000 n +0000019647 00000 n +0000022311 00000 n +0000022529 00000 n +0000024471 00000 n +0000024696 00000 n +0000042283 00000 n +0000042510 00000 n +0000057149 00000 n +0000057388 00000 n +0000059186 00000 n +0000059409 00000 n +0000072586 00000 n +0000072861 00000 n +0000080626 00000 n +0000081080 00000 n +0000083347 00000 n +0000085614 00000 n +0000087880 00000 n +0000090147 00000 n +0000092414 00000 n +0000093291 00000 n +0000095095 00000 n +0000096958 00000 n +0000097073 00000 n trailer << /Size 86 /Root 84 0 R /Info 85 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -97421 +97416 %%EOF diff --git a/required/latex-lab/testfiles-title/title-008.luatex.tpf b/required/latex-lab/testfiles-title/title-008.luatex.tpf index 1c78d5300..cd9ba79b4 100644 --- a/required/latex-lab/testfiles-title/title-008.luatex.tpf +++ b/required/latex-lab/testfiles-title/title-008.luatex.tpf @@ -354,7 +354,7 @@ endobj << /Kids [46 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 48 0 obj << /center <> @@ -374,16 +374,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -1036,75 +1036,75 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000018359 00000 n +0000018354 00000 n 0000014047 00000 n 0000014452 00000 n -0000016605 00000 n -0000015232 00000 n +0000016600 00000 n +0000015235 00000 n 0000000012 00000 f -0000015300 00000 n +0000015303 00000 n 0000000014 00000 f -0000015370 00000 n +0000015373 00000 n 0000000020 00000 f -0000016133 00000 n -0000015451 00000 n +0000016138 00000 n +0000015454 00000 n 0000016411 00000 n 0000016240 00000 n -0000016518 00000 n +0000016513 00000 n 0000000000 00000 f -0000016666 00000 n -0000016773 00000 n -0000016861 00000 n -0000016949 00000 n -0000017065 00000 n -0000017170 00000 n -0000017314 00000 n -0000017461 00000 n -0000017595 00000 n -0000017729 00000 n -0000017863 00000 n -0000017987 00000 n -0000018087 00000 n -0000018227 00000 n +0000016661 00000 n +0000016768 00000 n +0000016856 00000 n +0000016944 00000 n +0000017060 00000 n +0000017165 00000 n +0000017309 00000 n +0000017456 00000 n +0000017590 00000 n +0000017724 00000 n +0000017858 00000 n +0000017982 00000 n +0000018082 00000 n +0000018222 00000 n 0000000020 00000 n 0000013853 00000 n 0000013718 00000 n 0000012097 00000 n -0000061548 00000 n -0000020488 00000 n -0000059606 00000 n -0000065420 00000 n -0000063485 00000 n -0000065577 00000 n +0000061543 00000 n +0000020483 00000 n +0000059601 00000 n +0000065415 00000 n +0000063480 00000 n +0000065572 00000 n 0000014011 00000 n 0000014132 00000 n 0000014415 00000 n -0000015031 00000 n -0000018496 00000 n -0000018521 00000 n -0000018666 00000 n -0000018893 00000 n -0000019515 00000 n -0000018925 00000 n -0000019736 00000 n -0000020642 00000 n -0000020842 00000 n -0000030985 00000 n -0000020985 00000 n -0000039365 00000 n -0000031189 00000 n -0000046992 00000 n -0000039569 00000 n -0000057618 00000 n -0000047196 00000 n -0000057822 00000 n -0000059764 00000 n -0000061706 00000 n -0000063641 00000 n -0000065639 00000 n -0000065754 00000 n +0000015034 00000 n +0000018491 00000 n +0000018516 00000 n +0000018661 00000 n +0000018888 00000 n +0000019510 00000 n +0000018920 00000 n +0000019731 00000 n +0000020637 00000 n +0000020837 00000 n +0000030980 00000 n +0000020980 00000 n +0000039360 00000 n +0000031184 00000 n +0000046987 00000 n +0000039564 00000 n +0000057613 00000 n +0000047191 00000 n +0000057817 00000 n +0000059759 00000 n +0000061701 00000 n +0000063636 00000 n +0000065634 00000 n +0000065749 00000 n trailer << /Size 72 /Root 70 0 R /Info 71 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -66097 +66092 %%EOF diff --git a/required/latex-lab/testfiles-title/title-008.tpf b/required/latex-lab/testfiles-title/title-008.tpf index f8cf6b8f7..f3d2254a2 100644 --- a/required/latex-lab/testfiles-title/title-008.tpf +++ b/required/latex-lab/testfiles-title/title-008.tpf @@ -336,7 +336,7 @@ endobj << /Kids [46 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 48 0 obj << /center <> @@ -356,16 +356,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -1269,78 +1269,78 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000018082 00000 n +0000018077 00000 n 0000013627 00000 n 0000014060 00000 n -0000016213 00000 n -0000014840 00000 n +0000016208 00000 n +0000014843 00000 n 0000000012 00000 f -0000014908 00000 n +0000014911 00000 n 0000000014 00000 f -0000014978 00000 n +0000014981 00000 n 0000000020 00000 f -0000015741 00000 n -0000015059 00000 n +0000015746 00000 n +0000015062 00000 n 0000016019 00000 n 0000015848 00000 n -0000016126 00000 n +0000016121 00000 n 0000000000 00000 f -0000016274 00000 n -0000016381 00000 n -0000016469 00000 n -0000016557 00000 n -0000016673 00000 n -0000016778 00000 n +0000016269 00000 n +0000016376 00000 n +0000016464 00000 n +0000016552 00000 n +0000016668 00000 n +0000016773 00000 n 0000013297 00000 n -0000016952 00000 n -0000017097 00000 n -0000017229 00000 n -0000017361 00000 n -0000017493 00000 n -0000017617 00000 n -0000017717 00000 n -0000017952 00000 n +0000016947 00000 n +0000017092 00000 n +0000017224 00000 n +0000017356 00000 n +0000017488 00000 n +0000017612 00000 n +0000017712 00000 n +0000017947 00000 n 0000000015 00000 n 0000013432 00000 n 0000012089 00000 n -0000082432 00000 n -0000083323 00000 n -0000080165 00000 n -0000077898 00000 n -0000075632 00000 n -0000083487 00000 n +0000082427 00000 n +0000083318 00000 n +0000080160 00000 n +0000077893 00000 n +0000075627 00000 n +0000083482 00000 n 0000013591 00000 n 0000013740 00000 n 0000014023 00000 n -0000014639 00000 n -0000073387 00000 n -0000018219 00000 n -0000018241 00000 n -0000018508 00000 n -0000018981 00000 n -0000019003 00000 n -0000019317 00000 n -0000021981 00000 n -0000022199 00000 n -0000036865 00000 n -0000037088 00000 n -0000052082 00000 n -0000052325 00000 n -0000065131 00000 n -0000065393 00000 n -0000073158 00000 n -0000073543 00000 n -0000075809 00000 n -0000078076 00000 n -0000080343 00000 n -0000082610 00000 n -0000083546 00000 n -0000083661 00000 n +0000014642 00000 n +0000073382 00000 n +0000018214 00000 n +0000018236 00000 n +0000018503 00000 n +0000018976 00000 n +0000018998 00000 n +0000019312 00000 n +0000021976 00000 n +0000022194 00000 n +0000036860 00000 n +0000037083 00000 n +0000052077 00000 n +0000052320 00000 n +0000065126 00000 n +0000065388 00000 n +0000073153 00000 n +0000073538 00000 n +0000075804 00000 n +0000078071 00000 n +0000080338 00000 n +0000082605 00000 n +0000083541 00000 n +0000083656 00000 n trailer << /Size 72 /Root 70 0 R /Info 71 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -84004 +83999 %%EOF diff --git a/required/latex-lab/testfiles-title/title-009.luatex.tpf b/required/latex-lab/testfiles-title/title-009.luatex.tpf index e73a66d64..ddcf424fc 100644 --- a/required/latex-lab/testfiles-title/title-009.luatex.tpf +++ b/required/latex-lab/testfiles-title/title-009.luatex.tpf @@ -354,7 +354,7 @@ endobj << /Kids [46 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 48 0 obj << /center <> @@ -374,16 +374,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -1036,75 +1036,75 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000018359 00000 n +0000018354 00000 n 0000014047 00000 n 0000014452 00000 n -0000016605 00000 n -0000015232 00000 n +0000016600 00000 n +0000015235 00000 n 0000000012 00000 f -0000015300 00000 n +0000015303 00000 n 0000000014 00000 f -0000015370 00000 n +0000015373 00000 n 0000000020 00000 f -0000016133 00000 n -0000015451 00000 n +0000016138 00000 n +0000015454 00000 n 0000016411 00000 n 0000016240 00000 n -0000016518 00000 n +0000016513 00000 n 0000000000 00000 f -0000016666 00000 n -0000016773 00000 n -0000016861 00000 n -0000016949 00000 n -0000017065 00000 n -0000017170 00000 n -0000017314 00000 n -0000017461 00000 n -0000017595 00000 n -0000017729 00000 n -0000017863 00000 n -0000017987 00000 n -0000018087 00000 n -0000018227 00000 n +0000016661 00000 n +0000016768 00000 n +0000016856 00000 n +0000016944 00000 n +0000017060 00000 n +0000017165 00000 n +0000017309 00000 n +0000017456 00000 n +0000017590 00000 n +0000017724 00000 n +0000017858 00000 n +0000017982 00000 n +0000018082 00000 n +0000018222 00000 n 0000000020 00000 n 0000013853 00000 n 0000013718 00000 n 0000012097 00000 n -0000061548 00000 n -0000020488 00000 n -0000059606 00000 n -0000065420 00000 n -0000063485 00000 n -0000065577 00000 n +0000061543 00000 n +0000020483 00000 n +0000059601 00000 n +0000065415 00000 n +0000063480 00000 n +0000065572 00000 n 0000014011 00000 n 0000014132 00000 n 0000014415 00000 n -0000015031 00000 n -0000018496 00000 n -0000018521 00000 n -0000018666 00000 n -0000018893 00000 n -0000019515 00000 n -0000018925 00000 n -0000019736 00000 n -0000020642 00000 n -0000020842 00000 n -0000030985 00000 n -0000020985 00000 n -0000039365 00000 n -0000031189 00000 n -0000046992 00000 n -0000039569 00000 n -0000057618 00000 n -0000047196 00000 n -0000057822 00000 n -0000059764 00000 n -0000061706 00000 n -0000063641 00000 n -0000065639 00000 n -0000065754 00000 n +0000015034 00000 n +0000018491 00000 n +0000018516 00000 n +0000018661 00000 n +0000018888 00000 n +0000019510 00000 n +0000018920 00000 n +0000019731 00000 n +0000020637 00000 n +0000020837 00000 n +0000030980 00000 n +0000020980 00000 n +0000039360 00000 n +0000031184 00000 n +0000046987 00000 n +0000039564 00000 n +0000057613 00000 n +0000047191 00000 n +0000057817 00000 n +0000059759 00000 n +0000061701 00000 n +0000063636 00000 n +0000065634 00000 n +0000065749 00000 n trailer << /Size 72 /Root 70 0 R /Info 71 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -66097 +66092 %%EOF diff --git a/required/latex-lab/testfiles-title/title-009.tpf b/required/latex-lab/testfiles-title/title-009.tpf index 508599f3d..f8f651511 100644 --- a/required/latex-lab/testfiles-title/title-009.tpf +++ b/required/latex-lab/testfiles-title/title-009.tpf @@ -336,7 +336,7 @@ endobj << /Kids [46 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 48 0 obj << /center <> @@ -356,16 +356,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -1269,78 +1269,78 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000018082 00000 n +0000018077 00000 n 0000013627 00000 n 0000014060 00000 n -0000016213 00000 n -0000014840 00000 n +0000016208 00000 n +0000014843 00000 n 0000000012 00000 f -0000014908 00000 n +0000014911 00000 n 0000000014 00000 f -0000014978 00000 n +0000014981 00000 n 0000000020 00000 f -0000015741 00000 n -0000015059 00000 n +0000015746 00000 n +0000015062 00000 n 0000016019 00000 n 0000015848 00000 n -0000016126 00000 n +0000016121 00000 n 0000000000 00000 f -0000016274 00000 n -0000016381 00000 n -0000016469 00000 n -0000016557 00000 n -0000016673 00000 n -0000016778 00000 n +0000016269 00000 n +0000016376 00000 n +0000016464 00000 n +0000016552 00000 n +0000016668 00000 n +0000016773 00000 n 0000013297 00000 n -0000016952 00000 n -0000017097 00000 n -0000017229 00000 n -0000017361 00000 n -0000017493 00000 n -0000017617 00000 n -0000017717 00000 n -0000017952 00000 n +0000016947 00000 n +0000017092 00000 n +0000017224 00000 n +0000017356 00000 n +0000017488 00000 n +0000017612 00000 n +0000017712 00000 n +0000017947 00000 n 0000000015 00000 n 0000013432 00000 n 0000012089 00000 n -0000082432 00000 n -0000083323 00000 n -0000080165 00000 n -0000077898 00000 n -0000075632 00000 n -0000083487 00000 n +0000082427 00000 n +0000083318 00000 n +0000080160 00000 n +0000077893 00000 n +0000075627 00000 n +0000083482 00000 n 0000013591 00000 n 0000013740 00000 n 0000014023 00000 n -0000014639 00000 n -0000073387 00000 n -0000018219 00000 n -0000018241 00000 n -0000018508 00000 n -0000018981 00000 n -0000019003 00000 n -0000019317 00000 n -0000021981 00000 n -0000022199 00000 n -0000036865 00000 n -0000037088 00000 n -0000052082 00000 n -0000052325 00000 n -0000065131 00000 n -0000065393 00000 n -0000073158 00000 n -0000073543 00000 n -0000075809 00000 n -0000078076 00000 n -0000080343 00000 n -0000082610 00000 n -0000083546 00000 n -0000083661 00000 n +0000014642 00000 n +0000073382 00000 n +0000018214 00000 n +0000018236 00000 n +0000018503 00000 n +0000018976 00000 n +0000018998 00000 n +0000019312 00000 n +0000021976 00000 n +0000022194 00000 n +0000036860 00000 n +0000037083 00000 n +0000052077 00000 n +0000052320 00000 n +0000065126 00000 n +0000065388 00000 n +0000073153 00000 n +0000073538 00000 n +0000075804 00000 n +0000078071 00000 n +0000080338 00000 n +0000082605 00000 n +0000083541 00000 n +0000083656 00000 n trailer << /Size 72 /Root 70 0 R /Info 71 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -84004 +83999 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-1.luatex.tpf b/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-1.luatex.tpf index 876592eda..cc3d28ee5 100644 --- a/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-1.luatex.tpf +++ b/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-1.luatex.tpf @@ -1483,7 +1483,7 @@ endobj << /Kids [268 0 R 269 0 R 270 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -1495,16 +1495,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -2324,87 +2324,87 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000058571 00000 n +0000058566 00000 n 0000040139 00000 n 0000042900 00000 n -0000044852 00000 n -0000043479 00000 n +0000044847 00000 n +0000043482 00000 n 0000000012 00000 f -0000043547 00000 n +0000043550 00000 n 0000000014 00000 f -0000043617 00000 n +0000043620 00000 n 0000000020 00000 f -0000044380 00000 n -0000043698 00000 n +0000044385 00000 n +0000043701 00000 n 0000044658 00000 n 0000044487 00000 n -0000044765 00000 n +0000044760 00000 n 0000000000 00000 f 0000004772 00000 n -0000044913 00000 n -0000045061 00000 n -0000045162 00000 n -0000045286 00000 n -0000045432 00000 n -0000045601 00000 n -0000045740 00000 n +0000044908 00000 n +0000045056 00000 n +0000045157 00000 n +0000045281 00000 n +0000045427 00000 n +0000045596 00000 n +0000045735 00000 n 0000005014 00000 n -0000045915 00000 n +0000045910 00000 n 0000000020 00000 n -0000046038 00000 n -0000046180 00000 n -0000046319 00000 n +0000046033 00000 n +0000046175 00000 n +0000046314 00000 n 0000005342 00000 n 0000000074 00000 n -0000046452 00000 n -0000046569 00000 n -0000046735 00000 n -0000046875 00000 n +0000046447 00000 n +0000046564 00000 n +0000046730 00000 n +0000046870 00000 n 0000005654 00000 n -0000047050 00000 n +0000047045 00000 n 0000000128 00000 n -0000047173 00000 n -0000047276 00000 n -0000047450 00000 n -0000047590 00000 n +0000047168 00000 n +0000047271 00000 n +0000047445 00000 n +0000047585 00000 n 0000005983 00000 n -0000047767 00000 n +0000047762 00000 n 0000000182 00000 n -0000047891 00000 n -0000048041 00000 n -0000048181 00000 n +0000047886 00000 n +0000048036 00000 n +0000048176 00000 n 0000006336 00000 n -0000048358 00000 n +0000048353 00000 n 0000000236 00000 n -0000048482 00000 n -0000048656 00000 n -0000048796 00000 n +0000048477 00000 n +0000048651 00000 n +0000048791 00000 n 0000006690 00000 n -0000048973 00000 n +0000048968 00000 n 0000000290 00000 n -0000049097 00000 n -0000049263 00000 n -0000049403 00000 n +0000049092 00000 n +0000049258 00000 n +0000049398 00000 n 0000007019 00000 n -0000049580 00000 n +0000049575 00000 n 0000000344 00000 n -0000049704 00000 n -0000049846 00000 n -0000049986 00000 n +0000049699 00000 n +0000049841 00000 n +0000049981 00000 n 0000007348 00000 n 0000000398 00000 n -0000050120 00000 n -0000050223 00000 n -0000050393 00000 n -0000050533 00000 n +0000050115 00000 n +0000050218 00000 n +0000050388 00000 n +0000050528 00000 n 0000007661 00000 n -0000050710 00000 n +0000050705 00000 n 0000000452 00000 n -0000050834 00000 n -0000050996 00000 n -0000051136 00000 n +0000050829 00000 n +0000050991 00000 n +0000051131 00000 n 0000007989 00000 n -0000051313 00000 n +0000051308 00000 n 0000000506 00000 n 0000008660 00000 n 0000000560 00000 n @@ -2414,11 +2414,11 @@ xref 0000008492 00000 n 0000008545 00000 n 0000008607 00000 n -0000113708 00000 n -0000111756 00000 n -0000060675 00000 n -0000115655 00000 n -0000115816 00000 n +0000113703 00000 n +0000111751 00000 n +0000060670 00000 n +0000115650 00000 n +0000115811 00000 n 0000004923 00000 n 0000014385 00000 n 0000014449 00000 n @@ -2440,27 +2440,27 @@ xref 0000025507 00000 n 0000038451 00000 n 0000038515 00000 n -0000051437 00000 n -0000051540 00000 n -0000051667 00000 n -0000051803 00000 n -0000052012 00000 n -0000052155 00000 n +0000051432 00000 n +0000051535 00000 n +0000051662 00000 n +0000051798 00000 n +0000052007 00000 n +0000052150 00000 n 0000012421 00000 n -0000052336 00000 n +0000052331 00000 n 0000012222 00000 n 0000008759 00000 n -0000052462 00000 n -0000052679 00000 n -0000052822 00000 n +0000052457 00000 n +0000052674 00000 n +0000052817 00000 n 0000012746 00000 n -0000053003 00000 n +0000052998 00000 n 0000008816 00000 n -0000053129 00000 n -0000053314 00000 n -0000053458 00000 n +0000053124 00000 n +0000053309 00000 n +0000053453 00000 n 0000013067 00000 n -0000053640 00000 n +0000053635 00000 n 0000008873 00000 n 0000013627 00000 n 0000008930 00000 n @@ -2475,81 +2475,81 @@ xref 0000021152 00000 n 0000025205 00000 n 0000025269 00000 n -0000053767 00000 n -0000053870 00000 n -0000053997 00000 n +0000053762 00000 n +0000053865 00000 n +0000053992 00000 n 0000014620 00000 n 0000014130 00000 n 0000013715 00000 n 0000014268 00000 n 0000014331 00000 n -0000054185 00000 n -0000054289 00000 n -0000054416 00000 n -0000054520 00000 n -0000054658 00000 n +0000054180 00000 n +0000054284 00000 n +0000054411 00000 n +0000054515 00000 n +0000054653 00000 n 0000017608 00000 n 0000017425 00000 n 0000014708 00000 n -0000054795 00000 n -0000054896 00000 n -0000054987 00000 n -0000055091 00000 n -0000055218 00000 n -0000055322 00000 n -0000055449 00000 n -0000055553 00000 n -0000055680 00000 n -0000055784 00000 n +0000054790 00000 n +0000054891 00000 n +0000054982 00000 n +0000055086 00000 n +0000055213 00000 n +0000055317 00000 n +0000055444 00000 n +0000055548 00000 n +0000055675 00000 n +0000055779 00000 n 0000018526 00000 n 0000014765 00000 n 0000017933 00000 n 0000017996 00000 n 0000017579 00000 n -0000055911 00000 n -0000056015 00000 n -0000056142 00000 n -0000056246 00000 n -0000056384 00000 n +0000055906 00000 n +0000056010 00000 n +0000056137 00000 n +0000056241 00000 n +0000056379 00000 n 0000020647 00000 n 0000020464 00000 n 0000018614 00000 n -0000056521 00000 n -0000056622 00000 n +0000056516 00000 n +0000056617 00000 n 0000021326 00000 n 0000018671 00000 n 0000020971 00000 n 0000021034 00000 n 0000020618 00000 n -0000056713 00000 n -0000056817 00000 n -0000056944 00000 n -0000057048 00000 n +0000056708 00000 n +0000056812 00000 n +0000056939 00000 n +0000057043 00000 n 0000022526 00000 n 0000022153 00000 n 0000021414 00000 n 0000022291 00000 n 0000022354 00000 n -0000057175 00000 n -0000057307 00000 n -0000057411 00000 n -0000057538 00000 n -0000057642 00000 n -0000057780 00000 n +0000057170 00000 n +0000057302 00000 n +0000057406 00000 n +0000057533 00000 n +0000057637 00000 n +0000057775 00000 n 0000024763 00000 n 0000024580 00000 n 0000022614 00000 n -0000057917 00000 n -0000058018 00000 n +0000057912 00000 n +0000058013 00000 n 0000025562 00000 n 0000022671 00000 n 0000025088 00000 n 0000025151 00000 n 0000024734 00000 n -0000058109 00000 n -0000058213 00000 n -0000058340 00000 n -0000058444 00000 n +0000058104 00000 n +0000058208 00000 n +0000058335 00000 n +0000058439 00000 n 0000025650 00000 n 0000038570 00000 n 0000038197 00000 n @@ -2558,63 +2558,63 @@ xref 0000038398 00000 n 0000038705 00000 n 0000038742 00000 n -0000116867 00000 n +0000116862 00000 n 0000038801 00000 n 0000038890 00000 n -0000116735 00000 n +0000116730 00000 n 0000038946 00000 n 0000039000 00000 n -0000116617 00000 n +0000116612 00000 n 0000039059 00000 n 0000039146 00000 n -0000116538 00000 n +0000116533 00000 n 0000039210 00000 n 0000039307 00000 n -0000116459 00000 n +0000116454 00000 n 0000039371 00000 n 0000039435 00000 n -0000116366 00000 n +0000116361 00000 n 0000039494 00000 n 0000039591 00000 n -0000116287 00000 n +0000116282 00000 n 0000039650 00000 n 0000039737 00000 n -0000116169 00000 n +0000116164 00000 n 0000039793 00000 n 0000039847 00000 n -0000116090 00000 n +0000116085 00000 n 0000039906 00000 n 0000039998 00000 n -0000116011 00000 n +0000116006 00000 n 0000040057 00000 n 0000040886 00000 n 0000041803 00000 n 0000042765 00000 n 0000042845 00000 n -0000058692 00000 n -0000059075 00000 n -0000059699 00000 n -0000059108 00000 n -0000059922 00000 n -0000060831 00000 n -0000061034 00000 n -0000061294 00000 n -0000076886 00000 n -0000061594 00000 n -0000091467 00000 n -0000077095 00000 n -0000109759 00000 n -0000091676 00000 n -0000109966 00000 n -0000111918 00000 n -0000113870 00000 n -0000115934 00000 n -0000116946 00000 n -0000117477 00000 n -0000117515 00000 n -0000117777 00000 n +0000058687 00000 n +0000059070 00000 n +0000059694 00000 n +0000059103 00000 n +0000059917 00000 n +0000060826 00000 n +0000061029 00000 n +0000061289 00000 n +0000076881 00000 n +0000061589 00000 n +0000091462 00000 n +0000077090 00000 n +0000109754 00000 n +0000091671 00000 n +0000109961 00000 n +0000111913 00000 n +0000113865 00000 n +0000115929 00000 n +0000116941 00000 n +0000117472 00000 n +0000117510 00000 n +0000117772 00000 n trailer << /Size 294 /Root 292 0 R /Info 293 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -117987 +117982 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-1.tpf b/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-1.tpf index d35a1ec94..bbbba6726 100644 --- a/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-1.tpf +++ b/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-1.tpf @@ -1385,7 +1385,7 @@ endobj << /Kids [265 0 R 266 0 R 267 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -1397,16 +1397,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -2723,87 +2723,87 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000062065 00000 n +0000062060 00000 n 0000042457 00000 n 0000045456 00000 n -0000047408 00000 n -0000046035 00000 n +0000047403 00000 n +0000046038 00000 n 0000000012 00000 f -0000046103 00000 n +0000046106 00000 n 0000000014 00000 f -0000046173 00000 n +0000046176 00000 n 0000000020 00000 f -0000046936 00000 n -0000046254 00000 n +0000046941 00000 n +0000046257 00000 n 0000047214 00000 n 0000047043 00000 n -0000047321 00000 n +0000047316 00000 n 0000000000 00000 f 0000007530 00000 n -0000047469 00000 n -0000047617 00000 n -0000047718 00000 n -0000047840 00000 n -0000047986 00000 n -0000048155 00000 n -0000048356 00000 n +0000047464 00000 n +0000047612 00000 n +0000047713 00000 n +0000047835 00000 n +0000047981 00000 n +0000048150 00000 n +0000048351 00000 n 0000007748 00000 n -0000048527 00000 n +0000048522 00000 n 0000000015 00000 n -0000048648 00000 n -0000048790 00000 n -0000048992 00000 n +0000048643 00000 n +0000048785 00000 n +0000048987 00000 n 0000008074 00000 n 0000000069 00000 n -0000049123 00000 n -0000049240 00000 n -0000049406 00000 n -0000049610 00000 n +0000049118 00000 n +0000049235 00000 n +0000049401 00000 n +0000049605 00000 n 0000008385 00000 n -0000049783 00000 n +0000049778 00000 n 0000000123 00000 n -0000049905 00000 n -0000050008 00000 n -0000050182 00000 n -0000050386 00000 n +0000049900 00000 n +0000050003 00000 n +0000050177 00000 n +0000050381 00000 n 0000008712 00000 n -0000050559 00000 n +0000050554 00000 n 0000000177 00000 n -0000050681 00000 n -0000050831 00000 n -0000051035 00000 n +0000050676 00000 n +0000050826 00000 n +0000051030 00000 n 0000009064 00000 n -0000051208 00000 n +0000051203 00000 n 0000000231 00000 n -0000051330 00000 n -0000051504 00000 n -0000051708 00000 n +0000051325 00000 n +0000051499 00000 n +0000051703 00000 n 0000009416 00000 n -0000051881 00000 n +0000051876 00000 n 0000000285 00000 n -0000052003 00000 n -0000052169 00000 n -0000052373 00000 n +0000051998 00000 n +0000052164 00000 n +0000052368 00000 n 0000009743 00000 n -0000052546 00000 n +0000052541 00000 n 0000000339 00000 n -0000052668 00000 n -0000052810 00000 n -0000053014 00000 n +0000052663 00000 n +0000052805 00000 n +0000053009 00000 n 0000010069 00000 n 0000000393 00000 n -0000053146 00000 n -0000053249 00000 n -0000053419 00000 n -0000053623 00000 n +0000053141 00000 n +0000053244 00000 n +0000053414 00000 n +0000053618 00000 n 0000010381 00000 n -0000053796 00000 n +0000053791 00000 n 0000000447 00000 n -0000053918 00000 n -0000054080 00000 n -0000054284 00000 n +0000053913 00000 n +0000054075 00000 n +0000054279 00000 n 0000010708 00000 n -0000054457 00000 n +0000054452 00000 n 0000000501 00000 n 0000011366 00000 n 0000000555 00000 n @@ -2813,12 +2813,12 @@ xref 0000011204 00000 n 0000011255 00000 n 0000011315 00000 n -0000139017 00000 n -0000134473 00000 n -0000136745 00000 n -0000142185 00000 n -0000141289 00000 n -0000142352 00000 n +0000139012 00000 n +0000134468 00000 n +0000136740 00000 n +0000142180 00000 n +0000141284 00000 n +0000142347 00000 n 0000019668 00000 n 0000019730 00000 n 0000019782 00000 n @@ -2839,27 +2839,27 @@ xref 0000028082 00000 n 0000040782 00000 n 0000040844 00000 n -0000054579 00000 n -0000054682 00000 n +0000054574 00000 n +0000054677 00000 n 0000017650 00000 n -0000054807 00000 n -0000054943 00000 n -0000055152 00000 n -0000055359 00000 n +0000054802 00000 n +0000054938 00000 n +0000055147 00000 n +0000055354 00000 n 0000017825 00000 n -0000055536 00000 n +0000055531 00000 n 0000011478 00000 n -0000055660 00000 n -0000055877 00000 n -0000056086 00000 n +0000055655 00000 n +0000055872 00000 n +0000056081 00000 n 0000018148 00000 n -0000056264 00000 n +0000056259 00000 n 0000011535 00000 n -0000056388 00000 n -0000056573 00000 n -0000056783 00000 n +0000056383 00000 n +0000056568 00000 n +0000056778 00000 n 0000018471 00000 n -0000056962 00000 n +0000056957 00000 n 0000011592 00000 n 0000019021 00000 n 0000011649 00000 n @@ -2873,80 +2873,80 @@ xref 0000024729 00000 n 0000027790 00000 n 0000027852 00000 n -0000057087 00000 n -0000057190 00000 n +0000057082 00000 n +0000057185 00000 n 0000019416 00000 n -0000057315 00000 n +0000057310 00000 n 0000019897 00000 n 0000019110 00000 n 0000019555 00000 n 0000019616 00000 n -0000057503 00000 n -0000057607 00000 n +0000057498 00000 n +0000057602 00000 n 0000021720 00000 n -0000057732 00000 n -0000057836 00000 n -0000058005 00000 n +0000057727 00000 n +0000057831 00000 n +0000058000 00000 n 0000021879 00000 n 0000019986 00000 n -0000058140 00000 n -0000058241 00000 n -0000058369 00000 n -0000058473 00000 n -0000058598 00000 n -0000058702 00000 n -0000058827 00000 n -0000058931 00000 n -0000059056 00000 n -0000059160 00000 n +0000058135 00000 n +0000058236 00000 n +0000058364 00000 n +0000058468 00000 n +0000058593 00000 n +0000058697 00000 n +0000058822 00000 n +0000058926 00000 n +0000059051 00000 n +0000059155 00000 n 0000022771 00000 n 0000020043 00000 n 0000022202 00000 n 0000022263 00000 n -0000059285 00000 n -0000059389 00000 n +0000059280 00000 n +0000059384 00000 n 0000024072 00000 n -0000059514 00000 n -0000059618 00000 n -0000059787 00000 n +0000059509 00000 n +0000059613 00000 n +0000059782 00000 n 0000024231 00000 n 0000022872 00000 n -0000059922 00000 n -0000060023 00000 n +0000059917 00000 n +0000060018 00000 n 0000024897 00000 n 0000022929 00000 n 0000024554 00000 n 0000024615 00000 n -0000060151 00000 n -0000060255 00000 n +0000060146 00000 n +0000060250 00000 n 0000025493 00000 n -0000060380 00000 n -0000060484 00000 n +0000060375 00000 n +0000060479 00000 n 0000025859 00000 n 0000024986 00000 n 0000025632 00000 n 0000025693 00000 n -0000060609 00000 n -0000060741 00000 n -0000060845 00000 n +0000060604 00000 n +0000060736 00000 n +0000060840 00000 n 0000027195 00000 n -0000060970 00000 n -0000061074 00000 n -0000061243 00000 n +0000060965 00000 n +0000061069 00000 n +0000061238 00000 n 0000027354 00000 n 0000025948 00000 n -0000061378 00000 n -0000061479 00000 n +0000061373 00000 n +0000061474 00000 n 0000028135 00000 n 0000026005 00000 n 0000027677 00000 n 0000027738 00000 n -0000142468 00000 n -0000061607 00000 n -0000061711 00000 n +0000142463 00000 n +0000061602 00000 n +0000061706 00000 n 0000040531 00000 n -0000061836 00000 n -0000061940 00000 n +0000061831 00000 n +0000061935 00000 n 0000028224 00000 n 0000040897 00000 n 0000040033 00000 n @@ -2954,75 +2954,75 @@ xref 0000040731 00000 n 0000041033 00000 n 0000041070 00000 n -0000143555 00000 n +0000143550 00000 n 0000041129 00000 n 0000041217 00000 n -0000143423 00000 n +0000143418 00000 n 0000041273 00000 n 0000041326 00000 n -0000143305 00000 n +0000143300 00000 n 0000041385 00000 n 0000041471 00000 n -0000143226 00000 n +0000143221 00000 n 0000041535 00000 n 0000041631 00000 n -0000143147 00000 n +0000143142 00000 n 0000041695 00000 n 0000041758 00000 n -0000143054 00000 n +0000143049 00000 n 0000041817 00000 n 0000041913 00000 n -0000142975 00000 n +0000142970 00000 n 0000041972 00000 n 0000042058 00000 n -0000142857 00000 n +0000142852 00000 n 0000042114 00000 n 0000042167 00000 n -0000142778 00000 n +0000142773 00000 n 0000042226 00000 n 0000042317 00000 n -0000142699 00000 n +0000142694 00000 n 0000042376 00000 n 0000043442 00000 n 0000044359 00000 n 0000045321 00000 n 0000045401 00000 n -0000132155 00000 n -0000062186 00000 n -0000062764 00000 n -0000062787 00000 n -0000063242 00000 n -0000063683 00000 n -0000064104 00000 n -0000066769 00000 n -0000066989 00000 n -0000084515 00000 n -0000084820 00000 n -0000099124 00000 n -0000099408 00000 n -0000114415 00000 n -0000114716 00000 n -0000131812 00000 n -0000132383 00000 n -0000134655 00000 n -0000136927 00000 n -0000139199 00000 n -0000141471 00000 n -0000142553 00000 n -0000142622 00000 n -0000143634 00000 n -0000143806 00000 n -0000143968 00000 n -0000144146 00000 n -0000144347 00000 n -0000144449 00000 n -0000144487 00000 n -0000144750 00000 n +0000132150 00000 n +0000062181 00000 n +0000062759 00000 n +0000062782 00000 n +0000063237 00000 n +0000063678 00000 n +0000064099 00000 n +0000066764 00000 n +0000066984 00000 n +0000084510 00000 n +0000084815 00000 n +0000099119 00000 n +0000099403 00000 n +0000114410 00000 n +0000114711 00000 n +0000131807 00000 n +0000132378 00000 n +0000134650 00000 n +0000136922 00000 n +0000139194 00000 n +0000141466 00000 n +0000142548 00000 n +0000142617 00000 n +0000143629 00000 n +0000143801 00000 n +0000143963 00000 n +0000144141 00000 n +0000144342 00000 n +0000144444 00000 n +0000144482 00000 n +0000144745 00000 n trailer << /Size 300 /Root 298 0 R /Info 299 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -144960 +144955 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-2.luatex.tpf b/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-2.luatex.tpf index 54707d9c3..0b96cc1e4 100644 --- a/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-2.luatex.tpf +++ b/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-2.luatex.tpf @@ -1461,7 +1461,7 @@ endobj << /Kids [268 0 R 269 0 R 270 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -1473,16 +1473,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -2302,86 +2302,86 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000057767 00000 n +0000057762 00000 n 0000039803 00000 n 0000042484 00000 n -0000044436 00000 n -0000043063 00000 n +0000044431 00000 n +0000043066 00000 n 0000000012 00000 f -0000043131 00000 n +0000043134 00000 n 0000000014 00000 f -0000043201 00000 n +0000043204 00000 n 0000000020 00000 f -0000043964 00000 n -0000043282 00000 n +0000043969 00000 n +0000043285 00000 n 0000044242 00000 n 0000044071 00000 n -0000044349 00000 n +0000044344 00000 n 0000000000 00000 f 0000004524 00000 n -0000044497 00000 n -0000044645 00000 n -0000044746 00000 n -0000044870 00000 n -0000045016 00000 n -0000045185 00000 n -0000045332 00000 n -0000045455 00000 n +0000044492 00000 n +0000044640 00000 n +0000044741 00000 n +0000044865 00000 n +0000045011 00000 n +0000045180 00000 n +0000045327 00000 n +0000045450 00000 n 0000004766 00000 n 0000000020 00000 n -0000045588 00000 n -0000045730 00000 n -0000045869 00000 n +0000045583 00000 n +0000045725 00000 n +0000045864 00000 n 0000005094 00000 n 0000000074 00000 n -0000046002 00000 n -0000046119 00000 n -0000046285 00000 n -0000046432 00000 n -0000046555 00000 n +0000045997 00000 n +0000046114 00000 n +0000046280 00000 n +0000046427 00000 n +0000046550 00000 n 0000005406 00000 n 0000000128 00000 n -0000046688 00000 n -0000046791 00000 n -0000046965 00000 n -0000047113 00000 n -0000047236 00000 n +0000046683 00000 n +0000046786 00000 n +0000046960 00000 n +0000047108 00000 n +0000047231 00000 n 0000005735 00000 n 0000000182 00000 n -0000047370 00000 n -0000047520 00000 n -0000047668 00000 n -0000047792 00000 n +0000047365 00000 n +0000047515 00000 n +0000047663 00000 n +0000047787 00000 n 0000006088 00000 n 0000000236 00000 n -0000047926 00000 n -0000048100 00000 n -0000048248 00000 n -0000048372 00000 n +0000047921 00000 n +0000048095 00000 n +0000048243 00000 n +0000048367 00000 n 0000006442 00000 n 0000000290 00000 n -0000048506 00000 n -0000048672 00000 n -0000048820 00000 n -0000048944 00000 n +0000048501 00000 n +0000048667 00000 n +0000048815 00000 n +0000048939 00000 n 0000006771 00000 n 0000000344 00000 n -0000049078 00000 n -0000049220 00000 n -0000049360 00000 n +0000049073 00000 n +0000049215 00000 n +0000049355 00000 n 0000007100 00000 n 0000000398 00000 n -0000049494 00000 n -0000049597 00000 n -0000049767 00000 n -0000049915 00000 n -0000050039 00000 n +0000049489 00000 n +0000049592 00000 n +0000049762 00000 n +0000049910 00000 n +0000050034 00000 n 0000007414 00000 n 0000000452 00000 n -0000050173 00000 n -0000050335 00000 n -0000050483 00000 n -0000050607 00000 n +0000050168 00000 n +0000050330 00000 n +0000050478 00000 n +0000050602 00000 n 0000007742 00000 n 0000000506 00000 n 0000008413 00000 n @@ -2392,11 +2392,11 @@ xref 0000008245 00000 n 0000008298 00000 n 0000008360 00000 n -0000112904 00000 n -0000110952 00000 n -0000059871 00000 n -0000114851 00000 n -0000115012 00000 n +0000112899 00000 n +0000110947 00000 n +0000059866 00000 n +0000114846 00000 n +0000115007 00000 n 0000004675 00000 n 0000014049 00000 n 0000014113 00000 n @@ -2418,26 +2418,26 @@ xref 0000025171 00000 n 0000038115 00000 n 0000038179 00000 n -0000050741 00000 n -0000050844 00000 n -0000050971 00000 n -0000051107 00000 n -0000051316 00000 n -0000051468 00000 n -0000051594 00000 n +0000050736 00000 n +0000050839 00000 n +0000050966 00000 n +0000051102 00000 n +0000051311 00000 n +0000051463 00000 n +0000051589 00000 n 0000012081 00000 n 0000011882 00000 n 0000008512 00000 n -0000051731 00000 n -0000051948 00000 n -0000052100 00000 n -0000052226 00000 n +0000051726 00000 n +0000051943 00000 n +0000052095 00000 n +0000052221 00000 n 0000012406 00000 n 0000008569 00000 n -0000052363 00000 n -0000052548 00000 n -0000052700 00000 n -0000052826 00000 n +0000052358 00000 n +0000052543 00000 n +0000052695 00000 n +0000052821 00000 n 0000012731 00000 n 0000008626 00000 n 0000013291 00000 n @@ -2453,81 +2453,81 @@ xref 0000020816 00000 n 0000024869 00000 n 0000024933 00000 n -0000052963 00000 n -0000053066 00000 n -0000053193 00000 n +0000052958 00000 n +0000053061 00000 n +0000053188 00000 n 0000014284 00000 n 0000013794 00000 n 0000013379 00000 n 0000013932 00000 n 0000013995 00000 n -0000053381 00000 n -0000053485 00000 n -0000053612 00000 n -0000053716 00000 n -0000053854 00000 n +0000053376 00000 n +0000053480 00000 n +0000053607 00000 n +0000053711 00000 n +0000053849 00000 n 0000017272 00000 n 0000017089 00000 n 0000014372 00000 n -0000053991 00000 n -0000054092 00000 n -0000054183 00000 n -0000054287 00000 n -0000054414 00000 n -0000054518 00000 n -0000054645 00000 n -0000054749 00000 n -0000054876 00000 n -0000054980 00000 n +0000053986 00000 n +0000054087 00000 n +0000054178 00000 n +0000054282 00000 n +0000054409 00000 n +0000054513 00000 n +0000054640 00000 n +0000054744 00000 n +0000054871 00000 n +0000054975 00000 n 0000018190 00000 n 0000014429 00000 n 0000017597 00000 n 0000017660 00000 n 0000017243 00000 n -0000055107 00000 n -0000055211 00000 n -0000055338 00000 n -0000055442 00000 n -0000055580 00000 n +0000055102 00000 n +0000055206 00000 n +0000055333 00000 n +0000055437 00000 n +0000055575 00000 n 0000020311 00000 n 0000020128 00000 n 0000018278 00000 n -0000055717 00000 n -0000055818 00000 n +0000055712 00000 n +0000055813 00000 n 0000020990 00000 n 0000018335 00000 n 0000020635 00000 n 0000020698 00000 n 0000020282 00000 n -0000055909 00000 n -0000056013 00000 n -0000056140 00000 n -0000056244 00000 n +0000055904 00000 n +0000056008 00000 n +0000056135 00000 n +0000056239 00000 n 0000022190 00000 n 0000021817 00000 n 0000021078 00000 n 0000021955 00000 n 0000022018 00000 n -0000056371 00000 n -0000056503 00000 n -0000056607 00000 n -0000056734 00000 n -0000056838 00000 n -0000056976 00000 n +0000056366 00000 n +0000056498 00000 n +0000056602 00000 n +0000056729 00000 n +0000056833 00000 n +0000056971 00000 n 0000024427 00000 n 0000024244 00000 n 0000022278 00000 n -0000057113 00000 n -0000057214 00000 n +0000057108 00000 n +0000057209 00000 n 0000025226 00000 n 0000022335 00000 n 0000024752 00000 n 0000024815 00000 n 0000024398 00000 n -0000057305 00000 n -0000057409 00000 n -0000057536 00000 n -0000057640 00000 n +0000057300 00000 n +0000057404 00000 n +0000057531 00000 n +0000057635 00000 n 0000025314 00000 n 0000038234 00000 n 0000037861 00000 n @@ -2536,63 +2536,63 @@ xref 0000038062 00000 n 0000038369 00000 n 0000038406 00000 n -0000116063 00000 n +0000116058 00000 n 0000038465 00000 n 0000038554 00000 n -0000115931 00000 n +0000115926 00000 n 0000038610 00000 n 0000038664 00000 n -0000115813 00000 n +0000115808 00000 n 0000038723 00000 n 0000038810 00000 n -0000115734 00000 n +0000115729 00000 n 0000038874 00000 n 0000038971 00000 n -0000115655 00000 n +0000115650 00000 n 0000039035 00000 n 0000039099 00000 n -0000115562 00000 n +0000115557 00000 n 0000039158 00000 n 0000039255 00000 n -0000115483 00000 n +0000115478 00000 n 0000039314 00000 n 0000039401 00000 n -0000115365 00000 n +0000115360 00000 n 0000039457 00000 n 0000039511 00000 n -0000115286 00000 n +0000115281 00000 n 0000039570 00000 n 0000039662 00000 n -0000115207 00000 n +0000115202 00000 n 0000039721 00000 n 0000040470 00000 n 0000041387 00000 n 0000042349 00000 n 0000042429 00000 n -0000057888 00000 n -0000058271 00000 n -0000058895 00000 n -0000058304 00000 n -0000059118 00000 n -0000060027 00000 n -0000060230 00000 n -0000060490 00000 n -0000076082 00000 n -0000060790 00000 n -0000090663 00000 n -0000076291 00000 n -0000108955 00000 n -0000090872 00000 n -0000109162 00000 n -0000111114 00000 n -0000113066 00000 n -0000115130 00000 n -0000116142 00000 n -0000116673 00000 n -0000116711 00000 n -0000116973 00000 n +0000057883 00000 n +0000058266 00000 n +0000058890 00000 n +0000058299 00000 n +0000059113 00000 n +0000060022 00000 n +0000060225 00000 n +0000060485 00000 n +0000076077 00000 n +0000060785 00000 n +0000090658 00000 n +0000076286 00000 n +0000108950 00000 n +0000090867 00000 n +0000109157 00000 n +0000111109 00000 n +0000113061 00000 n +0000115125 00000 n +0000116137 00000 n +0000116668 00000 n +0000116706 00000 n +0000116968 00000 n trailer << /Size 294 /Root 292 0 R /Info 293 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -117183 +117178 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-2.tpf b/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-2.tpf index 9f36cc5a1..5a8f679e6 100644 --- a/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-2.tpf +++ b/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-2.tpf @@ -1385,7 +1385,7 @@ endobj << /Kids [265 0 R 266 0 R 267 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -1397,16 +1397,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -2723,86 +2723,86 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000062062 00000 n +0000062057 00000 n 0000042454 00000 n 0000045453 00000 n -0000047405 00000 n -0000046032 00000 n +0000047400 00000 n +0000046035 00000 n 0000000012 00000 f -0000046100 00000 n +0000046103 00000 n 0000000014 00000 f -0000046170 00000 n +0000046173 00000 n 0000000020 00000 f -0000046933 00000 n -0000046251 00000 n +0000046938 00000 n +0000046254 00000 n 0000047211 00000 n 0000047040 00000 n -0000047318 00000 n +0000047313 00000 n 0000000000 00000 f 0000007530 00000 n -0000047466 00000 n -0000047614 00000 n -0000047715 00000 n -0000047837 00000 n -0000047983 00000 n -0000048152 00000 n -0000048393 00000 n -0000048514 00000 n +0000047461 00000 n +0000047609 00000 n +0000047710 00000 n +0000047832 00000 n +0000047978 00000 n +0000048147 00000 n +0000048388 00000 n +0000048509 00000 n 0000007748 00000 n 0000000015 00000 n -0000048645 00000 n -0000048787 00000 n -0000048989 00000 n +0000048640 00000 n +0000048782 00000 n +0000048984 00000 n 0000008074 00000 n 0000000069 00000 n -0000049120 00000 n -0000049237 00000 n -0000049403 00000 n -0000049648 00000 n -0000049770 00000 n +0000049115 00000 n +0000049232 00000 n +0000049398 00000 n +0000049643 00000 n +0000049765 00000 n 0000008384 00000 n 0000000123 00000 n -0000049902 00000 n -0000050005 00000 n -0000050179 00000 n -0000050424 00000 n -0000050546 00000 n +0000049897 00000 n +0000050000 00000 n +0000050174 00000 n +0000050419 00000 n +0000050541 00000 n 0000008711 00000 n 0000000177 00000 n -0000050678 00000 n -0000050828 00000 n -0000051073 00000 n -0000051195 00000 n +0000050673 00000 n +0000050823 00000 n +0000051068 00000 n +0000051190 00000 n 0000009063 00000 n 0000000231 00000 n -0000051327 00000 n -0000051501 00000 n -0000051746 00000 n -0000051868 00000 n +0000051322 00000 n +0000051496 00000 n +0000051741 00000 n +0000051863 00000 n 0000009415 00000 n 0000000285 00000 n -0000052000 00000 n -0000052166 00000 n -0000052411 00000 n -0000052533 00000 n +0000051995 00000 n +0000052161 00000 n +0000052406 00000 n +0000052528 00000 n 0000009741 00000 n 0000000339 00000 n -0000052665 00000 n -0000052807 00000 n -0000053011 00000 n +0000052660 00000 n +0000052802 00000 n +0000053006 00000 n 0000010068 00000 n 0000000393 00000 n -0000053143 00000 n -0000053246 00000 n -0000053416 00000 n -0000053661 00000 n -0000053783 00000 n +0000053138 00000 n +0000053241 00000 n +0000053411 00000 n +0000053656 00000 n +0000053778 00000 n 0000010379 00000 n 0000000447 00000 n -0000053915 00000 n -0000054077 00000 n -0000054322 00000 n -0000054444 00000 n +0000053910 00000 n +0000054072 00000 n +0000054317 00000 n +0000054439 00000 n 0000010706 00000 n 0000000501 00000 n 0000011364 00000 n @@ -2813,12 +2813,12 @@ xref 0000011202 00000 n 0000011253 00000 n 0000011313 00000 n -0000139014 00000 n -0000134470 00000 n -0000136742 00000 n -0000142182 00000 n -0000141286 00000 n -0000142349 00000 n +0000139009 00000 n +0000134465 00000 n +0000136737 00000 n +0000142177 00000 n +0000141281 00000 n +0000142344 00000 n 0000019665 00000 n 0000019727 00000 n 0000019779 00000 n @@ -2839,26 +2839,26 @@ xref 0000028079 00000 n 0000040779 00000 n 0000040841 00000 n -0000054576 00000 n -0000054679 00000 n +0000054571 00000 n +0000054674 00000 n 0000017648 00000 n -0000054804 00000 n -0000054940 00000 n -0000055149 00000 n -0000055398 00000 n -0000055522 00000 n +0000054799 00000 n +0000054935 00000 n +0000055144 00000 n +0000055393 00000 n +0000055517 00000 n 0000017823 00000 n 0000011476 00000 n -0000055657 00000 n -0000055874 00000 n -0000056125 00000 n -0000056249 00000 n +0000055652 00000 n +0000055869 00000 n +0000056120 00000 n +0000056244 00000 n 0000018146 00000 n 0000011533 00000 n -0000056385 00000 n -0000056570 00000 n -0000056823 00000 n -0000056948 00000 n +0000056380 00000 n +0000056565 00000 n +0000056818 00000 n +0000056943 00000 n 0000018469 00000 n 0000011590 00000 n 0000019018 00000 n @@ -2873,80 +2873,80 @@ xref 0000024726 00000 n 0000027787 00000 n 0000027849 00000 n -0000057084 00000 n -0000057187 00000 n +0000057079 00000 n +0000057182 00000 n 0000019413 00000 n -0000057312 00000 n +0000057307 00000 n 0000019894 00000 n 0000019107 00000 n 0000019552 00000 n 0000019613 00000 n -0000057500 00000 n -0000057604 00000 n +0000057495 00000 n +0000057599 00000 n 0000021717 00000 n -0000057729 00000 n -0000057833 00000 n -0000058002 00000 n +0000057724 00000 n +0000057828 00000 n +0000057997 00000 n 0000021876 00000 n 0000019983 00000 n -0000058137 00000 n -0000058238 00000 n -0000058366 00000 n -0000058470 00000 n -0000058595 00000 n -0000058699 00000 n -0000058824 00000 n -0000058928 00000 n -0000059053 00000 n -0000059157 00000 n +0000058132 00000 n +0000058233 00000 n +0000058361 00000 n +0000058465 00000 n +0000058590 00000 n +0000058694 00000 n +0000058819 00000 n +0000058923 00000 n +0000059048 00000 n +0000059152 00000 n 0000022768 00000 n 0000020040 00000 n 0000022199 00000 n 0000022260 00000 n -0000059282 00000 n -0000059386 00000 n +0000059277 00000 n +0000059381 00000 n 0000024069 00000 n -0000059511 00000 n -0000059615 00000 n -0000059784 00000 n +0000059506 00000 n +0000059610 00000 n +0000059779 00000 n 0000024228 00000 n 0000022869 00000 n -0000059919 00000 n -0000060020 00000 n +0000059914 00000 n +0000060015 00000 n 0000024894 00000 n 0000022926 00000 n 0000024551 00000 n 0000024612 00000 n -0000060148 00000 n -0000060252 00000 n +0000060143 00000 n +0000060247 00000 n 0000025490 00000 n -0000060377 00000 n -0000060481 00000 n +0000060372 00000 n +0000060476 00000 n 0000025856 00000 n 0000024983 00000 n 0000025629 00000 n 0000025690 00000 n -0000060606 00000 n -0000060738 00000 n -0000060842 00000 n +0000060601 00000 n +0000060733 00000 n +0000060837 00000 n 0000027192 00000 n -0000060967 00000 n -0000061071 00000 n -0000061240 00000 n +0000060962 00000 n +0000061066 00000 n +0000061235 00000 n 0000027351 00000 n 0000025945 00000 n -0000061375 00000 n -0000061476 00000 n +0000061370 00000 n +0000061471 00000 n 0000028132 00000 n 0000026002 00000 n 0000027674 00000 n 0000027735 00000 n -0000142465 00000 n -0000061604 00000 n -0000061708 00000 n +0000142460 00000 n +0000061599 00000 n +0000061703 00000 n 0000040528 00000 n -0000061833 00000 n -0000061937 00000 n +0000061828 00000 n +0000061932 00000 n 0000028221 00000 n 0000040894 00000 n 0000040030 00000 n @@ -2954,75 +2954,75 @@ xref 0000040728 00000 n 0000041030 00000 n 0000041067 00000 n -0000143552 00000 n +0000143547 00000 n 0000041126 00000 n 0000041214 00000 n -0000143420 00000 n +0000143415 00000 n 0000041270 00000 n 0000041323 00000 n -0000143302 00000 n +0000143297 00000 n 0000041382 00000 n 0000041468 00000 n -0000143223 00000 n +0000143218 00000 n 0000041532 00000 n 0000041628 00000 n -0000143144 00000 n +0000143139 00000 n 0000041692 00000 n 0000041755 00000 n -0000143051 00000 n +0000143046 00000 n 0000041814 00000 n 0000041910 00000 n -0000142972 00000 n +0000142967 00000 n 0000041969 00000 n 0000042055 00000 n -0000142854 00000 n +0000142849 00000 n 0000042111 00000 n 0000042164 00000 n -0000142775 00000 n +0000142770 00000 n 0000042223 00000 n 0000042314 00000 n -0000142696 00000 n +0000142691 00000 n 0000042373 00000 n 0000043439 00000 n 0000044356 00000 n 0000045318 00000 n 0000045398 00000 n -0000132152 00000 n -0000062183 00000 n -0000062761 00000 n -0000062784 00000 n -0000063239 00000 n -0000063680 00000 n -0000064101 00000 n -0000066766 00000 n -0000066986 00000 n -0000084512 00000 n -0000084817 00000 n -0000099121 00000 n -0000099405 00000 n -0000114412 00000 n -0000114713 00000 n -0000131809 00000 n -0000132380 00000 n -0000134652 00000 n -0000136924 00000 n -0000139196 00000 n -0000141468 00000 n -0000142550 00000 n -0000142619 00000 n -0000143631 00000 n -0000143803 00000 n -0000143965 00000 n -0000144143 00000 n -0000144344 00000 n -0000144446 00000 n -0000144484 00000 n -0000144747 00000 n +0000132147 00000 n +0000062178 00000 n +0000062756 00000 n +0000062779 00000 n +0000063234 00000 n +0000063675 00000 n +0000064096 00000 n +0000066761 00000 n +0000066981 00000 n +0000084507 00000 n +0000084812 00000 n +0000099116 00000 n +0000099400 00000 n +0000114407 00000 n +0000114708 00000 n +0000131804 00000 n +0000132375 00000 n +0000134647 00000 n +0000136919 00000 n +0000139191 00000 n +0000141463 00000 n +0000142545 00000 n +0000142614 00000 n +0000143626 00000 n +0000143798 00000 n +0000143960 00000 n +0000144138 00000 n +0000144339 00000 n +0000144441 00000 n +0000144479 00000 n +0000144742 00000 n trailer << /Size 300 /Root 298 0 R /Info 299 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -144957 +144952 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-3.luatex.tpf b/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-3.luatex.tpf index a9a3f9258..b11c1cf82 100644 --- a/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-3.luatex.tpf +++ b/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-3.luatex.tpf @@ -1574,7 +1574,7 @@ endobj << /Kids [307 0 R 308 0 R 309 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -1586,16 +1586,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -2454,116 +2454,116 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000065461 00000 n +0000065456 00000 n 0000045219 00000 n 0000048358 00000 n -0000050310 00000 n -0000048937 00000 n +0000050305 00000 n +0000048940 00000 n 0000000012 00000 f -0000049005 00000 n +0000049008 00000 n 0000000014 00000 f -0000049075 00000 n +0000049078 00000 n 0000000020 00000 f -0000049838 00000 n -0000049156 00000 n +0000049843 00000 n +0000049159 00000 n 0000050116 00000 n 0000049945 00000 n -0000050223 00000 n +0000050218 00000 n 0000000000 00000 f 0000005271 00000 n -0000050371 00000 n -0000050519 00000 n -0000050620 00000 n -0000050744 00000 n -0000050890 00000 n -0000051059 00000 n -0000051172 00000 n +0000050366 00000 n +0000050514 00000 n +0000050615 00000 n +0000050739 00000 n +0000050885 00000 n +0000051054 00000 n +0000051167 00000 n 0000005590 00000 n -0000051347 00000 n +0000051342 00000 n 0000000020 00000 n -0000051470 00000 n +0000051465 00000 n 0000005918 00000 n 0000000074 00000 n -0000051603 00000 n -0000051745 00000 n -0000051858 00000 n +0000051598 00000 n +0000051740 00000 n +0000051853 00000 n 0000006246 00000 n 0000000128 00000 n -0000051991 00000 n +0000051986 00000 n 0000006559 00000 n 0000000182 00000 n -0000052124 00000 n -0000052241 00000 n -0000052407 00000 n -0000052520 00000 n +0000052119 00000 n +0000052236 00000 n +0000052402 00000 n +0000052515 00000 n 0000006872 00000 n -0000052695 00000 n +0000052690 00000 n 0000000236 00000 n -0000052818 00000 n +0000052813 00000 n 0000007201 00000 n 0000000290 00000 n -0000052952 00000 n -0000053055 00000 n -0000053229 00000 n -0000053342 00000 n +0000052947 00000 n +0000053050 00000 n +0000053224 00000 n +0000053337 00000 n 0000007530 00000 n -0000053519 00000 n +0000053514 00000 n 0000000344 00000 n -0000053643 00000 n +0000053638 00000 n 0000007883 00000 n 0000000398 00000 n -0000053777 00000 n -0000053927 00000 n -0000054040 00000 n +0000053772 00000 n +0000053922 00000 n +0000054035 00000 n 0000008236 00000 n -0000054217 00000 n +0000054212 00000 n 0000000452 00000 n -0000054341 00000 n +0000054336 00000 n 0000008590 00000 n 0000000506 00000 n -0000054475 00000 n -0000054649 00000 n -0000054762 00000 n +0000054470 00000 n +0000054644 00000 n +0000054757 00000 n 0000008944 00000 n -0000054939 00000 n +0000054934 00000 n 0000000560 00000 n -0000055063 00000 n +0000055058 00000 n 0000009273 00000 n 0000000614 00000 n -0000055197 00000 n -0000055363 00000 n -0000055476 00000 n +0000055192 00000 n +0000055358 00000 n +0000055471 00000 n 0000009602 00000 n -0000055653 00000 n +0000055648 00000 n 0000000668 00000 n -0000055777 00000 n +0000055772 00000 n 0000009931 00000 n 0000000722 00000 n -0000055911 00000 n -0000056053 00000 n -0000056166 00000 n +0000055906 00000 n +0000056048 00000 n +0000056161 00000 n 0000010260 00000 n 0000000776 00000 n -0000056300 00000 n +0000056295 00000 n 0000010573 00000 n 0000000830 00000 n -0000056434 00000 n -0000056538 00000 n -0000056709 00000 n -0000056825 00000 n +0000056429 00000 n +0000056533 00000 n +0000056704 00000 n +0000056820 00000 n 0000010887 00000 n -0000057006 00000 n +0000057001 00000 n 0000000884 00000 n -0000057132 00000 n +0000057127 00000 n 0000011216 00000 n 0000000940 00000 n -0000057269 00000 n -0000057433 00000 n -0000057550 00000 n +0000057264 00000 n +0000057428 00000 n +0000057545 00000 n 0000011545 00000 n -0000057731 00000 n +0000057726 00000 n 0000000996 00000 n -0000057857 00000 n +0000057852 00000 n 0000011874 00000 n 0000001052 00000 n 0000012552 00000 n @@ -2574,11 +2574,11 @@ xref 0000012381 00000 n 0000012435 00000 n 0000012498 00000 n -0000120600 00000 n -0000118647 00000 n -0000067565 00000 n -0000122548 00000 n -0000122710 00000 n +0000120595 00000 n +0000118642 00000 n +0000067560 00000 n +0000122543 00000 n +0000122705 00000 n 0000005425 00000 n 0000019442 00000 n 0000019506 00000 n @@ -2600,35 +2600,35 @@ xref 0000030580 00000 n 0000043528 00000 n 0000043592 00000 n -0000057994 00000 n -0000058097 00000 n -0000058224 00000 n -0000058360 00000 n -0000058569 00000 n -0000058686 00000 n +0000057989 00000 n +0000058092 00000 n +0000058219 00000 n +0000058355 00000 n +0000058564 00000 n +0000058681 00000 n 0000016499 00000 n -0000058867 00000 n +0000058862 00000 n 0000016275 00000 n 0000012656 00000 n -0000058993 00000 n +0000058988 00000 n 0000016824 00000 n 0000012713 00000 n -0000059130 00000 n -0000059347 00000 n -0000059464 00000 n +0000059125 00000 n +0000059342 00000 n +0000059459 00000 n 0000017149 00000 n -0000059645 00000 n +0000059640 00000 n 0000012770 00000 n -0000059771 00000 n +0000059766 00000 n 0000017470 00000 n 0000012827 00000 n -0000059908 00000 n -0000060093 00000 n -0000060210 00000 n +0000059903 00000 n +0000060088 00000 n +0000060205 00000 n 0000017795 00000 n -0000060392 00000 n +0000060387 00000 n 0000012884 00000 n -0000060519 00000 n +0000060514 00000 n 0000018120 00000 n 0000012941 00000 n 0000018680 00000 n @@ -2644,81 +2644,81 @@ xref 0000026217 00000 n 0000030278 00000 n 0000030342 00000 n -0000060657 00000 n -0000060760 00000 n -0000060887 00000 n +0000060652 00000 n +0000060755 00000 n +0000060882 00000 n 0000019677 00000 n 0000019186 00000 n 0000018771 00000 n 0000019325 00000 n 0000019388 00000 n -0000061075 00000 n -0000061179 00000 n -0000061306 00000 n -0000061410 00000 n -0000061548 00000 n +0000061070 00000 n +0000061174 00000 n +0000061301 00000 n +0000061405 00000 n +0000061543 00000 n 0000022669 00000 n 0000022485 00000 n 0000019768 00000 n -0000061685 00000 n -0000061786 00000 n -0000061877 00000 n -0000061981 00000 n -0000062108 00000 n -0000062212 00000 n -0000062339 00000 n -0000062443 00000 n -0000062570 00000 n -0000062674 00000 n +0000061680 00000 n +0000061781 00000 n +0000061872 00000 n +0000061976 00000 n +0000062103 00000 n +0000062207 00000 n +0000062334 00000 n +0000062438 00000 n +0000062565 00000 n +0000062669 00000 n 0000023587 00000 n 0000019825 00000 n 0000022994 00000 n 0000023057 00000 n 0000022640 00000 n -0000062801 00000 n -0000062905 00000 n -0000063032 00000 n -0000063136 00000 n -0000063274 00000 n +0000062796 00000 n +0000062900 00000 n +0000063027 00000 n +0000063131 00000 n +0000063269 00000 n 0000025712 00000 n 0000025528 00000 n 0000023678 00000 n -0000063411 00000 n -0000063512 00000 n +0000063406 00000 n +0000063507 00000 n 0000026391 00000 n 0000023735 00000 n 0000026036 00000 n 0000026099 00000 n 0000025683 00000 n -0000063603 00000 n -0000063707 00000 n -0000063834 00000 n -0000063938 00000 n +0000063598 00000 n +0000063702 00000 n +0000063829 00000 n +0000063933 00000 n 0000027595 00000 n 0000027221 00000 n 0000026482 00000 n 0000027360 00000 n 0000027423 00000 n -0000064065 00000 n -0000064197 00000 n -0000064301 00000 n -0000064428 00000 n -0000064532 00000 n -0000064670 00000 n +0000064060 00000 n +0000064192 00000 n +0000064296 00000 n +0000064423 00000 n +0000064527 00000 n +0000064665 00000 n 0000029836 00000 n 0000029652 00000 n 0000027686 00000 n -0000064807 00000 n -0000064908 00000 n +0000064802 00000 n +0000064903 00000 n 0000030635 00000 n 0000027743 00000 n 0000030161 00000 n 0000030224 00000 n 0000029807 00000 n -0000064999 00000 n -0000065103 00000 n -0000065230 00000 n -0000065334 00000 n +0000064994 00000 n +0000065098 00000 n +0000065225 00000 n +0000065329 00000 n 0000030726 00000 n 0000043647 00000 n 0000043273 00000 n @@ -2727,63 +2727,63 @@ xref 0000043475 00000 n 0000043785 00000 n 0000043822 00000 n -0000123762 00000 n +0000123757 00000 n 0000043881 00000 n 0000043970 00000 n -0000123630 00000 n +0000123625 00000 n 0000044026 00000 n 0000044080 00000 n -0000123512 00000 n +0000123507 00000 n 0000044139 00000 n 0000044226 00000 n -0000123433 00000 n +0000123428 00000 n 0000044290 00000 n 0000044387 00000 n -0000123354 00000 n +0000123349 00000 n 0000044451 00000 n 0000044515 00000 n -0000123261 00000 n +0000123256 00000 n 0000044574 00000 n 0000044671 00000 n -0000123182 00000 n +0000123177 00000 n 0000044730 00000 n 0000044817 00000 n -0000123064 00000 n +0000123059 00000 n 0000044873 00000 n 0000044927 00000 n -0000122985 00000 n +0000122980 00000 n 0000044986 00000 n 0000045078 00000 n -0000122906 00000 n +0000122901 00000 n 0000045137 00000 n 0000046111 00000 n 0000047027 00000 n 0000047989 00000 n 0000048303 00000 n -0000065582 00000 n -0000065965 00000 n -0000066589 00000 n -0000065998 00000 n -0000066812 00000 n -0000067722 00000 n -0000067925 00000 n -0000068185 00000 n -0000083777 00000 n -0000068485 00000 n -0000098358 00000 n -0000083986 00000 n -0000116650 00000 n -0000098567 00000 n -0000116857 00000 n -0000118810 00000 n -0000120763 00000 n -0000122829 00000 n -0000123841 00000 n -0000124375 00000 n -0000124413 00000 n -0000124676 00000 n +0000065577 00000 n +0000065960 00000 n +0000066584 00000 n +0000065993 00000 n +0000066807 00000 n +0000067717 00000 n +0000067920 00000 n +0000068180 00000 n +0000083772 00000 n +0000068480 00000 n +0000098353 00000 n +0000083981 00000 n +0000116645 00000 n +0000098562 00000 n +0000116852 00000 n +0000118805 00000 n +0000120758 00000 n +0000122824 00000 n +0000123836 00000 n +0000124370 00000 n +0000124408 00000 n +0000124671 00000 n trailer << /Size 333 /Root 331 0 R /Info 332 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -124886 +124881 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-3.tpf b/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-3.tpf index 51b48143d..e39ba3d2f 100644 --- a/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-3.tpf +++ b/required/latex-lab/testfiles-toc/toc-ex-article-hyperref-3.tpf @@ -1606,7 +1606,7 @@ endobj << /Kids [304 0 R 305 0 R 306 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -1618,16 +1618,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -2983,116 +2983,116 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000070841 00000 n +0000070836 00000 n 0000048363 00000 n 0000051936 00000 n -0000053888 00000 n -0000052515 00000 n +0000053883 00000 n +0000052518 00000 n 0000000012 00000 f -0000052583 00000 n +0000052586 00000 n 0000000014 00000 f -0000052653 00000 n +0000052656 00000 n 0000000020 00000 f -0000053416 00000 n -0000052734 00000 n +0000053421 00000 n +0000052737 00000 n 0000053694 00000 n 0000053523 00000 n -0000053801 00000 n +0000053796 00000 n 0000000000 00000 f 0000008689 00000 n -0000053949 00000 n -0000054097 00000 n -0000054198 00000 n -0000054320 00000 n -0000054466 00000 n -0000054635 00000 n -0000054876 00000 n +0000053944 00000 n +0000054092 00000 n +0000054193 00000 n +0000054315 00000 n +0000054461 00000 n +0000054630 00000 n +0000054871 00000 n 0000008983 00000 n -0000055047 00000 n +0000055042 00000 n 0000000015 00000 n -0000055168 00000 n +0000055163 00000 n 0000009309 00000 n 0000000069 00000 n -0000055299 00000 n -0000055441 00000 n -0000055685 00000 n +0000055294 00000 n +0000055436 00000 n +0000055680 00000 n 0000009635 00000 n 0000000123 00000 n -0000055817 00000 n +0000055812 00000 n 0000009947 00000 n 0000000177 00000 n -0000055949 00000 n -0000056066 00000 n -0000056232 00000 n -0000056477 00000 n +0000055944 00000 n +0000056061 00000 n +0000056227 00000 n +0000056472 00000 n 0000010258 00000 n -0000056650 00000 n +0000056645 00000 n 0000000231 00000 n -0000056772 00000 n +0000056767 00000 n 0000010585 00000 n 0000000285 00000 n -0000056904 00000 n -0000057007 00000 n -0000057181 00000 n -0000057426 00000 n +0000056899 00000 n +0000057002 00000 n +0000057176 00000 n +0000057421 00000 n 0000010912 00000 n -0000057599 00000 n +0000057594 00000 n 0000000339 00000 n -0000057721 00000 n +0000057716 00000 n 0000011264 00000 n 0000000393 00000 n -0000057853 00000 n -0000058003 00000 n -0000058248 00000 n +0000057848 00000 n +0000057998 00000 n +0000058243 00000 n 0000011616 00000 n -0000058421 00000 n +0000058416 00000 n 0000000447 00000 n -0000058543 00000 n +0000058538 00000 n 0000011968 00000 n 0000000501 00000 n -0000058675 00000 n -0000058849 00000 n -0000059094 00000 n +0000058670 00000 n +0000058844 00000 n +0000059089 00000 n 0000012320 00000 n -0000059267 00000 n +0000059262 00000 n 0000000555 00000 n -0000059389 00000 n +0000059384 00000 n 0000012647 00000 n 0000000609 00000 n -0000059521 00000 n -0000059687 00000 n -0000059932 00000 n +0000059516 00000 n +0000059682 00000 n +0000059927 00000 n 0000012973 00000 n -0000060105 00000 n +0000060100 00000 n 0000000663 00000 n -0000060227 00000 n +0000060222 00000 n 0000013299 00000 n 0000000717 00000 n -0000060359 00000 n -0000060501 00000 n -0000060746 00000 n +0000060354 00000 n +0000060496 00000 n +0000060741 00000 n 0000013626 00000 n 0000000771 00000 n -0000060878 00000 n +0000060873 00000 n 0000013938 00000 n 0000000825 00000 n -0000061010 00000 n -0000061114 00000 n -0000061285 00000 n -0000061533 00000 n +0000061005 00000 n +0000061109 00000 n +0000061280 00000 n +0000061528 00000 n 0000014249 00000 n -0000061710 00000 n +0000061705 00000 n 0000000879 00000 n -0000061834 00000 n +0000061829 00000 n 0000014577 00000 n 0000000935 00000 n -0000061969 00000 n -0000062133 00000 n -0000062382 00000 n +0000061964 00000 n +0000062128 00000 n +0000062377 00000 n 0000014905 00000 n -0000062559 00000 n +0000062554 00000 n 0000000991 00000 n -0000062683 00000 n +0000062678 00000 n 0000015233 00000 n 0000001047 00000 n 0000015898 00000 n @@ -3103,12 +3103,12 @@ xref 0000015733 00000 n 0000015785 00000 n 0000015846 00000 n -0000147795 00000 n -0000143249 00000 n -0000145522 00000 n -0000150965 00000 n -0000150068 00000 n -0000151133 00000 n +0000147790 00000 n +0000143244 00000 n +0000145517 00000 n +0000150960 00000 n +0000150063 00000 n +0000151128 00000 n 0000025555 00000 n 0000025617 00000 n 0000025669 00000 n @@ -3129,35 +3129,35 @@ xref 0000033982 00000 n 0000046685 00000 n 0000046747 00000 n -0000062818 00000 n -0000062921 00000 n +0000062813 00000 n +0000062916 00000 n 0000022542 00000 n -0000063046 00000 n -0000063182 00000 n -0000063391 00000 n -0000063640 00000 n +0000063041 00000 n +0000063177 00000 n +0000063386 00000 n +0000063635 00000 n 0000022741 00000 n -0000063817 00000 n +0000063812 00000 n 0000016016 00000 n -0000063941 00000 n +0000063936 00000 n 0000023064 00000 n 0000016073 00000 n -0000064076 00000 n -0000064293 00000 n -0000064545 00000 n +0000064071 00000 n +0000064288 00000 n +0000064540 00000 n 0000023387 00000 n -0000064724 00000 n +0000064719 00000 n 0000016130 00000 n -0000064849 00000 n +0000064844 00000 n 0000023710 00000 n 0000016187 00000 n -0000064985 00000 n -0000065170 00000 n -0000065423 00000 n +0000064980 00000 n +0000065165 00000 n +0000065418 00000 n 0000024033 00000 n -0000065602 00000 n +0000065597 00000 n 0000016244 00000 n -0000065727 00000 n +0000065722 00000 n 0000024356 00000 n 0000016301 00000 n 0000024905 00000 n @@ -3172,80 +3172,80 @@ xref 0000030623 00000 n 0000033690 00000 n 0000033752 00000 n -0000065863 00000 n -0000065966 00000 n +0000065858 00000 n +0000065961 00000 n 0000025303 00000 n -0000066091 00000 n +0000066086 00000 n 0000025784 00000 n 0000024997 00000 n 0000025442 00000 n 0000025503 00000 n -0000066279 00000 n -0000066383 00000 n +0000066274 00000 n +0000066378 00000 n 0000027610 00000 n -0000066508 00000 n -0000066612 00000 n -0000066781 00000 n +0000066503 00000 n +0000066607 00000 n +0000066776 00000 n 0000027769 00000 n 0000025876 00000 n -0000066916 00000 n -0000067017 00000 n -0000067145 00000 n -0000067249 00000 n -0000067374 00000 n -0000067478 00000 n -0000067603 00000 n -0000067707 00000 n -0000067832 00000 n -0000067936 00000 n +0000066911 00000 n +0000067012 00000 n +0000067140 00000 n +0000067244 00000 n +0000067369 00000 n +0000067473 00000 n +0000067598 00000 n +0000067702 00000 n +0000067827 00000 n +0000067931 00000 n 0000028661 00000 n 0000025933 00000 n 0000028092 00000 n 0000028153 00000 n -0000068061 00000 n -0000068165 00000 n +0000068056 00000 n +0000068160 00000 n 0000029966 00000 n -0000068290 00000 n -0000068394 00000 n -0000068563 00000 n +0000068285 00000 n +0000068389 00000 n +0000068558 00000 n 0000030125 00000 n 0000028766 00000 n -0000068698 00000 n -0000068799 00000 n +0000068693 00000 n +0000068794 00000 n 0000030791 00000 n 0000028823 00000 n 0000030448 00000 n 0000030509 00000 n -0000068927 00000 n -0000069031 00000 n +0000068922 00000 n +0000069026 00000 n 0000031390 00000 n -0000069156 00000 n -0000069260 00000 n +0000069151 00000 n +0000069255 00000 n 0000031756 00000 n 0000030883 00000 n 0000031529 00000 n 0000031590 00000 n -0000069385 00000 n -0000069517 00000 n -0000069621 00000 n +0000069380 00000 n +0000069512 00000 n +0000069616 00000 n 0000033095 00000 n -0000069746 00000 n -0000069850 00000 n -0000070019 00000 n +0000069741 00000 n +0000069845 00000 n +0000070014 00000 n 0000033254 00000 n 0000031848 00000 n -0000070154 00000 n -0000070255 00000 n +0000070149 00000 n +0000070250 00000 n 0000034035 00000 n 0000031905 00000 n 0000033577 00000 n 0000033638 00000 n -0000151249 00000 n -0000070383 00000 n -0000070487 00000 n +0000151244 00000 n +0000070378 00000 n +0000070482 00000 n 0000046434 00000 n -0000070612 00000 n -0000070716 00000 n +0000070607 00000 n +0000070711 00000 n 0000034127 00000 n 0000046800 00000 n 0000045936 00000 n @@ -3253,75 +3253,75 @@ xref 0000046634 00000 n 0000046939 00000 n 0000046976 00000 n -0000152336 00000 n +0000152331 00000 n 0000047035 00000 n 0000047123 00000 n -0000152204 00000 n +0000152199 00000 n 0000047179 00000 n 0000047232 00000 n -0000152086 00000 n +0000152081 00000 n 0000047291 00000 n 0000047377 00000 n -0000152007 00000 n +0000152002 00000 n 0000047441 00000 n 0000047537 00000 n -0000151928 00000 n +0000151923 00000 n 0000047601 00000 n 0000047664 00000 n -0000151835 00000 n +0000151830 00000 n 0000047723 00000 n 0000047819 00000 n -0000151756 00000 n +0000151751 00000 n 0000047878 00000 n 0000047964 00000 n -0000151638 00000 n +0000151633 00000 n 0000048020 00000 n 0000048073 00000 n -0000151559 00000 n +0000151554 00000 n 0000048132 00000 n 0000048223 00000 n -0000151480 00000 n +0000151475 00000 n 0000048282 00000 n 0000049689 00000 n 0000050605 00000 n 0000051567 00000 n 0000051881 00000 n -0000140931 00000 n -0000070962 00000 n -0000071540 00000 n -0000071563 00000 n -0000072018 00000 n -0000072459 00000 n -0000072880 00000 n -0000075545 00000 n -0000075765 00000 n -0000093291 00000 n -0000093596 00000 n -0000107900 00000 n -0000108184 00000 n -0000123191 00000 n -0000123492 00000 n -0000140588 00000 n -0000141159 00000 n -0000143432 00000 n -0000145705 00000 n -0000147978 00000 n -0000150251 00000 n -0000151334 00000 n -0000151403 00000 n -0000152415 00000 n -0000152589 00000 n -0000152751 00000 n -0000152930 00000 n -0000153131 00000 n -0000153233 00000 n -0000153271 00000 n -0000153534 00000 n +0000140926 00000 n +0000070957 00000 n +0000071535 00000 n +0000071558 00000 n +0000072013 00000 n +0000072454 00000 n +0000072875 00000 n +0000075540 00000 n +0000075760 00000 n +0000093286 00000 n +0000093591 00000 n +0000107895 00000 n +0000108179 00000 n +0000123186 00000 n +0000123487 00000 n +0000140583 00000 n +0000141154 00000 n +0000143427 00000 n +0000145700 00000 n +0000147973 00000 n +0000150246 00000 n +0000151329 00000 n +0000151398 00000 n +0000152410 00000 n +0000152584 00000 n +0000152746 00000 n +0000152925 00000 n +0000153126 00000 n +0000153228 00000 n +0000153266 00000 n +0000153529 00000 n trailer << /Size 339 /Root 337 0 R /Info 338 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -153744 +153739 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-ex-article-no-hyperref.luatex.tpf b/required/latex-lab/testfiles-toc/toc-ex-article-no-hyperref.luatex.tpf index 1634e8562..4ad982b7f 100644 --- a/required/latex-lab/testfiles-toc/toc-ex-article-no-hyperref.luatex.tpf +++ b/required/latex-lab/testfiles-toc/toc-ex-article-no-hyperref.luatex.tpf @@ -1115,7 +1115,7 @@ endobj << /Kids [137 0 R 138 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -1127,16 +1127,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -1869,133 +1869,133 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000044348 00000 n +0000044343 00000 n 0000029093 00000 n 0000031103 00000 n -0000033055 00000 n -0000031682 00000 n +0000033050 00000 n +0000031685 00000 n 0000000012 00000 f -0000031750 00000 n +0000031753 00000 n 0000000014 00000 f -0000031820 00000 n +0000031823 00000 n 0000000020 00000 f -0000032583 00000 n -0000031901 00000 n +0000032588 00000 n +0000031904 00000 n 0000032861 00000 n 0000032690 00000 n -0000032968 00000 n +0000032963 00000 n 0000000000 00000 f -0000033116 00000 n -0000033259 00000 n -0000033359 00000 n -0000033482 00000 n -0000033627 00000 n -0000033795 00000 n -0000033967 00000 n -0000034089 00000 n -0000034229 00000 n -0000034393 00000 n -0000034509 00000 n -0000034673 00000 n -0000034845 00000 n -0000034967 00000 n -0000035069 00000 n -0000035241 00000 n -0000035415 00000 n -0000035537 00000 n -0000035685 00000 n -0000035859 00000 n -0000035982 00000 n -0000036154 00000 n -0000036328 00000 n -0000036451 00000 n -0000036615 00000 n -0000036789 00000 n -0000036912 00000 n -0000037053 00000 n -0000037219 00000 n -0000037321 00000 n -0000037490 00000 n -0000037664 00000 n -0000037787 00000 n -0000037948 00000 n -0000038122 00000 n +0000033111 00000 n +0000033254 00000 n +0000033354 00000 n +0000033477 00000 n +0000033622 00000 n +0000033790 00000 n +0000033962 00000 n +0000034084 00000 n +0000034224 00000 n +0000034388 00000 n +0000034504 00000 n +0000034668 00000 n +0000034840 00000 n +0000034962 00000 n +0000035064 00000 n +0000035236 00000 n +0000035410 00000 n +0000035532 00000 n +0000035680 00000 n +0000035854 00000 n +0000035977 00000 n +0000036149 00000 n +0000036323 00000 n +0000036446 00000 n +0000036610 00000 n +0000036784 00000 n +0000036907 00000 n +0000037048 00000 n +0000037214 00000 n +0000037316 00000 n +0000037485 00000 n +0000037659 00000 n +0000037782 00000 n +0000037943 00000 n +0000038117 00000 n 0000004169 00000 n 0000004034 00000 n 0000000020 00000 n -0000099485 00000 n -0000097533 00000 n -0000046452 00000 n -0000101432 00000 n -0000101593 00000 n -0000038245 00000 n -0000038345 00000 n -0000038468 00000 n -0000038599 00000 n -0000038803 00000 n -0000038975 00000 n -0000039097 00000 n -0000039310 00000 n -0000039482 00000 n -0000039604 00000 n -0000039785 00000 n -0000039957 00000 n +0000099480 00000 n +0000097528 00000 n +0000046447 00000 n +0000101427 00000 n +0000101588 00000 n +0000038240 00000 n +0000038340 00000 n +0000038463 00000 n +0000038594 00000 n +0000038798 00000 n +0000038970 00000 n +0000039092 00000 n +0000039305 00000 n +0000039477 00000 n +0000039599 00000 n +0000039780 00000 n +0000039952 00000 n 0000007616 00000 n 0000007481 00000 n 0000004268 00000 n -0000040079 00000 n -0000040179 00000 n -0000040302 00000 n +0000040074 00000 n +0000040174 00000 n +0000040297 00000 n 0000008252 00000 n 0000008117 00000 n 0000007703 00000 n -0000040481 00000 n -0000040581 00000 n -0000040705 00000 n -0000040805 00000 n -0000040929 00000 n -0000041026 00000 n -0000041114 00000 n -0000041214 00000 n -0000041338 00000 n -0000041438 00000 n -0000041562 00000 n -0000041662 00000 n -0000041786 00000 n -0000041886 00000 n +0000040476 00000 n +0000040576 00000 n +0000040700 00000 n +0000040800 00000 n +0000040924 00000 n +0000041021 00000 n +0000041109 00000 n +0000041209 00000 n +0000041333 00000 n +0000041433 00000 n +0000041557 00000 n +0000041657 00000 n +0000041781 00000 n +0000041881 00000 n 0000011105 00000 n 0000010968 00000 n 0000008339 00000 n -0000042010 00000 n -0000042112 00000 n -0000042238 00000 n -0000042340 00000 n -0000042466 00000 n -0000042565 00000 n +0000042005 00000 n +0000042107 00000 n +0000042233 00000 n +0000042335 00000 n +0000042461 00000 n +0000042560 00000 n 0000013092 00000 n 0000012954 00000 n 0000011192 00000 n -0000042655 00000 n -0000042757 00000 n -0000042883 00000 n -0000042985 00000 n +0000042650 00000 n +0000042752 00000 n +0000042878 00000 n +0000042980 00000 n 0000014057 00000 n 0000013919 00000 n 0000013180 00000 n -0000043111 00000 n -0000043242 00000 n -0000043345 00000 n -0000043471 00000 n -0000043574 00000 n -0000043700 00000 n -0000043800 00000 n +0000043106 00000 n +0000043237 00000 n +0000043340 00000 n +0000043466 00000 n +0000043569 00000 n +0000043695 00000 n +0000043795 00000 n 0000016161 00000 n 0000016023 00000 n 0000014145 00000 n -0000043890 00000 n -0000043993 00000 n -0000044119 00000 n -0000044222 00000 n +0000043885 00000 n +0000043988 00000 n +0000044114 00000 n +0000044217 00000 n 0000016249 00000 n 0000028921 00000 n 0000028783 00000 n @@ -2004,27 +2004,27 @@ xref 0000029555 00000 n 0000030415 00000 n 0000031056 00000 n -0000044469 00000 n -0000044852 00000 n -0000045476 00000 n -0000044885 00000 n -0000045699 00000 n -0000046608 00000 n -0000046811 00000 n -0000047071 00000 n -0000062663 00000 n -0000047371 00000 n -0000077244 00000 n -0000062872 00000 n -0000095536 00000 n -0000077453 00000 n -0000095743 00000 n -0000097695 00000 n -0000099647 00000 n -0000101709 00000 n -0000101827 00000 n +0000044464 00000 n +0000044847 00000 n +0000045471 00000 n +0000044880 00000 n +0000045694 00000 n +0000046603 00000 n +0000046806 00000 n +0000047066 00000 n +0000062658 00000 n +0000047366 00000 n +0000077239 00000 n +0000062867 00000 n +0000095531 00000 n +0000077448 00000 n +0000095738 00000 n +0000097690 00000 n +0000099642 00000 n +0000101704 00000 n +0000101822 00000 n trailer << /Size 159 /Root 157 0 R /Info 158 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -101960 +101955 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-ex-article-no-hyperref.tpf b/required/latex-lab/testfiles-toc/toc-ex-article-no-hyperref.tpf index a4a77f9ec..640263a61 100644 --- a/required/latex-lab/testfiles-toc/toc-ex-article-no-hyperref.tpf +++ b/required/latex-lab/testfiles-toc/toc-ex-article-no-hyperref.tpf @@ -844,7 +844,7 @@ endobj << /Kids [139 0 R 140 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -856,16 +856,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -1998,136 +1998,136 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000046813 00000 n +0000046808 00000 n 0000031093 00000 n 0000033207 00000 n -0000035159 00000 n -0000033786 00000 n +0000035154 00000 n +0000033789 00000 n 0000000012 00000 f -0000033854 00000 n +0000033857 00000 n 0000000014 00000 f -0000033924 00000 n +0000033927 00000 n 0000000020 00000 f -0000034687 00000 n -0000034005 00000 n +0000034692 00000 n +0000034008 00000 n 0000034965 00000 n 0000034794 00000 n -0000035072 00000 n +0000035067 00000 n 0000000000 00000 f -0000035220 00000 n -0000035363 00000 n -0000035463 00000 n +0000035215 00000 n +0000035358 00000 n +0000035458 00000 n 0000006380 00000 n -0000035584 00000 n -0000035729 00000 n -0000035897 00000 n -0000036097 00000 n -0000036217 00000 n -0000036357 00000 n -0000036517 00000 n -0000036633 00000 n -0000036797 00000 n -0000036998 00000 n -0000037118 00000 n -0000037220 00000 n -0000037392 00000 n -0000037595 00000 n -0000037716 00000 n -0000037864 00000 n -0000038067 00000 n -0000038188 00000 n -0000038360 00000 n -0000038563 00000 n -0000038684 00000 n -0000038848 00000 n -0000039051 00000 n -0000039172 00000 n -0000039313 00000 n -0000039475 00000 n -0000039577 00000 n -0000039746 00000 n -0000039949 00000 n -0000040070 00000 n -0000040231 00000 n -0000040434 00000 n +0000035579 00000 n +0000035724 00000 n +0000035892 00000 n +0000036092 00000 n +0000036212 00000 n +0000036352 00000 n +0000036512 00000 n +0000036628 00000 n +0000036792 00000 n +0000036993 00000 n +0000037113 00000 n +0000037215 00000 n +0000037387 00000 n +0000037590 00000 n +0000037711 00000 n +0000037859 00000 n +0000038062 00000 n +0000038183 00000 n +0000038355 00000 n +0000038558 00000 n +0000038679 00000 n +0000038843 00000 n +0000039046 00000 n +0000039167 00000 n +0000039308 00000 n +0000039470 00000 n +0000039572 00000 n +0000039741 00000 n +0000039944 00000 n +0000040065 00000 n +0000040226 00000 n +0000040429 00000 n 0000006515 00000 n 0000000015 00000 n -0000123765 00000 n -0000119221 00000 n -0000121493 00000 n -0000126933 00000 n -0000126037 00000 n -0000127100 00000 n -0000040555 00000 n -0000040655 00000 n +0000123760 00000 n +0000119216 00000 n +0000121488 00000 n +0000126928 00000 n +0000126032 00000 n +0000127095 00000 n +0000040550 00000 n +0000040650 00000 n 0000012444 00000 n -0000040776 00000 n -0000040907 00000 n -0000041111 00000 n -0000041311 00000 n -0000041431 00000 n -0000041644 00000 n -0000041844 00000 n -0000041964 00000 n -0000042145 00000 n -0000042347 00000 n +0000040771 00000 n +0000040902 00000 n +0000041106 00000 n +0000041306 00000 n +0000041426 00000 n +0000041639 00000 n +0000041839 00000 n +0000041959 00000 n +0000042140 00000 n +0000042342 00000 n 0000012579 00000 n 0000006627 00000 n -0000042468 00000 n -0000042568 00000 n +0000042463 00000 n +0000042563 00000 n 0000012972 00000 n -0000042689 00000 n +0000042684 00000 n 0000013107 00000 n 0000012667 00000 n -0000042868 00000 n -0000042968 00000 n +0000042863 00000 n +0000042963 00000 n 0000014824 00000 n -0000043089 00000 n -0000043189 00000 n -0000043310 00000 n -0000043407 00000 n -0000043531 00000 n -0000043631 00000 n -0000043752 00000 n -0000043852 00000 n -0000043973 00000 n -0000044073 00000 n -0000044194 00000 n -0000044295 00000 n +0000043084 00000 n +0000043184 00000 n +0000043305 00000 n +0000043402 00000 n +0000043526 00000 n +0000043626 00000 n +0000043747 00000 n +0000043847 00000 n +0000043968 00000 n +0000044068 00000 n +0000044189 00000 n +0000044290 00000 n 0000014961 00000 n 0000013195 00000 n -0000044417 00000 n -0000044519 00000 n +0000044412 00000 n +0000044514 00000 n 0000016156 00000 n -0000044643 00000 n -0000044745 00000 n -0000044869 00000 n -0000044968 00000 n +0000044638 00000 n +0000044740 00000 n +0000044864 00000 n +0000044963 00000 n 0000016294 00000 n 0000015062 00000 n -0000045095 00000 n -0000045197 00000 n +0000045090 00000 n +0000045192 00000 n 0000016890 00000 n -0000045321 00000 n -0000045423 00000 n +0000045316 00000 n +0000045418 00000 n 0000017028 00000 n 0000016383 00000 n -0000045547 00000 n -0000045678 00000 n -0000045781 00000 n +0000045542 00000 n +0000045673 00000 n +0000045776 00000 n 0000018259 00000 n -0000045905 00000 n -0000046008 00000 n -0000046132 00000 n -0000046232 00000 n +0000045900 00000 n +0000046003 00000 n +0000046127 00000 n +0000046227 00000 n 0000018398 00000 n 0000017117 00000 n -0000127212 00000 n -0000046359 00000 n -0000046462 00000 n +0000127207 00000 n +0000046354 00000 n +0000046457 00000 n 0000030781 00000 n -0000046586 00000 n -0000046689 00000 n +0000046581 00000 n +0000046684 00000 n 0000018487 00000 n 0000030920 00000 n 0000030283 00000 n @@ -2135,35 +2135,35 @@ xref 0000031658 00000 n 0000032518 00000 n 0000033160 00000 n -0000116903 00000 n -0000046934 00000 n -0000047512 00000 n -0000047535 00000 n -0000047990 00000 n -0000048431 00000 n -0000048852 00000 n -0000051517 00000 n -0000051737 00000 n -0000069263 00000 n -0000069568 00000 n -0000083872 00000 n -0000084156 00000 n -0000099163 00000 n -0000099464 00000 n -0000116560 00000 n -0000117131 00000 n -0000119403 00000 n -0000121675 00000 n -0000123947 00000 n -0000126219 00000 n -0000127297 00000 n -0000127365 00000 n -0000127484 00000 n +0000116898 00000 n +0000046929 00000 n +0000047507 00000 n +0000047530 00000 n +0000047985 00000 n +0000048426 00000 n +0000048847 00000 n +0000051512 00000 n +0000051732 00000 n +0000069258 00000 n +0000069563 00000 n +0000083867 00000 n +0000084151 00000 n +0000099158 00000 n +0000099459 00000 n +0000116555 00000 n +0000117126 00000 n +0000119398 00000 n +0000121670 00000 n +0000123942 00000 n +0000126214 00000 n +0000127292 00000 n +0000127360 00000 n +0000127479 00000 n trailer << /Size 166 /Root 164 0 R /Info 165 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -127617 +127612 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-ex-book-hyperref-1.luatex.tpf b/required/latex-lab/testfiles-toc/toc-ex-book-hyperref-1.luatex.tpf index 5f4c6e989..0fd3dc191 100644 --- a/required/latex-lab/testfiles-toc/toc-ex-book-hyperref-1.luatex.tpf +++ b/required/latex-lab/testfiles-toc/toc-ex-book-hyperref-1.luatex.tpf @@ -2032,7 +2032,7 @@ endobj << /Kids [358 0 R 359 0 R 360 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -2044,16 +2044,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -3111,100 +3111,100 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000075274 00000 n +0000075269 00000 n 0000052394 00000 n 0000055882 00000 n -0000057847 00000 n -0000056474 00000 n +0000057842 00000 n +0000056477 00000 n 0000000012 00000 f -0000056542 00000 n +0000056545 00000 n 0000000014 00000 f -0000056612 00000 n +0000056615 00000 n 0000000020 00000 f -0000057375 00000 n -0000056693 00000 n +0000057380 00000 n +0000056696 00000 n 0000057653 00000 n 0000057482 00000 n -0000057760 00000 n +0000057755 00000 n 0000000000 00000 f 0000006093 00000 n -0000057908 00000 n -0000058072 00000 n -0000058173 00000 n -0000058297 00000 n -0000058443 00000 n -0000058612 00000 n -0000058751 00000 n +0000057903 00000 n +0000058067 00000 n +0000058168 00000 n +0000058292 00000 n +0000058438 00000 n +0000058607 00000 n +0000058746 00000 n 0000006352 00000 n -0000058926 00000 n +0000058921 00000 n 0000000020 00000 n -0000059049 00000 n -0000059191 00000 n -0000059330 00000 n +0000059044 00000 n +0000059186 00000 n +0000059325 00000 n 0000006680 00000 n 0000000074 00000 n -0000059463 00000 n -0000059580 00000 n -0000059746 00000 n -0000059886 00000 n +0000059458 00000 n +0000059575 00000 n +0000059741 00000 n +0000059881 00000 n 0000006992 00000 n -0000060061 00000 n +0000060056 00000 n 0000000128 00000 n -0000060184 00000 n -0000060294 00000 n -0000060468 00000 n -0000060608 00000 n +0000060179 00000 n +0000060289 00000 n +0000060463 00000 n +0000060603 00000 n 0000007320 00000 n -0000060785 00000 n +0000060780 00000 n 0000000182 00000 n -0000060909 00000 n -0000061059 00000 n -0000061199 00000 n +0000060904 00000 n +0000061054 00000 n +0000061194 00000 n 0000007659 00000 n -0000061376 00000 n +0000061371 00000 n 0000000236 00000 n -0000061500 00000 n -0000061603 00000 n -0000061789 00000 n -0000061929 00000 n +0000061495 00000 n +0000061598 00000 n +0000061784 00000 n +0000061924 00000 n 0000007997 00000 n -0000062106 00000 n +0000062101 00000 n 0000000290 00000 n -0000062230 00000 n -0000062372 00000 n -0000062512 00000 n +0000062225 00000 n +0000062367 00000 n +0000062507 00000 n 0000008361 00000 n -0000062689 00000 n +0000062684 00000 n 0000000344 00000 n -0000062813 00000 n -0000062987 00000 n -0000063127 00000 n +0000062808 00000 n +0000062982 00000 n +0000063122 00000 n 0000008723 00000 n -0000063304 00000 n +0000063299 00000 n 0000000398 00000 n -0000063428 00000 n -0000063594 00000 n -0000063734 00000 n +0000063423 00000 n +0000063589 00000 n +0000063729 00000 n 0000009052 00000 n -0000063911 00000 n +0000063906 00000 n 0000000452 00000 n -0000064035 00000 n -0000064177 00000 n -0000064317 00000 n +0000064030 00000 n +0000064172 00000 n +0000064312 00000 n 0000009381 00000 n 0000000506 00000 n -0000064451 00000 n -0000064554 00000 n -0000064724 00000 n -0000064864 00000 n +0000064446 00000 n +0000064549 00000 n +0000064719 00000 n +0000064859 00000 n 0000009695 00000 n -0000065041 00000 n +0000065036 00000 n 0000000560 00000 n -0000065165 00000 n -0000065327 00000 n -0000065467 00000 n +0000065160 00000 n +0000065322 00000 n +0000065462 00000 n 0000010024 00000 n -0000065644 00000 n +0000065639 00000 n 0000000614 00000 n 0000010702 00000 n 0000000668 00000 n @@ -3214,11 +3214,11 @@ xref 0000010531 00000 n 0000010585 00000 n 0000010648 00000 n -0000145544 00000 n -0000143591 00000 n -0000077583 00000 n -0000147492 00000 n -0000149606 00000 n +0000145539 00000 n +0000143586 00000 n +0000077578 00000 n +0000147487 00000 n +0000149601 00000 n 0000006247 00000 n 0000018391 00000 n 0000018455 00000 n @@ -3249,28 +3249,28 @@ xref 0000010806 00000 n 0000011188 00000 n 0000011252 00000 n -0000149444 00000 n -0000065768 00000 n -0000065871 00000 n -0000065998 00000 n -0000066134 00000 n -0000066343 00000 n -0000066486 00000 n +0000149439 00000 n +0000065763 00000 n +0000065866 00000 n +0000065993 00000 n +0000066129 00000 n +0000066338 00000 n +0000066481 00000 n 0000015075 00000 n -0000066667 00000 n +0000066662 00000 n 0000014875 00000 n 0000011384 00000 n -0000066793 00000 n -0000067010 00000 n -0000067153 00000 n +0000066788 00000 n +0000067005 00000 n +0000067148 00000 n 0000015409 00000 n -0000067334 00000 n +0000067329 00000 n 0000011441 00000 n -0000067460 00000 n -0000067645 00000 n -0000067789 00000 n +0000067455 00000 n +0000067640 00000 n +0000067784 00000 n 0000015744 00000 n -0000067971 00000 n +0000067966 00000 n 0000011498 00000 n 0000016315 00000 n 0000011555 00000 n @@ -3290,13 +3290,13 @@ xref 0000016406 00000 n 0000017001 00000 n 0000017065 00000 n -0000068098 00000 n -0000068201 00000 n -0000068328 00000 n -0000068431 00000 n -0000068558 00000 n -0000068661 00000 n -0000068788 00000 n +0000068093 00000 n +0000068196 00000 n +0000068323 00000 n +0000068426 00000 n +0000068553 00000 n +0000068656 00000 n +0000068783 00000 n 0000018628 00000 n 0000018133 00000 n 0000017210 00000 n @@ -3307,42 +3307,42 @@ xref 0000018719 00000 n 0000019335 00000 n 0000019399 00000 n -0000069024 00000 n -0000069128 00000 n -0000069255 00000 n -0000069359 00000 n -0000069486 00000 n -0000069590 00000 n -0000069728 00000 n +0000069019 00000 n +0000069123 00000 n +0000069250 00000 n +0000069354 00000 n +0000069481 00000 n +0000069585 00000 n +0000069723 00000 n 0000021750 00000 n 0000021566 00000 n 0000019545 00000 n -0000069865 00000 n -0000069966 00000 n +0000069860 00000 n +0000069961 00000 n 0000022440 00000 n 0000019602 00000 n 0000022083 00000 n 0000022147 00000 n 0000021721 00000 n -0000070057 00000 n -0000070161 00000 n -0000070288 00000 n -0000070392 00000 n +0000070052 00000 n +0000070156 00000 n +0000070283 00000 n +0000070387 00000 n 0000023917 00000 n 0000023540 00000 n 0000022531 00000 n 0000023679 00000 n 0000023743 00000 n -0000070519 00000 n -0000070623 00000 n -0000070750 00000 n -0000070854 00000 n -0000070981 00000 n -0000071085 00000 n -0000071212 00000 n -0000071316 00000 n -0000071443 00000 n -0000071547 00000 n +0000070514 00000 n +0000070618 00000 n +0000070745 00000 n +0000070849 00000 n +0000070976 00000 n +0000071080 00000 n +0000071207 00000 n +0000071311 00000 n +0000071438 00000 n +0000071542 00000 n 0000026428 00000 n 0000025813 00000 n 0000024021 00000 n @@ -3353,35 +3353,35 @@ xref 0000026532 00000 n 0000027245 00000 n 0000027309 00000 n -0000071674 00000 n -0000071778 00000 n -0000071905 00000 n -0000072009 00000 n -0000072136 00000 n -0000072240 00000 n -0000072378 00000 n +0000071669 00000 n +0000071773 00000 n +0000071900 00000 n +0000072004 00000 n +0000072131 00000 n +0000072235 00000 n +0000072373 00000 n 0000029571 00000 n 0000029386 00000 n 0000027455 00000 n -0000072515 00000 n -0000072616 00000 n +0000072510 00000 n +0000072611 00000 n 0000030261 00000 n 0000027512 00000 n 0000029904 00000 n 0000029968 00000 n -0000149757 00000 n +0000149752 00000 n 0000029542 00000 n 0000031192 00000 n 0000030933 00000 n 0000030352 00000 n 0000031073 00000 n 0000031137 00000 n -0000072707 00000 n -0000072811 00000 n -0000072938 00000 n -0000073042 00000 n -0000073169 00000 n -0000073273 00000 n +0000072702 00000 n +0000072806 00000 n +0000072933 00000 n +0000073037 00000 n +0000073164 00000 n +0000073268 00000 n 0000032468 00000 n 0000032091 00000 n 0000031283 00000 n @@ -3392,19 +3392,19 @@ xref 0000032559 00000 n 0000033275 00000 n 0000033339 00000 n -0000073400 00000 n -0000073548 00000 n -0000073652 00000 n -0000073779 00000 n -0000073883 00000 n -0000074010 00000 n -0000074114 00000 n -0000074252 00000 n +0000073395 00000 n +0000073543 00000 n +0000073647 00000 n +0000073774 00000 n +0000073878 00000 n +0000074005 00000 n +0000074109 00000 n +0000074247 00000 n 0000035710 00000 n 0000035525 00000 n 0000033484 00000 n -0000074389 00000 n -0000074490 00000 n +0000074384 00000 n +0000074485 00000 n 0000036520 00000 n 0000033541 00000 n 0000036044 00000 n @@ -3415,12 +3415,12 @@ xref 0000036611 00000 n 0000037329 00000 n 0000037393 00000 n -0000074581 00000 n -0000074685 00000 n -0000074812 00000 n -0000074916 00000 n -0000075043 00000 n -0000075147 00000 n +0000074576 00000 n +0000074680 00000 n +0000074807 00000 n +0000074911 00000 n +0000075038 00000 n +0000075142 00000 n 0000037539 00000 n 0000050530 00000 n 0000050153 00000 n @@ -3429,76 +3429,76 @@ xref 0000050357 00000 n 0000050668 00000 n 0000050705 00000 n -0000151087 00000 n +0000151082 00000 n 0000050764 00000 n 0000050853 00000 n -0000150955 00000 n +0000150950 00000 n 0000050909 00000 n 0000050963 00000 n -0000150837 00000 n +0000150832 00000 n 0000051022 00000 n 0000051109 00000 n -0000150758 00000 n +0000150753 00000 n 0000051170 00000 n 0000051267 00000 n -0000150640 00000 n +0000150635 00000 n 0000051328 00000 n 0000051392 00000 n -0000150561 00000 n +0000150556 00000 n 0000051458 00000 n 0000051570 00000 n -0000150482 00000 n +0000150477 00000 n 0000051636 00000 n 0000051690 00000 n -0000150389 00000 n +0000150384 00000 n 0000051749 00000 n 0000051846 00000 n -0000150310 00000 n +0000150305 00000 n 0000051905 00000 n 0000051992 00000 n -0000150192 00000 n +0000150187 00000 n 0000052048 00000 n 0000052102 00000 n -0000150113 00000 n +0000150108 00000 n 0000052161 00000 n 0000052253 00000 n -0000150034 00000 n +0000150029 00000 n 0000052312 00000 n 0000053355 00000 n 0000054267 00000 n 0000055225 00000 n 0000055827 00000 n -0000075395 00000 n -0000075584 00000 n -0000075983 00000 n -0000076607 00000 n -0000076016 00000 n -0000076830 00000 n -0000077740 00000 n -0000077943 00000 n -0000078205 00000 n -0000093788 00000 n -0000078507 00000 n -0000108699 00000 n -0000093997 00000 n -0000127914 00000 n -0000108908 00000 n -0000141592 00000 n -0000128121 00000 n -0000141801 00000 n -0000143754 00000 n -0000145707 00000 n -0000147654 00000 n -0000149884 00000 n -0000149957 00000 n -0000151166 00000 n -0000151836 00000 n -0000151991 00000 n -0000152083 00000 n -0000152121 00000 n -0000152384 00000 n +0000075390 00000 n +0000075579 00000 n +0000075978 00000 n +0000076602 00000 n +0000076011 00000 n +0000076825 00000 n +0000077735 00000 n +0000077938 00000 n +0000078200 00000 n +0000093783 00000 n +0000078502 00000 n +0000108694 00000 n +0000093992 00000 n +0000127909 00000 n +0000108903 00000 n +0000141587 00000 n +0000128116 00000 n +0000141796 00000 n +0000143749 00000 n +0000145702 00000 n +0000147649 00000 n +0000149879 00000 n +0000149952 00000 n +0000151161 00000 n +0000151831 00000 n +0000151986 00000 n +0000152078 00000 n +0000152116 00000 n +0000152379 00000 n trailer << /Size 391 /Root 389 0 R /Info 390 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -152594 +152589 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-ex-book-hyperref-1.tpf b/required/latex-lab/testfiles-toc/toc-ex-book-hyperref-1.tpf index 0ad5ba373..1ca0b72e1 100644 --- a/required/latex-lab/testfiles-toc/toc-ex-book-hyperref-1.tpf +++ b/required/latex-lab/testfiles-toc/toc-ex-book-hyperref-1.tpf @@ -1901,7 +1901,7 @@ endobj << /Kids [357 0 R 358 0 R 359 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -1913,16 +1913,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -3920,100 +3920,100 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000079085 00000 n +0000079080 00000 n 0000054900 00000 n 0000058659 00000 n -0000060624 00000 n -0000059251 00000 n +0000060619 00000 n +0000059254 00000 n 0000000012 00000 f -0000059319 00000 n +0000059322 00000 n 0000000014 00000 f -0000059389 00000 n +0000059392 00000 n 0000000020 00000 f -0000060152 00000 n -0000059470 00000 n +0000060157 00000 n +0000059473 00000 n 0000060430 00000 n 0000060259 00000 n -0000060537 00000 n +0000060532 00000 n 0000000000 00000 f 0000011103 00000 n -0000060685 00000 n -0000060849 00000 n -0000060950 00000 n -0000061072 00000 n -0000061218 00000 n -0000061387 00000 n -0000061588 00000 n +0000060680 00000 n +0000060844 00000 n +0000060945 00000 n +0000061067 00000 n +0000061213 00000 n +0000061382 00000 n +0000061583 00000 n 0000011337 00000 n -0000061759 00000 n +0000061754 00000 n 0000000015 00000 n -0000061880 00000 n -0000062022 00000 n -0000062224 00000 n +0000061875 00000 n +0000062017 00000 n +0000062219 00000 n 0000011664 00000 n 0000000069 00000 n -0000062355 00000 n -0000062472 00000 n -0000062638 00000 n -0000062842 00000 n +0000062350 00000 n +0000062467 00000 n +0000062633 00000 n +0000062837 00000 n 0000011976 00000 n -0000063015 00000 n +0000063010 00000 n 0000000123 00000 n -0000063137 00000 n -0000063247 00000 n -0000063421 00000 n -0000063625 00000 n +0000063132 00000 n +0000063242 00000 n +0000063416 00000 n +0000063620 00000 n 0000012302 00000 n -0000063798 00000 n +0000063793 00000 n 0000000177 00000 n -0000063920 00000 n -0000064070 00000 n -0000064274 00000 n +0000063915 00000 n +0000064065 00000 n +0000064269 00000 n 0000012639 00000 n -0000064447 00000 n +0000064442 00000 n 0000000231 00000 n -0000064569 00000 n -0000064672 00000 n -0000064858 00000 n -0000065062 00000 n +0000064564 00000 n +0000064667 00000 n +0000064853 00000 n +0000065057 00000 n 0000012975 00000 n -0000065235 00000 n +0000065230 00000 n 0000000285 00000 n -0000065357 00000 n -0000065499 00000 n -0000065703 00000 n +0000065352 00000 n +0000065494 00000 n +0000065698 00000 n 0000013337 00000 n -0000065876 00000 n +0000065871 00000 n 0000000339 00000 n -0000065998 00000 n -0000066172 00000 n -0000066376 00000 n +0000065993 00000 n +0000066167 00000 n +0000066371 00000 n 0000013699 00000 n -0000066549 00000 n +0000066544 00000 n 0000000393 00000 n -0000066671 00000 n -0000066837 00000 n -0000067041 00000 n +0000066666 00000 n +0000066832 00000 n +0000067036 00000 n 0000014025 00000 n -0000067214 00000 n +0000067209 00000 n 0000000447 00000 n -0000067336 00000 n -0000067478 00000 n -0000067682 00000 n +0000067331 00000 n +0000067473 00000 n +0000067677 00000 n 0000014351 00000 n 0000000501 00000 n -0000067814 00000 n -0000067917 00000 n -0000068087 00000 n -0000068291 00000 n +0000067809 00000 n +0000067912 00000 n +0000068082 00000 n +0000068286 00000 n 0000014663 00000 n -0000068464 00000 n +0000068459 00000 n 0000000555 00000 n -0000068586 00000 n -0000068748 00000 n -0000068952 00000 n +0000068581 00000 n +0000068743 00000 n +0000068947 00000 n 0000014990 00000 n -0000069125 00000 n +0000069120 00000 n 0000000609 00000 n 0000015655 00000 n 0000000663 00000 n @@ -4023,12 +4023,12 @@ xref 0000015490 00000 n 0000015542 00000 n 0000015603 00000 n -0000204134 00000 n -0000195042 00000 n -0000197315 00000 n -0000209576 00000 n -0000206407 00000 n -0000209744 00000 n +0000204129 00000 n +0000195037 00000 n +0000197310 00000 n +0000209571 00000 n +0000206402 00000 n +0000209739 00000 n 0000025528 00000 n 0000025590 00000 n 0000025642 00000 n @@ -4058,28 +4058,28 @@ xref 0000015773 00000 n 0000016111 00000 n 0000016173 00000 n -0000208680 00000 n -0000069247 00000 n -0000069350 00000 n +0000208675 00000 n +0000069242 00000 n +0000069345 00000 n 0000022478 00000 n -0000069475 00000 n -0000069611 00000 n -0000069820 00000 n -0000070027 00000 n +0000069470 00000 n +0000069606 00000 n +0000069815 00000 n +0000070022 00000 n 0000022653 00000 n -0000070204 00000 n +0000070199 00000 n 0000016304 00000 n -0000070328 00000 n -0000070545 00000 n -0000070754 00000 n +0000070323 00000 n +0000070540 00000 n +0000070749 00000 n 0000022986 00000 n -0000070932 00000 n +0000070927 00000 n 0000016361 00000 n -0000071056 00000 n -0000071241 00000 n -0000071451 00000 n +0000071051 00000 n +0000071236 00000 n +0000071446 00000 n 0000023319 00000 n -0000071630 00000 n +0000071625 00000 n 0000016418 00000 n 0000023880 00000 n 0000016475 00000 n @@ -4098,62 +4098,62 @@ xref 0000023972 00000 n 0000024419 00000 n 0000024481 00000 n -0000071755 00000 n -0000071858 00000 n +0000071750 00000 n +0000071853 00000 n 0000025274 00000 n -0000071983 00000 n -0000072086 00000 n -0000072211 00000 n -0000072314 00000 n -0000072439 00000 n +0000071978 00000 n +0000072081 00000 n +0000072206 00000 n +0000072309 00000 n +0000072434 00000 n 0000025757 00000 n 0000024625 00000 n 0000025413 00000 n 0000025475 00000 n -0000201861 00000 n +0000201856 00000 n 0000026435 00000 n 0000026181 00000 n 0000025862 00000 n 0000026320 00000 n 0000026382 00000 n -0000072675 00000 n -0000072779 00000 n +0000072670 00000 n +0000072774 00000 n 0000027844 00000 n -0000072904 00000 n -0000073008 00000 n -0000073133 00000 n -0000073237 00000 n -0000073406 00000 n +0000072899 00000 n +0000073003 00000 n +0000073128 00000 n +0000073232 00000 n +0000073401 00000 n 0000028003 00000 n 0000026527 00000 n -0000073541 00000 n -0000073642 00000 n +0000073536 00000 n +0000073637 00000 n 0000028681 00000 n 0000026584 00000 n 0000028336 00000 n 0000028398 00000 n -0000209860 00000 n -0000073770 00000 n -0000073874 00000 n +0000209855 00000 n +0000073765 00000 n +0000073869 00000 n 0000029432 00000 n -0000073999 00000 n -0000074103 00000 n +0000073994 00000 n +0000074098 00000 n 0000029801 00000 n 0000028786 00000 n 0000029571 00000 n 0000029633 00000 n -0000199588 00000 n -0000074228 00000 n -0000074332 00000 n +0000199583 00000 n +0000074223 00000 n +0000074327 00000 n 0000031038 00000 n -0000074457 00000 n -0000074561 00000 n -0000074686 00000 n -0000074790 00000 n -0000074915 00000 n -0000075019 00000 n -0000075144 00000 n -0000075248 00000 n +0000074452 00000 n +0000074556 00000 n +0000074681 00000 n +0000074785 00000 n +0000074910 00000 n +0000075014 00000 n +0000075139 00000 n +0000075243 00000 n 0000031637 00000 n 0000029906 00000 n 0000031177 00000 n @@ -4163,18 +4163,18 @@ xref 0000031755 00000 n 0000032261 00000 n 0000032323 00000 n -0000075373 00000 n -0000075477 00000 n +0000075368 00000 n +0000075472 00000 n 0000033743 00000 n -0000075602 00000 n -0000075706 00000 n -0000075831 00000 n -0000075935 00000 n -0000076104 00000 n +0000075597 00000 n +0000075701 00000 n +0000075826 00000 n +0000075930 00000 n +0000076099 00000 n 0000033903 00000 n 0000032468 00000 n -0000076239 00000 n -0000076340 00000 n +0000076234 00000 n +0000076335 00000 n 0000034581 00000 n 0000032525 00000 n 0000034236 00000 n @@ -4184,36 +4184,36 @@ xref 0000034686 00000 n 0000035195 00000 n 0000035257 00000 n -0000076468 00000 n -0000076572 00000 n +0000076463 00000 n +0000076567 00000 n 0000035985 00000 n -0000076697 00000 n -0000076801 00000 n -0000076926 00000 n -0000077030 00000 n +0000076692 00000 n +0000076796 00000 n +0000076921 00000 n +0000077025 00000 n 0000036354 00000 n 0000035402 00000 n 0000036125 00000 n 0000036187 00000 n -0000209977 00000 n +0000209972 00000 n 0000037080 00000 n 0000036826 00000 n 0000036459 00000 n 0000036966 00000 n 0000037028 00000 n -0000077155 00000 n -0000077303 00000 n -0000077407 00000 n +0000077150 00000 n +0000077298 00000 n +0000077402 00000 n 0000038504 00000 n -0000077532 00000 n -0000077636 00000 n -0000077761 00000 n -0000077865 00000 n -0000078034 00000 n +0000077527 00000 n +0000077631 00000 n +0000077756 00000 n +0000077860 00000 n +0000078029 00000 n 0000038664 00000 n 0000037172 00000 n -0000078169 00000 n -0000078270 00000 n +0000078164 00000 n +0000078265 00000 n 0000039457 00000 n 0000037229 00000 n 0000038997 00000 n @@ -4223,13 +4223,13 @@ xref 0000039562 00000 n 0000040070 00000 n 0000040132 00000 n -0000078398 00000 n -0000078502 00000 n +0000078393 00000 n +0000078497 00000 n 0000052665 00000 n -0000078627 00000 n -0000078731 00000 n -0000078856 00000 n -0000078960 00000 n +0000078622 00000 n +0000078726 00000 n +0000078851 00000 n +0000078955 00000 n 0000040277 00000 n 0000053034 00000 n 0000052084 00000 n @@ -4237,95 +4237,95 @@ xref 0000052867 00000 n 0000053186 00000 n 0000053223 00000 n -0000211294 00000 n +0000211289 00000 n 0000053282 00000 n 0000053370 00000 n -0000211162 00000 n +0000211157 00000 n 0000053426 00000 n 0000053479 00000 n -0000211044 00000 n +0000211039 00000 n 0000053538 00000 n 0000053624 00000 n -0000210965 00000 n +0000210960 00000 n 0000053685 00000 n 0000053781 00000 n -0000210847 00000 n +0000210842 00000 n 0000053842 00000 n 0000053905 00000 n -0000210768 00000 n +0000210763 00000 n 0000053971 00000 n 0000054082 00000 n -0000210689 00000 n +0000210684 00000 n 0000054148 00000 n 0000054201 00000 n -0000210596 00000 n +0000210591 00000 n 0000054260 00000 n 0000054356 00000 n -0000210517 00000 n +0000210512 00000 n 0000054415 00000 n 0000054501 00000 n -0000210399 00000 n +0000210394 00000 n 0000054557 00000 n 0000054610 00000 n -0000210320 00000 n +0000210315 00000 n 0000054669 00000 n 0000054760 00000 n -0000210241 00000 n +0000210236 00000 n 0000054819 00000 n 0000056132 00000 n 0000057044 00000 n 0000058002 00000 n 0000058604 00000 n -0000192689 00000 n -0000079206 00000 n -0000079639 00000 n -0000080060 00000 n -0000080326 00000 n -0000081618 00000 n -0000081641 00000 n -0000082090 00000 n -0000082531 00000 n -0000082865 00000 n -0000085530 00000 n -0000085750 00000 n -0000103240 00000 n -0000103541 00000 n -0000117099 00000 n -0000117370 00000 n -0000128738 00000 n -0000129000 00000 n -0000140730 00000 n -0000140993 00000 n -0000155966 00000 n -0000156241 00000 n -0000175899 00000 n -0000176268 00000 n -0000192396 00000 n -0000192952 00000 n -0000195225 00000 n -0000197498 00000 n -0000199771 00000 n -0000202044 00000 n -0000204317 00000 n -0000206590 00000 n -0000208862 00000 n -0000210086 00000 n -0000210164 00000 n -0000211373 00000 n -0000211561 00000 n -0000211751 00000 n -0000211919 00000 n -0000212085 00000 n -0000212247 00000 n -0000212432 00000 n -0000212552 00000 n -0000212590 00000 n -0000212853 00000 n +0000192684 00000 n +0000079201 00000 n +0000079634 00000 n +0000080055 00000 n +0000080321 00000 n +0000081613 00000 n +0000081636 00000 n +0000082085 00000 n +0000082526 00000 n +0000082860 00000 n +0000085525 00000 n +0000085745 00000 n +0000103235 00000 n +0000103536 00000 n +0000117094 00000 n +0000117365 00000 n +0000128733 00000 n +0000128995 00000 n +0000140725 00000 n +0000140988 00000 n +0000155961 00000 n +0000156236 00000 n +0000175894 00000 n +0000176263 00000 n +0000192391 00000 n +0000192947 00000 n +0000195220 00000 n +0000197493 00000 n +0000199766 00000 n +0000202039 00000 n +0000204312 00000 n +0000206585 00000 n +0000208857 00000 n +0000210081 00000 n +0000210159 00000 n +0000211368 00000 n +0000211556 00000 n +0000211746 00000 n +0000211914 00000 n +0000212080 00000 n +0000212242 00000 n +0000212427 00000 n +0000212547 00000 n +0000212585 00000 n +0000212848 00000 n trailer << /Size 406 /Root 404 0 R /Info 405 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -213063 +213058 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-ex-book-no-hyperref.luatex.tpf b/required/latex-lab/testfiles-toc/toc-ex-book-no-hyperref.luatex.tpf index 67cab3d85..f0cf70d2e 100644 --- a/required/latex-lab/testfiles-toc/toc-ex-book-no-hyperref.luatex.tpf +++ b/required/latex-lab/testfiles-toc/toc-ex-book-no-hyperref.luatex.tpf @@ -1571,7 +1571,7 @@ endobj << /Kids [193 0 R 194 0 R 195 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -1583,16 +1583,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -2545,189 +2545,189 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000058354 00000 n +0000058349 00000 n 0000038728 00000 n 0000041568 00000 n -0000043533 00000 n -0000042160 00000 n +0000043528 00000 n +0000042163 00000 n 0000000012 00000 f -0000042228 00000 n +0000042231 00000 n 0000000014 00000 f -0000042298 00000 n +0000042301 00000 n 0000000020 00000 f -0000043061 00000 n -0000042379 00000 n +0000043066 00000 n +0000042382 00000 n 0000043339 00000 n 0000043168 00000 n -0000043446 00000 n +0000043441 00000 n 0000000000 00000 f -0000043594 00000 n -0000043752 00000 n -0000043853 00000 n -0000043977 00000 n -0000044123 00000 n -0000044292 00000 n -0000044465 00000 n -0000044588 00000 n -0000044729 00000 n -0000044894 00000 n -0000045011 00000 n -0000045176 00000 n -0000045349 00000 n -0000045472 00000 n -0000045582 00000 n -0000045755 00000 n -0000045930 00000 n -0000046053 00000 n -0000046202 00000 n -0000046377 00000 n -0000046501 00000 n -0000046604 00000 n -0000046789 00000 n -0000046964 00000 n -0000047088 00000 n -0000047229 00000 n -0000047404 00000 n -0000047528 00000 n -0000047701 00000 n -0000047876 00000 n -0000048000 00000 n -0000048165 00000 n -0000048340 00000 n -0000048464 00000 n -0000048606 00000 n -0000048773 00000 n -0000048876 00000 n -0000049046 00000 n -0000049221 00000 n -0000049345 00000 n -0000049507 00000 n -0000049682 00000 n +0000043589 00000 n +0000043747 00000 n +0000043848 00000 n +0000043972 00000 n +0000044118 00000 n +0000044287 00000 n +0000044460 00000 n +0000044583 00000 n +0000044724 00000 n +0000044889 00000 n +0000045006 00000 n +0000045171 00000 n +0000045344 00000 n +0000045467 00000 n +0000045577 00000 n +0000045750 00000 n +0000045925 00000 n +0000046048 00000 n +0000046197 00000 n +0000046372 00000 n +0000046496 00000 n +0000046599 00000 n +0000046784 00000 n +0000046959 00000 n +0000047083 00000 n +0000047224 00000 n +0000047399 00000 n +0000047523 00000 n +0000047696 00000 n +0000047871 00000 n +0000047995 00000 n +0000048160 00000 n +0000048335 00000 n +0000048459 00000 n +0000048601 00000 n +0000048768 00000 n +0000048871 00000 n +0000049041 00000 n +0000049216 00000 n +0000049340 00000 n +0000049502 00000 n +0000049677 00000 n 0000005329 00000 n 0000005194 00000 n 0000000020 00000 n -0000128622 00000 n -0000126670 00000 n -0000060663 00000 n -0000130569 00000 n -0000132681 00000 n +0000128617 00000 n +0000126665 00000 n +0000060658 00000 n +0000130564 00000 n +0000132676 00000 n 0000005805 00000 n 0000005670 00000 n 0000005428 00000 n -0000132520 00000 n -0000049806 00000 n -0000049907 00000 n -0000050031 00000 n -0000050163 00000 n -0000050369 00000 n -0000050542 00000 n -0000050665 00000 n -0000050879 00000 n -0000051052 00000 n -0000051175 00000 n -0000051357 00000 n -0000051530 00000 n +0000132515 00000 n +0000049801 00000 n +0000049902 00000 n +0000050026 00000 n +0000050158 00000 n +0000050364 00000 n +0000050537 00000 n +0000050660 00000 n +0000050874 00000 n +0000051047 00000 n +0000051170 00000 n +0000051352 00000 n +0000051525 00000 n 0000009256 00000 n 0000009121 00000 n 0000005880 00000 n 0000009933 00000 n 0000009798 00000 n 0000009343 00000 n -0000051653 00000 n -0000051754 00000 n -0000051879 00000 n -0000051980 00000 n -0000052105 00000 n -0000052206 00000 n -0000052331 00000 n +0000051648 00000 n +0000051749 00000 n +0000051874 00000 n +0000051975 00000 n +0000052100 00000 n +0000052201 00000 n +0000052326 00000 n 0000011081 00000 n 0000010943 00000 n 0000010020 00000 n 0000011784 00000 n 0000011646 00000 n 0000011169 00000 n -0000052566 00000 n -0000052669 00000 n -0000052796 00000 n -0000052899 00000 n -0000053026 00000 n -0000053129 00000 n -0000053256 00000 n -0000053356 00000 n +0000052561 00000 n +0000052664 00000 n +0000052791 00000 n +0000052894 00000 n +0000053021 00000 n +0000053124 00000 n +0000053251 00000 n +0000053351 00000 n 0000013943 00000 n 0000013805 00000 n 0000011872 00000 n -0000053447 00000 n -0000053550 00000 n -0000053677 00000 n -0000053780 00000 n +0000053442 00000 n +0000053545 00000 n +0000053672 00000 n +0000053775 00000 n 0000015178 00000 n 0000015040 00000 n 0000014031 00000 n -0000053907 00000 n -0000054010 00000 n -0000054137 00000 n -0000054240 00000 n -0000054367 00000 n -0000054470 00000 n -0000054597 00000 n -0000054700 00000 n -0000054827 00000 n -0000054930 00000 n +0000053902 00000 n +0000054005 00000 n +0000054132 00000 n +0000054235 00000 n +0000054362 00000 n +0000054465 00000 n +0000054592 00000 n +0000054695 00000 n +0000054822 00000 n +0000054925 00000 n 0000017208 00000 n 0000017070 00000 n 0000015278 00000 n 0000018020 00000 n 0000017882 00000 n 0000017308 00000 n -0000055057 00000 n -0000055160 00000 n -0000055287 00000 n -0000055390 00000 n -0000055517 00000 n -0000055620 00000 n -0000055747 00000 n -0000055847 00000 n +0000055052 00000 n +0000055155 00000 n +0000055282 00000 n +0000055385 00000 n +0000055512 00000 n +0000055615 00000 n +0000055742 00000 n +0000055842 00000 n 0000020091 00000 n 0000019951 00000 n 0000018108 00000 n -0000132828 00000 n +0000132823 00000 n 0000020900 00000 n 0000020760 00000 n 0000020179 00000 n -0000055938 00000 n -0000056041 00000 n -0000056168 00000 n -0000056271 00000 n -0000056398 00000 n -0000056501 00000 n +0000055933 00000 n +0000056036 00000 n +0000056163 00000 n +0000056266 00000 n +0000056393 00000 n +0000056496 00000 n 0000021936 00000 n 0000021796 00000 n 0000020988 00000 n 0000022740 00000 n 0000022600 00000 n 0000022024 00000 n -0000056628 00000 n -0000056776 00000 n -0000056880 00000 n -0000057007 00000 n -0000057111 00000 n -0000057238 00000 n -0000057342 00000 n -0000057469 00000 n -0000057570 00000 n +0000056623 00000 n +0000056771 00000 n +0000056875 00000 n +0000057002 00000 n +0000057106 00000 n +0000057233 00000 n +0000057337 00000 n +0000057464 00000 n +0000057565 00000 n 0000024921 00000 n 0000024781 00000 n 0000022828 00000 n 0000025727 00000 n 0000025587 00000 n 0000025009 00000 n -0000057661 00000 n -0000057765 00000 n -0000057892 00000 n -0000057996 00000 n -0000058123 00000 n -0000058227 00000 n +0000057656 00000 n +0000057760 00000 n +0000057887 00000 n +0000057991 00000 n +0000058118 00000 n +0000058222 00000 n 0000025815 00000 n 0000038556 00000 n 0000038416 00000 n @@ -2737,32 +2737,32 @@ xref 0000040284 00000 n 0000041235 00000 n 0000041513 00000 n -0000058475 00000 n -0000058664 00000 n -0000059063 00000 n -0000059687 00000 n -0000059096 00000 n -0000059910 00000 n -0000060819 00000 n -0000061022 00000 n -0000061284 00000 n -0000076867 00000 n -0000061586 00000 n -0000091778 00000 n -0000077076 00000 n -0000110993 00000 n -0000091987 00000 n -0000124671 00000 n -0000111200 00000 n -0000124880 00000 n -0000126832 00000 n -0000128784 00000 n -0000130730 00000 n -0000132955 00000 n -0000133027 00000 n -0000133146 00000 n +0000058470 00000 n +0000058659 00000 n +0000059058 00000 n +0000059682 00000 n +0000059091 00000 n +0000059905 00000 n +0000060814 00000 n +0000061017 00000 n +0000061279 00000 n +0000076862 00000 n +0000061581 00000 n +0000091773 00000 n +0000077071 00000 n +0000110988 00000 n +0000091982 00000 n +0000124666 00000 n +0000111195 00000 n +0000124875 00000 n +0000126827 00000 n +0000128779 00000 n +0000130725 00000 n +0000132950 00000 n +0000133022 00000 n +0000133141 00000 n trailer << /Size 221 /Root 219 0 R /Info 220 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -133279 +133274 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-ex-book-no-hyperref.tpf b/required/latex-lab/testfiles-toc/toc-ex-book-no-hyperref.tpf index cab17fd70..3d5f2b7a2 100644 --- a/required/latex-lab/testfiles-toc/toc-ex-book-no-hyperref.tpf +++ b/required/latex-lab/testfiles-toc/toc-ex-book-no-hyperref.tpf @@ -1229,7 +1229,7 @@ endobj << /Kids [197 0 R 198 0 R 199 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -1241,16 +1241,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -3027,194 +3027,194 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000061078 00000 n +0000061073 00000 n 0000040900 00000 n 0000043865 00000 n -0000045830 00000 n -0000044457 00000 n +0000045825 00000 n +0000044460 00000 n 0000000012 00000 f -0000044525 00000 n +0000044528 00000 n 0000000014 00000 f -0000044595 00000 n +0000044598 00000 n 0000000020 00000 f -0000045358 00000 n -0000044676 00000 n +0000045363 00000 n +0000044679 00000 n 0000045636 00000 n 0000045465 00000 n -0000045743 00000 n +0000045738 00000 n 0000000000 00000 f -0000045891 00000 n -0000046050 00000 n -0000046151 00000 n +0000045886 00000 n +0000046045 00000 n +0000046146 00000 n 0000009722 00000 n -0000046273 00000 n -0000046419 00000 n -0000046588 00000 n -0000046789 00000 n -0000046910 00000 n -0000047052 00000 n -0000047213 00000 n -0000047330 00000 n -0000047496 00000 n -0000047698 00000 n -0000047819 00000 n -0000047929 00000 n -0000048103 00000 n -0000048307 00000 n -0000048429 00000 n -0000048579 00000 n -0000048783 00000 n -0000048905 00000 n -0000049008 00000 n -0000049194 00000 n -0000049398 00000 n -0000049520 00000 n -0000049662 00000 n -0000049866 00000 n -0000049988 00000 n -0000050162 00000 n -0000050366 00000 n -0000050488 00000 n -0000050654 00000 n -0000050858 00000 n -0000050980 00000 n -0000051122 00000 n -0000051285 00000 n -0000051388 00000 n -0000051558 00000 n -0000051762 00000 n -0000051884 00000 n -0000052046 00000 n -0000052250 00000 n +0000046268 00000 n +0000046414 00000 n +0000046583 00000 n +0000046784 00000 n +0000046905 00000 n +0000047047 00000 n +0000047208 00000 n +0000047325 00000 n +0000047491 00000 n +0000047693 00000 n +0000047814 00000 n +0000047924 00000 n +0000048098 00000 n +0000048302 00000 n +0000048424 00000 n +0000048574 00000 n +0000048778 00000 n +0000048900 00000 n +0000049003 00000 n +0000049189 00000 n +0000049393 00000 n +0000049515 00000 n +0000049657 00000 n +0000049861 00000 n +0000049983 00000 n +0000050157 00000 n +0000050361 00000 n +0000050483 00000 n +0000050649 00000 n +0000050853 00000 n +0000050975 00000 n +0000051117 00000 n +0000051280 00000 n +0000051383 00000 n +0000051553 00000 n +0000051757 00000 n +0000051879 00000 n +0000052041 00000 n +0000052245 00000 n 0000009857 00000 n 0000000015 00000 n -0000186125 00000 n -0000177035 00000 n -0000179307 00000 n -0000191564 00000 n -0000188397 00000 n -0000191731 00000 n +0000186120 00000 n +0000177030 00000 n +0000179302 00000 n +0000191559 00000 n +0000188392 00000 n +0000191726 00000 n 0000010302 00000 n 0000010167 00000 n 0000009969 00000 n -0000190669 00000 n -0000052372 00000 n -0000052473 00000 n +0000190664 00000 n +0000052367 00000 n +0000052468 00000 n 0000016197 00000 n -0000052595 00000 n -0000052727 00000 n -0000052933 00000 n -0000053134 00000 n -0000053255 00000 n -0000053469 00000 n -0000053670 00000 n -0000053791 00000 n -0000053973 00000 n -0000054176 00000 n +0000052590 00000 n +0000052722 00000 n +0000052928 00000 n +0000053129 00000 n +0000053250 00000 n +0000053464 00000 n +0000053665 00000 n +0000053786 00000 n +0000053968 00000 n +0000054171 00000 n 0000016332 00000 n 0000010378 00000 n 0000016862 00000 n 0000016727 00000 n 0000016420 00000 n -0000054298 00000 n -0000054399 00000 n +0000054293 00000 n +0000054394 00000 n 0000017599 00000 n -0000054521 00000 n -0000054622 00000 n -0000054744 00000 n -0000054846 00000 n -0000054969 00000 n +0000054516 00000 n +0000054617 00000 n +0000054739 00000 n +0000054841 00000 n +0000054964 00000 n 0000017736 00000 n 0000016950 00000 n -0000183852 00000 n +0000183847 00000 n 0000018295 00000 n 0000018157 00000 n 0000017838 00000 n -0000055205 00000 n -0000055309 00000 n +0000055200 00000 n +0000055304 00000 n 0000019595 00000 n -0000055434 00000 n -0000055538 00000 n -0000055663 00000 n -0000055767 00000 n -0000055892 00000 n -0000055993 00000 n +0000055429 00000 n +0000055533 00000 n +0000055658 00000 n +0000055762 00000 n +0000055887 00000 n +0000055988 00000 n 0000019734 00000 n 0000018384 00000 n -0000191842 00000 n -0000056121 00000 n -0000056225 00000 n +0000191837 00000 n +0000056116 00000 n +0000056220 00000 n 0000020482 00000 n -0000056350 00000 n -0000056454 00000 n +0000056345 00000 n +0000056449 00000 n 0000020621 00000 n 0000019836 00000 n -0000181579 00000 n -0000056579 00000 n -0000056683 00000 n +0000181574 00000 n +0000056574 00000 n +0000056678 00000 n 0000021855 00000 n -0000056808 00000 n -0000056912 00000 n -0000057037 00000 n -0000057141 00000 n -0000057266 00000 n -0000057370 00000 n -0000057495 00000 n -0000057599 00000 n +0000056803 00000 n +0000056907 00000 n +0000057032 00000 n +0000057136 00000 n +0000057261 00000 n +0000057365 00000 n +0000057490 00000 n +0000057594 00000 n 0000021994 00000 n 0000020723 00000 n 0000022614 00000 n 0000022475 00000 n 0000022108 00000 n -0000057724 00000 n -0000057828 00000 n +0000057719 00000 n +0000057823 00000 n 0000023872 00000 n -0000057953 00000 n -0000058057 00000 n -0000058182 00000 n -0000058286 00000 n -0000058411 00000 n -0000058512 00000 n +0000057948 00000 n +0000058052 00000 n +0000058177 00000 n +0000058281 00000 n +0000058406 00000 n +0000058507 00000 n 0000024012 00000 n 0000022703 00000 n 0000024623 00000 n 0000024483 00000 n 0000024114 00000 n -0000058640 00000 n -0000058744 00000 n +0000058635 00000 n +0000058739 00000 n 0000025295 00000 n -0000058869 00000 n -0000058973 00000 n -0000059098 00000 n -0000059202 00000 n +0000058864 00000 n +0000058968 00000 n +0000059093 00000 n +0000059197 00000 n 0000025435 00000 n 0000024712 00000 n -0000191959 00000 n +0000191954 00000 n 0000026044 00000 n 0000025904 00000 n 0000025537 00000 n -0000059327 00000 n -0000059475 00000 n -0000059579 00000 n +0000059322 00000 n +0000059470 00000 n +0000059574 00000 n 0000027360 00000 n -0000059704 00000 n -0000059808 00000 n -0000059933 00000 n -0000060037 00000 n -0000060162 00000 n -0000060263 00000 n +0000059699 00000 n +0000059803 00000 n +0000059928 00000 n +0000060032 00000 n +0000060157 00000 n +0000060258 00000 n 0000027500 00000 n 0000026133 00000 n 0000028110 00000 n 0000027970 00000 n 0000027602 00000 n -0000060391 00000 n -0000060495 00000 n +0000060386 00000 n +0000060490 00000 n 0000040574 00000 n -0000060620 00000 n -0000060724 00000 n -0000060849 00000 n -0000060953 00000 n +0000060615 00000 n +0000060719 00000 n +0000060844 00000 n +0000060948 00000 n 0000028199 00000 n 0000040714 00000 n 0000039993 00000 n @@ -3223,47 +3223,47 @@ xref 0000042579 00000 n 0000043532 00000 n 0000043810 00000 n -0000174682 00000 n -0000061199 00000 n -0000061632 00000 n -0000062053 00000 n -0000062319 00000 n -0000063611 00000 n -0000063634 00000 n -0000064083 00000 n -0000064524 00000 n -0000064858 00000 n -0000067523 00000 n -0000067743 00000 n -0000085233 00000 n -0000085534 00000 n -0000099092 00000 n -0000099363 00000 n -0000110731 00000 n -0000110993 00000 n -0000122723 00000 n -0000122986 00000 n -0000137959 00000 n -0000138234 00000 n -0000157892 00000 n -0000158261 00000 n -0000174389 00000 n -0000174945 00000 n -0000177217 00000 n -0000179489 00000 n -0000181762 00000 n -0000184035 00000 n -0000186307 00000 n -0000188579 00000 n -0000190850 00000 n -0000192068 00000 n -0000192145 00000 n -0000192264 00000 n +0000174677 00000 n +0000061194 00000 n +0000061627 00000 n +0000062048 00000 n +0000062314 00000 n +0000063606 00000 n +0000063629 00000 n +0000064078 00000 n +0000064519 00000 n +0000064853 00000 n +0000067518 00000 n +0000067738 00000 n +0000085228 00000 n +0000085529 00000 n +0000099087 00000 n +0000099358 00000 n +0000110726 00000 n +0000110988 00000 n +0000122718 00000 n +0000122981 00000 n +0000137954 00000 n +0000138229 00000 n +0000157887 00000 n +0000158256 00000 n +0000174384 00000 n +0000174940 00000 n +0000177212 00000 n +0000179484 00000 n +0000181757 00000 n +0000184030 00000 n +0000186302 00000 n +0000188574 00000 n +0000190845 00000 n +0000192063 00000 n +0000192140 00000 n +0000192259 00000 n trailer << /Size 237 /Root 235 0 R /Info 236 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -192397 +192392 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-ex-book-tocdepth.luatex.tpf b/required/latex-lab/testfiles-toc/toc-ex-book-tocdepth.luatex.tpf index 1e891e328..d8010118d 100644 --- a/required/latex-lab/testfiles-toc/toc-ex-book-tocdepth.luatex.tpf +++ b/required/latex-lab/testfiles-toc/toc-ex-book-tocdepth.luatex.tpf @@ -1571,7 +1571,7 @@ endobj << /Kids [193 0 R 194 0 R 195 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -1583,16 +1583,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -2545,189 +2545,189 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000058421 00000 n +0000058416 00000 n 0000038795 00000 n 0000041635 00000 n -0000043600 00000 n -0000042227 00000 n +0000043595 00000 n +0000042230 00000 n 0000000012 00000 f -0000042295 00000 n +0000042298 00000 n 0000000014 00000 f -0000042365 00000 n +0000042368 00000 n 0000000020 00000 f -0000043128 00000 n -0000042446 00000 n +0000043133 00000 n +0000042449 00000 n 0000043406 00000 n 0000043235 00000 n -0000043513 00000 n +0000043508 00000 n 0000000000 00000 f -0000043661 00000 n -0000043819 00000 n -0000043920 00000 n -0000044044 00000 n -0000044190 00000 n -0000044359 00000 n -0000044532 00000 n -0000044655 00000 n -0000044796 00000 n -0000044961 00000 n -0000045078 00000 n -0000045243 00000 n -0000045416 00000 n -0000045539 00000 n -0000045649 00000 n -0000045822 00000 n -0000045997 00000 n -0000046120 00000 n -0000046269 00000 n -0000046444 00000 n -0000046568 00000 n -0000046671 00000 n -0000046856 00000 n -0000047031 00000 n -0000047155 00000 n -0000047296 00000 n -0000047471 00000 n -0000047595 00000 n -0000047768 00000 n -0000047943 00000 n -0000048067 00000 n -0000048232 00000 n -0000048407 00000 n -0000048531 00000 n -0000048673 00000 n -0000048840 00000 n -0000048943 00000 n -0000049113 00000 n -0000049288 00000 n -0000049412 00000 n -0000049574 00000 n -0000049749 00000 n +0000043656 00000 n +0000043814 00000 n +0000043915 00000 n +0000044039 00000 n +0000044185 00000 n +0000044354 00000 n +0000044527 00000 n +0000044650 00000 n +0000044791 00000 n +0000044956 00000 n +0000045073 00000 n +0000045238 00000 n +0000045411 00000 n +0000045534 00000 n +0000045644 00000 n +0000045817 00000 n +0000045992 00000 n +0000046115 00000 n +0000046264 00000 n +0000046439 00000 n +0000046563 00000 n +0000046666 00000 n +0000046851 00000 n +0000047026 00000 n +0000047150 00000 n +0000047291 00000 n +0000047466 00000 n +0000047590 00000 n +0000047763 00000 n +0000047938 00000 n +0000048062 00000 n +0000048227 00000 n +0000048402 00000 n +0000048526 00000 n +0000048668 00000 n +0000048835 00000 n +0000048938 00000 n +0000049108 00000 n +0000049283 00000 n +0000049407 00000 n +0000049569 00000 n +0000049744 00000 n 0000005330 00000 n 0000005188 00000 n 0000000020 00000 n -0000128689 00000 n -0000126737 00000 n -0000060730 00000 n -0000130636 00000 n -0000132748 00000 n +0000128684 00000 n +0000126732 00000 n +0000060725 00000 n +0000130631 00000 n +0000132743 00000 n 0000005813 00000 n 0000005671 00000 n 0000005429 00000 n -0000132587 00000 n -0000049873 00000 n -0000049974 00000 n -0000050098 00000 n -0000050230 00000 n -0000050436 00000 n -0000050609 00000 n -0000050732 00000 n -0000050946 00000 n -0000051119 00000 n -0000051242 00000 n -0000051424 00000 n -0000051597 00000 n +0000132582 00000 n +0000049868 00000 n +0000049969 00000 n +0000050093 00000 n +0000050225 00000 n +0000050431 00000 n +0000050604 00000 n +0000050727 00000 n +0000050941 00000 n +0000051114 00000 n +0000051237 00000 n +0000051419 00000 n +0000051592 00000 n 0000009268 00000 n 0000009126 00000 n 0000005888 00000 n 0000009952 00000 n 0000009810 00000 n 0000009355 00000 n -0000051720 00000 n -0000051821 00000 n -0000051946 00000 n -0000052047 00000 n -0000052172 00000 n -0000052273 00000 n -0000052398 00000 n +0000051715 00000 n +0000051816 00000 n +0000051941 00000 n +0000052042 00000 n +0000052167 00000 n +0000052268 00000 n +0000052393 00000 n 0000011101 00000 n 0000010956 00000 n 0000010039 00000 n 0000011812 00000 n 0000011667 00000 n 0000011189 00000 n -0000052633 00000 n -0000052736 00000 n -0000052863 00000 n -0000052966 00000 n -0000053093 00000 n -0000053196 00000 n -0000053323 00000 n -0000053423 00000 n +0000052628 00000 n +0000052731 00000 n +0000052858 00000 n +0000052961 00000 n +0000053088 00000 n +0000053191 00000 n +0000053318 00000 n +0000053418 00000 n 0000013972 00000 n 0000013827 00000 n 0000011900 00000 n -0000053514 00000 n -0000053617 00000 n -0000053744 00000 n -0000053847 00000 n +0000053509 00000 n +0000053612 00000 n +0000053739 00000 n +0000053842 00000 n 0000015219 00000 n 0000015074 00000 n 0000014060 00000 n -0000053974 00000 n -0000054077 00000 n -0000054204 00000 n -0000054307 00000 n -0000054434 00000 n -0000054537 00000 n -0000054664 00000 n -0000054767 00000 n -0000054894 00000 n -0000054997 00000 n +0000053969 00000 n +0000054072 00000 n +0000054199 00000 n +0000054302 00000 n +0000054429 00000 n +0000054532 00000 n +0000054659 00000 n +0000054762 00000 n +0000054889 00000 n +0000054992 00000 n 0000017249 00000 n 0000017104 00000 n 0000015319 00000 n 0000018071 00000 n 0000017926 00000 n 0000017349 00000 n -0000055124 00000 n -0000055227 00000 n -0000055354 00000 n -0000055457 00000 n -0000055584 00000 n -0000055687 00000 n -0000055814 00000 n -0000055914 00000 n +0000055119 00000 n +0000055222 00000 n +0000055349 00000 n +0000055452 00000 n +0000055579 00000 n +0000055682 00000 n +0000055809 00000 n +0000055909 00000 n 0000020139 00000 n 0000019992 00000 n 0000018159 00000 n -0000132895 00000 n +0000132890 00000 n 0000020957 00000 n 0000020810 00000 n 0000020227 00000 n -0000056005 00000 n -0000056108 00000 n -0000056235 00000 n -0000056338 00000 n -0000056465 00000 n -0000056568 00000 n +0000056000 00000 n +0000056103 00000 n +0000056230 00000 n +0000056333 00000 n +0000056460 00000 n +0000056563 00000 n 0000021994 00000 n 0000021847 00000 n 0000021045 00000 n 0000022806 00000 n 0000022659 00000 n 0000022082 00000 n -0000056695 00000 n -0000056843 00000 n -0000056947 00000 n -0000057074 00000 n -0000057178 00000 n -0000057305 00000 n -0000057409 00000 n -0000057536 00000 n -0000057637 00000 n +0000056690 00000 n +0000056838 00000 n +0000056942 00000 n +0000057069 00000 n +0000057173 00000 n +0000057300 00000 n +0000057404 00000 n +0000057531 00000 n +0000057632 00000 n 0000024986 00000 n 0000024839 00000 n 0000022894 00000 n 0000025798 00000 n 0000025651 00000 n 0000025074 00000 n -0000057728 00000 n -0000057832 00000 n -0000057959 00000 n -0000058063 00000 n -0000058190 00000 n -0000058294 00000 n +0000057723 00000 n +0000057827 00000 n +0000057954 00000 n +0000058058 00000 n +0000058185 00000 n +0000058289 00000 n 0000025886 00000 n 0000038623 00000 n 0000038476 00000 n @@ -2737,32 +2737,32 @@ xref 0000040351 00000 n 0000041302 00000 n 0000041580 00000 n -0000058542 00000 n -0000058731 00000 n -0000059130 00000 n -0000059754 00000 n -0000059163 00000 n -0000059977 00000 n -0000060886 00000 n -0000061089 00000 n -0000061351 00000 n -0000076934 00000 n -0000061653 00000 n -0000091845 00000 n -0000077143 00000 n -0000111060 00000 n -0000092054 00000 n -0000124738 00000 n -0000111267 00000 n -0000124947 00000 n -0000126899 00000 n -0000128851 00000 n -0000130797 00000 n -0000133022 00000 n -0000133094 00000 n -0000133213 00000 n +0000058537 00000 n +0000058726 00000 n +0000059125 00000 n +0000059749 00000 n +0000059158 00000 n +0000059972 00000 n +0000060881 00000 n +0000061084 00000 n +0000061346 00000 n +0000076929 00000 n +0000061648 00000 n +0000091840 00000 n +0000077138 00000 n +0000111055 00000 n +0000092049 00000 n +0000124733 00000 n +0000111262 00000 n +0000124942 00000 n +0000126894 00000 n +0000128846 00000 n +0000130792 00000 n +0000133017 00000 n +0000133089 00000 n +0000133208 00000 n trailer << /Size 221 /Root 219 0 R /Info 220 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -133346 +133341 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-ex-book-tocdepth.tpf b/required/latex-lab/testfiles-toc/toc-ex-book-tocdepth.tpf index 17a9a5af3..12adffd28 100644 --- a/required/latex-lab/testfiles-toc/toc-ex-book-tocdepth.tpf +++ b/required/latex-lab/testfiles-toc/toc-ex-book-tocdepth.tpf @@ -1229,7 +1229,7 @@ endobj << /Kids [197 0 R 198 0 R 199 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> endobj 9 0 obj << /Type /Namespace /NS (http://iso.org/pdf/ssn) >> @@ -1241,16 +1241,16 @@ endobj << /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >> endobj 16 0 obj -<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/P 11 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> +<< /title [/Title 11 0 R] /part [/Title 11 0 R] /section [/H1 11 0 R] /subsection [/H2 11 0 R] /subsubsection [/H3 11 0 R] /paragraph [/H4 11 0 R] /subparagraph [/H5 11 0 R] /list [/L 11 0 R] /itemize [/L 11 0 R] /enumerate [/L 11 0 R] /description [/L 11 0 R] /quote [/BlockQuote 9 0 R] /quotation [/BlockQuote 9 0 R] /verbatim [/Code 9 0 R] /item [/LI 11 0 R] /itemlabel [/Lbl 11 0 R] /itembody [/LBody 11 0 R] /footnote [/FENote 11 0 R] /footnotemark [/Lbl 11 0 R] /footnotelabel [/Lbl 11 0 R] /text-unit [/Part 11 0 R] /text [/P 11 0 R] /theorem-like [/Sect 11 0 R] /codeline [/Sub 11 0 R] /float [/Aside 11 0 R] /figures [/Sect 11 0 R] /tables [/Sect 11 0 R] >> endobj 15 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 16 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt) /RoleMapNS 16 0 R >> endobj 18 0 obj << /chapter [/H1 11 0 R] /section [/H2 11 0 R] /subsection [/H3 11 0 R] /subsubsection [/H4 11 0 R] /paragraph [/H5 11 0 R] /subparagraph [/H6 11 0 R] >> endobj 17 0 obj -<< /Type /Namespace /NS (https://www.latex-project.org/ns/book/2022) /RoleMapNS 18 0 R >> +<< /Type /Namespace /NS (https://www.latex-project.org/ns/book) /RoleMapNS 18 0 R >> endobj 19 0 obj << /Type /Namespace /NS (data:,A63761E-9D7-4FBB-9B27-C3BC8D9BFB06) >> @@ -3027,194 +3027,194 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000010 00000 f -0000061194 00000 n +0000061189 00000 n 0000041016 00000 n 0000043981 00000 n -0000045946 00000 n -0000044573 00000 n +0000045941 00000 n +0000044576 00000 n 0000000012 00000 f -0000044641 00000 n +0000044644 00000 n 0000000014 00000 f -0000044711 00000 n +0000044714 00000 n 0000000020 00000 f -0000045474 00000 n -0000044792 00000 n +0000045479 00000 n +0000044795 00000 n 0000045752 00000 n 0000045581 00000 n -0000045859 00000 n +0000045854 00000 n 0000000000 00000 f -0000046007 00000 n -0000046166 00000 n -0000046267 00000 n +0000046002 00000 n +0000046161 00000 n +0000046262 00000 n 0000009729 00000 n -0000046389 00000 n -0000046535 00000 n -0000046704 00000 n -0000046905 00000 n -0000047026 00000 n -0000047168 00000 n -0000047329 00000 n -0000047446 00000 n -0000047612 00000 n -0000047814 00000 n -0000047935 00000 n -0000048045 00000 n -0000048219 00000 n -0000048423 00000 n -0000048545 00000 n -0000048695 00000 n -0000048899 00000 n -0000049021 00000 n -0000049124 00000 n -0000049310 00000 n -0000049514 00000 n -0000049636 00000 n -0000049778 00000 n -0000049982 00000 n -0000050104 00000 n -0000050278 00000 n -0000050482 00000 n -0000050604 00000 n -0000050770 00000 n -0000050974 00000 n -0000051096 00000 n -0000051238 00000 n -0000051401 00000 n -0000051504 00000 n -0000051674 00000 n -0000051878 00000 n -0000052000 00000 n -0000052162 00000 n -0000052366 00000 n +0000046384 00000 n +0000046530 00000 n +0000046699 00000 n +0000046900 00000 n +0000047021 00000 n +0000047163 00000 n +0000047324 00000 n +0000047441 00000 n +0000047607 00000 n +0000047809 00000 n +0000047930 00000 n +0000048040 00000 n +0000048214 00000 n +0000048418 00000 n +0000048540 00000 n +0000048690 00000 n +0000048894 00000 n +0000049016 00000 n +0000049119 00000 n +0000049305 00000 n +0000049509 00000 n +0000049631 00000 n +0000049773 00000 n +0000049977 00000 n +0000050099 00000 n +0000050273 00000 n +0000050477 00000 n +0000050599 00000 n +0000050765 00000 n +0000050969 00000 n +0000051091 00000 n +0000051233 00000 n +0000051396 00000 n +0000051499 00000 n +0000051669 00000 n +0000051873 00000 n +0000051995 00000 n +0000052157 00000 n +0000052361 00000 n 0000009871 00000 n 0000000015 00000 n -0000186241 00000 n -0000177151 00000 n -0000179423 00000 n -0000191680 00000 n -0000188513 00000 n -0000191847 00000 n +0000186236 00000 n +0000177146 00000 n +0000179418 00000 n +0000191675 00000 n +0000188508 00000 n +0000191842 00000 n 0000010323 00000 n 0000010181 00000 n 0000009983 00000 n -0000190785 00000 n -0000052488 00000 n -0000052589 00000 n +0000190780 00000 n +0000052483 00000 n +0000052584 00000 n 0000016224 00000 n -0000052711 00000 n -0000052843 00000 n -0000053049 00000 n -0000053250 00000 n -0000053371 00000 n -0000053585 00000 n -0000053786 00000 n -0000053907 00000 n -0000054089 00000 n -0000054292 00000 n +0000052706 00000 n +0000052838 00000 n +0000053044 00000 n +0000053245 00000 n +0000053366 00000 n +0000053580 00000 n +0000053781 00000 n +0000053902 00000 n +0000054084 00000 n +0000054287 00000 n 0000016366 00000 n 0000010399 00000 n 0000016903 00000 n 0000016761 00000 n 0000016454 00000 n -0000054414 00000 n -0000054515 00000 n +0000054409 00000 n +0000054510 00000 n 0000017637 00000 n -0000054637 00000 n -0000054738 00000 n -0000054860 00000 n -0000054962 00000 n -0000055085 00000 n +0000054632 00000 n +0000054733 00000 n +0000054855 00000 n +0000054957 00000 n +0000055080 00000 n 0000017781 00000 n 0000016991 00000 n -0000183968 00000 n +0000183963 00000 n 0000018355 00000 n 0000018210 00000 n 0000017883 00000 n -0000055321 00000 n -0000055425 00000 n +0000055316 00000 n +0000055420 00000 n 0000019649 00000 n -0000055550 00000 n -0000055654 00000 n -0000055779 00000 n -0000055883 00000 n -0000056008 00000 n -0000056109 00000 n +0000055545 00000 n +0000055649 00000 n +0000055774 00000 n +0000055878 00000 n +0000056003 00000 n +0000056104 00000 n 0000019795 00000 n 0000018444 00000 n -0000191958 00000 n -0000056237 00000 n -0000056341 00000 n +0000191953 00000 n +0000056232 00000 n +0000056336 00000 n 0000020543 00000 n -0000056466 00000 n -0000056570 00000 n +0000056461 00000 n +0000056565 00000 n 0000020689 00000 n 0000019897 00000 n -0000181695 00000 n -0000056695 00000 n -0000056799 00000 n +0000181690 00000 n +0000056690 00000 n +0000056794 00000 n 0000021918 00000 n -0000056924 00000 n -0000057028 00000 n -0000057153 00000 n -0000057257 00000 n -0000057382 00000 n -0000057486 00000 n -0000057611 00000 n -0000057715 00000 n +0000056919 00000 n +0000057023 00000 n +0000057148 00000 n +0000057252 00000 n +0000057377 00000 n +0000057481 00000 n +0000057606 00000 n +0000057710 00000 n 0000022064 00000 n 0000020791 00000 n 0000022691 00000 n 0000022545 00000 n 0000022178 00000 n -0000057840 00000 n -0000057944 00000 n +0000057835 00000 n +0000057939 00000 n 0000023947 00000 n -0000058069 00000 n -0000058173 00000 n -0000058298 00000 n -0000058402 00000 n -0000058527 00000 n -0000058628 00000 n +0000058064 00000 n +0000058168 00000 n +0000058293 00000 n +0000058397 00000 n +0000058522 00000 n +0000058623 00000 n 0000024094 00000 n 0000022780 00000 n 0000024716 00000 n 0000024569 00000 n 0000024196 00000 n -0000058756 00000 n -0000058860 00000 n +0000058751 00000 n +0000058855 00000 n 0000025385 00000 n -0000058985 00000 n -0000059089 00000 n -0000059214 00000 n -0000059318 00000 n +0000058980 00000 n +0000059084 00000 n +0000059209 00000 n +0000059313 00000 n 0000025532 00000 n 0000024805 00000 n -0000192075 00000 n +0000192070 00000 n 0000026148 00000 n 0000026001 00000 n 0000025634 00000 n -0000059443 00000 n -0000059591 00000 n -0000059695 00000 n +0000059438 00000 n +0000059586 00000 n +0000059690 00000 n 0000027461 00000 n -0000059820 00000 n -0000059924 00000 n -0000060049 00000 n -0000060153 00000 n -0000060278 00000 n -0000060379 00000 n +0000059815 00000 n +0000059919 00000 n +0000060044 00000 n +0000060148 00000 n +0000060273 00000 n +0000060374 00000 n 0000027608 00000 n 0000026237 00000 n 0000028225 00000 n 0000028078 00000 n 0000027710 00000 n -0000060507 00000 n -0000060611 00000 n +0000060502 00000 n +0000060606 00000 n 0000040683 00000 n -0000060736 00000 n -0000060840 00000 n -0000060965 00000 n -0000061069 00000 n +0000060731 00000 n +0000060835 00000 n +0000060960 00000 n +0000061064 00000 n 0000028314 00000 n 0000040830 00000 n 0000040105 00000 n @@ -3223,47 +3223,47 @@ xref 0000042695 00000 n 0000043648 00000 n 0000043926 00000 n -0000174798 00000 n -0000061315 00000 n -0000061748 00000 n -0000062169 00000 n -0000062435 00000 n -0000063727 00000 n -0000063750 00000 n -0000064199 00000 n -0000064640 00000 n -0000064974 00000 n -0000067639 00000 n -0000067859 00000 n -0000085349 00000 n -0000085650 00000 n -0000099208 00000 n -0000099479 00000 n -0000110847 00000 n -0000111109 00000 n -0000122839 00000 n -0000123102 00000 n -0000138075 00000 n -0000138350 00000 n -0000158008 00000 n -0000158377 00000 n -0000174505 00000 n -0000175061 00000 n -0000177333 00000 n -0000179605 00000 n -0000181878 00000 n -0000184151 00000 n -0000186423 00000 n -0000188695 00000 n -0000190966 00000 n -0000192184 00000 n -0000192261 00000 n -0000192380 00000 n +0000174793 00000 n +0000061310 00000 n +0000061743 00000 n +0000062164 00000 n +0000062430 00000 n +0000063722 00000 n +0000063745 00000 n +0000064194 00000 n +0000064635 00000 n +0000064969 00000 n +0000067634 00000 n +0000067854 00000 n +0000085344 00000 n +0000085645 00000 n +0000099203 00000 n +0000099474 00000 n +0000110842 00000 n +0000111104 00000 n +0000122834 00000 n +0000123097 00000 n +0000138070 00000 n +0000138345 00000 n +0000158003 00000 n +0000158372 00000 n +0000174500 00000 n +0000175056 00000 n +0000177328 00000 n +0000179600 00000 n +0000181873 00000 n +0000184146 00000 n +0000186418 00000 n +0000188690 00000 n +0000190961 00000 n +0000192179 00000 n +0000192256 00000 n +0000192375 00000 n trailer << /Size 237 /Root 235 0 R /Info 236 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -192513 +192508 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-manual-addcontentsline.luatex.tpf b/required/latex-lab/testfiles-toc/toc-manual-addcontentsline.luatex.tpf index 009178c2d..ec23de402 100644 --- a/required/latex-lab/testfiles-toc/toc-manual-addcontentsline.luatex.tpf +++ b/required/latex-lab/testfiles-toc/toc-manual-addcontentsline.luatex.tpf @@ -371,7 +371,7 @@ endobj << /Kids [44 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> endobj 46 0 obj << /raggedright <> @@ -1039,74 +1039,74 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000017487 00000 n +0000017490 00000 n 0000014003 00000 n 0000014482 00000 n 0000000000 00000 f -0000015181 00000 n -0000015275 00000 n -0000015351 00000 n -0000015427 00000 n -0000015518 00000 n -0000015954 00000 n -0000016042 00000 n -0000016169 00000 n -0000016282 00000 n -0000016407 00000 n -0000016560 00000 n -0000016709 00000 n +0000015184 00000 n +0000015278 00000 n +0000015354 00000 n +0000015430 00000 n +0000015521 00000 n +0000015957 00000 n +0000016045 00000 n +0000016172 00000 n +0000016285 00000 n +0000016410 00000 n +0000016563 00000 n +0000016712 00000 n 0000000827 00000 n 0000000692 00000 n 0000000020 00000 n -0000065319 00000 n -0000063371 00000 n -0000067262 00000 n -0000069367 00000 n +0000065322 00000 n +0000063374 00000 n +0000067265 00000 n +0000069370 00000 n 0000001315 00000 n 0000001180 00000 n 0000000938 00000 n -0000069209 00000 n -0000016862 00000 n -0000016953 00000 n -0000017061 00000 n -0000017149 00000 n -0000017276 00000 n -0000017364 00000 n +0000069212 00000 n +0000016865 00000 n +0000016956 00000 n +0000017064 00000 n +0000017152 00000 n +0000017279 00000 n +0000017367 00000 n 0000001414 00000 n 0000013809 00000 n 0000013674 00000 n 0000013212 00000 n -0000019288 00000 n +0000019291 00000 n 0000013967 00000 n 0000014099 00000 n 0000014445 00000 n -0000015074 00000 n -0000017605 00000 n -0000018300 00000 n -0000017637 00000 n -0000017710 00000 n -0000018536 00000 n -0000019442 00000 n -0000019642 00000 n -0000019719 00000 n -0000019912 00000 n -0000020109 00000 n -0000031578 00000 n -0000020260 00000 n -0000040575 00000 n -0000031830 00000 n -0000052508 00000 n -0000040820 00000 n -0000061346 00000 n -0000052765 00000 n -0000061582 00000 n -0000063530 00000 n -0000065478 00000 n -0000067420 00000 n -0000069443 00000 n -0000069558 00000 n +0000015077 00000 n +0000017608 00000 n +0000018303 00000 n +0000017640 00000 n +0000017713 00000 n +0000018539 00000 n +0000019445 00000 n +0000019645 00000 n +0000019722 00000 n +0000019915 00000 n +0000020112 00000 n +0000031581 00000 n +0000020263 00000 n +0000040578 00000 n +0000031833 00000 n +0000052511 00000 n +0000040823 00000 n +0000061349 00000 n +0000052768 00000 n +0000061585 00000 n +0000063533 00000 n +0000065481 00000 n +0000067423 00000 n +0000069446 00000 n +0000069561 00000 n trailer << /Size 71 /Root 69 0 R /Info 70 0 R /ID [ <2350CAD05F8A7AF0AA4058486855344F> <2350CAD05F8A7AF0AA4058486855344F> ] >> startxref -69690 +69693 %%EOF diff --git a/required/latex-lab/testfiles-toc/toc-manual-addcontentsline.tpf b/required/latex-lab/testfiles-toc/toc-manual-addcontentsline.tpf index 6c7e1a900..f053f84d2 100644 --- a/required/latex-lab/testfiles-toc/toc-manual-addcontentsline.tpf +++ b/required/latex-lab/testfiles-toc/toc-manual-addcontentsline.tpf @@ -387,7 +387,7 @@ endobj << /Kids [43 0 R] >> endobj 7 0 obj -<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> +<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Code /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >> endobj 45 0 obj << /raggedright <> @@ -1224,71 +1224,71 @@ xref 0000000003 00000 f 0000000004 00000 f 0000000008 00000 f -0000017200 00000 n +0000017203 00000 n 0000013729 00000 n 0000014209 00000 n 0000000000 00000 f -0000014908 00000 n -0000015002 00000 n -0000015078 00000 n -0000015154 00000 n -0000015245 00000 n -0000015681 00000 n -0000015769 00000 n +0000014911 00000 n +0000015005 00000 n +0000015081 00000 n +0000015157 00000 n +0000015248 00000 n +0000015684 00000 n +0000015772 00000 n 0000000606 00000 n -0000015894 00000 n -0000016007 00000 n -0000016132 00000 n -0000016281 00000 n -0000016430 00000 n +0000015897 00000 n +0000016010 00000 n +0000016135 00000 n +0000016284 00000 n +0000016433 00000 n 0000000741 00000 n 0000000015 00000 n -0000063876 00000 n -0000061609 00000 n -0000066143 00000 n -0000068587 00000 n +0000063879 00000 n +0000061612 00000 n +0000066146 00000 n +0000068590 00000 n 0000001186 00000 n 0000001051 00000 n 0000000853 00000 n -0000068410 00000 n -0000016579 00000 n -0000016670 00000 n -0000016778 00000 n -0000016866 00000 n +0000068413 00000 n +0000016582 00000 n +0000016673 00000 n +0000016781 00000 n +0000016869 00000 n 0000013411 00000 n -0000016991 00000 n -0000017079 00000 n +0000016994 00000 n +0000017082 00000 n 0000001286 00000 n 0000013546 00000 n 0000013081 00000 n 0000013693 00000 n 0000013826 00000 n 0000014172 00000 n -0000014801 00000 n -0000059379 00000 n -0000017318 00000 n -0000017438 00000 n -0000017861 00000 n -0000018295 00000 n -0000018606 00000 n -0000032242 00000 n -0000032485 00000 n -0000043023 00000 n -0000043260 00000 n -0000054572 00000 n -0000054821 00000 n -0000059147 00000 n -0000059520 00000 n -0000061787 00000 n -0000064054 00000 n -0000066321 00000 n -0000068660 00000 n -0000068775 00000 n +0000014804 00000 n +0000059382 00000 n +0000017321 00000 n +0000017441 00000 n +0000017864 00000 n +0000018298 00000 n +0000018609 00000 n +0000032245 00000 n +0000032488 00000 n +0000043026 00000 n +0000043263 00000 n +0000054575 00000 n +0000054824 00000 n +0000059150 00000 n +0000059523 00000 n +0000061790 00000 n +0000064057 00000 n +0000066324 00000 n +0000068663 00000 n +0000068778 00000 n trailer << /Size 65 /Root 63 0 R /Info 64 0 R /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >> startxref -68907 +68910 %%EOF diff --git a/texmf/tex/latex/tagpdf/tagpdf-base.sty b/texmf/tex/latex/tagpdf/tagpdf-base.sty index f8286a907..038daddd6 100644 --- a/texmf/tex/latex/tagpdf/tagpdf-base.sty +++ b/texmf/tex/latex/tagpdf/tagpdf-base.sty @@ -25,7 +25,7 @@ %% and all files in that bundle must be distributed together. %% %% File: tagpdf.dtx -\ProvidesExplPackage {tagpdf-base} {2024-11-22} {0.99j} +\ProvidesExplPackage {tagpdf-base} {2025-01-12} {0.99l} {part of tagpdf - provide base, no-op versions of the user commands } \cs_new_protected:Npn \__tag_whatsits: {} \AddToHook{begindocument} @@ -145,7 +145,7 @@ } \providecommand\tag_socket_use:n[1]{} \providecommand\tag_socket_use:nn[2]{} -\providecommand\tag_socket_use:nnn[3]{} +\providecommand\tag_socket_use:nnn[3]{#3} \providecommand\tag_socket_use_expandable:n[1]{} \providecommand\socket_use_expandable:nw [1] { \use:c { __socket_#1_plug_ \str_use:c { l__socket_#1_plug_str } :w } diff --git a/texmf/tex/latex/tagpdf/tagpdf-debug-generic.sty b/texmf/tex/latex/tagpdf/tagpdf-debug-generic.sty index 354d3e91e..5aa593f07 100644 --- a/texmf/tex/latex/tagpdf/tagpdf-debug-generic.sty +++ b/texmf/tex/latex/tagpdf/tagpdf-debug-generic.sty @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: tagpdf-mc-generic.dtx -\ProvidesExplPackage {tagpdf-debug-generic} {2024-11-22} {0.99j} +\ProvidesExplPackage {tagpdf-debug-generic} {2025-01-12} {0.99l} {part of tagpdf - debugging code related to marking chunks - generic mode} \cs_set_protected:Npn \tag_mc_begin:n #1 %#1 keyval { diff --git a/texmf/tex/latex/tagpdf/tagpdf-debug-lua.sty b/texmf/tex/latex/tagpdf/tagpdf-debug-lua.sty index ea873c5d9..d387502e3 100644 --- a/texmf/tex/latex/tagpdf/tagpdf-debug-lua.sty +++ b/texmf/tex/latex/tagpdf/tagpdf-debug-lua.sty @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: tagpdf-mc-luacode.dtx -\ProvidesExplPackage {tagpdf-debug-lua} {2024-11-22} {0.99j} +\ProvidesExplPackage {tagpdf-debug-lua} {2025-01-12} {0.99l} {part of tagpdf - debugging code related to marking chunks - lua mode} \cs_set_protected:Npn \__tag_mc_handle_stash:n #1 %1 mcidnum { diff --git a/texmf/tex/latex/tagpdf/tagpdf-debug.sty b/texmf/tex/latex/tagpdf/tagpdf-debug.sty index 7bc9d48bb..4e0ed2069 100644 --- a/texmf/tex/latex/tagpdf/tagpdf-debug.sty +++ b/texmf/tex/latex/tagpdf/tagpdf-debug.sty @@ -26,7 +26,7 @@ %% and all files in that bundle must be distributed together. %% %% File: tagpdf.dtx -\ProvidesExplPackage {tagpdf-debug} {2024-11-22} {0.99j} +\ProvidesExplPackage {tagpdf-debug} {2025-01-12} {0.99l} { debug code for tagpdf } \@ifpackageloaded{tagpdf}{}{\PackageWarning{tagpdf-debug}{tagpdf~not~loaded,~quitting}\endinput} \prop_gput:Nnn \g_msg_module_type_prop { tag / debug} {} diff --git a/texmf/tex/latex/tagpdf/tagpdf-luatex.def b/texmf/tex/latex/tagpdf/tagpdf-luatex.def index 63ee9f480..c246c0aed 100644 --- a/texmf/tex/latex/tagpdf/tagpdf-luatex.def +++ b/texmf/tex/latex/tagpdf/tagpdf-luatex.def @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: tagpdf-backend.dtx -\ProvidesExplFile {tagpdf-luatex.def} {2024-11-22} {0.99j} +\ProvidesExplFile {tagpdf-luatex.def} {2025-01-12} {0.99l} {tagpdf~driver~for~luatex} { \fontencoding{TU}\fontfamily{lmr}\fontseries{m}\fontshape{n}\fontsize{10pt}{10pt}\selectfont diff --git a/texmf/tex/latex/tagpdf/tagpdf-mc-code-generic.sty b/texmf/tex/latex/tagpdf/tagpdf-mc-code-generic.sty index 1bae99bc9..d52651e63 100644 --- a/texmf/tex/latex/tagpdf/tagpdf-mc-code-generic.sty +++ b/texmf/tex/latex/tagpdf/tagpdf-mc-code-generic.sty @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: tagpdf-mc-generic.dtx -\ProvidesExplPackage {tagpdf-mc-code-generic} {2024-11-22} {0.99j} +\ProvidesExplPackage {tagpdf-mc-code-generic} {2025-01-12} {0.99l} {part of tagpdf - code related to marking chunks - generic mode} \tl_new:N \l__tag_mc_ref_abspage_tl diff --git a/texmf/tex/latex/tagpdf/tagpdf-mc-code-lua.sty b/texmf/tex/latex/tagpdf/tagpdf-mc-code-lua.sty index 7e39b1a3c..d4cea83b0 100644 --- a/texmf/tex/latex/tagpdf/tagpdf-mc-code-lua.sty +++ b/texmf/tex/latex/tagpdf/tagpdf-mc-code-lua.sty @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: tagpdf-mc-luacode.dtx -\ProvidesExplPackage {tagpdf-mc-code-lua} {2024-11-22} {0.99j} +\ProvidesExplPackage {tagpdf-mc-code-lua} {2025-01-12} {0.99l} {tagpdf - mc code only for the luamode } \hook_gput_code:nnn{begindocument}{tagpdf/mc} { diff --git a/texmf/tex/latex/tagpdf/tagpdf-ns-latex-book.def b/texmf/tex/latex/tagpdf/tagpdf-ns-latex-book.def index 201e23953..deb3f83e0 100644 --- a/texmf/tex/latex/tagpdf/tagpdf-ns-latex-book.def +++ b/texmf/tex/latex/tagpdf/tagpdf-ns-latex-book.def @@ -19,8 +19,8 @@ %% and all files in that bundle must be distributed together. %% %% File: tagpdf-data.dtx -%% \ProvidesExplFile {tagpdf-ns-latex-book.def} {2024-11-22} {0.99j} -%% {latex-book} {https://www.latex-project.org/ns/book/2022}{} +%% \ProvidesExplFile {tagpdf-ns-latex-book.def} {2025-01-12} {0.99l} +%% {latex-book} {https://www.latex-project.org/ns/book}{} chapter, H1,pdf2, section, H2,pdf2, subsection, H3,pdf2, diff --git a/texmf/tex/latex/tagpdf/tagpdf-ns-latex.def b/texmf/tex/latex/tagpdf/tagpdf-ns-latex.def index 7b156ff0b..55989f39e 100644 --- a/texmf/tex/latex/tagpdf/tagpdf-ns-latex.def +++ b/texmf/tex/latex/tagpdf/tagpdf-ns-latex.def @@ -19,8 +19,8 @@ %% and all files in that bundle must be distributed together. %% %% File: tagpdf-data.dtx -%% \ProvidesExplFile {tagpdf-ns-latex.def} {2024-11-22} {0.99j} -%% {latex} {https://www.latex-project.org/ns/dflt/2022}{} +%% \ProvidesExplFile {tagpdf-ns-latex.def} {2025-01-12} {0.99l} +%% {latex} {https://www.latex-project.org/ns/dflt}{} title, Title, pdf2, part, Title, pdf2, section, H1, pdf2, diff --git a/texmf/tex/latex/tagpdf/tagpdf-ns-mathml.def b/texmf/tex/latex/tagpdf/tagpdf-ns-mathml.def index e73971e0d..4e15ef5ac 100644 --- a/texmf/tex/latex/tagpdf/tagpdf-ns-mathml.def +++ b/texmf/tex/latex/tagpdf/tagpdf-ns-mathml.def @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: tagpdf-data.dtx -%% \ProvidesExplFile {tagpdf-ns-mathml.def} {2024-11-22} {0.99j} +%% \ProvidesExplFile {tagpdf-ns-mathml.def} {2025-01-12} {0.99l} abs,abs,mathml, and,and,mathml, annotation,annotation,mathml, diff --git a/texmf/tex/latex/tagpdf/tagpdf-ns-pdf.def b/texmf/tex/latex/tagpdf/tagpdf-ns-pdf.def index 6f002b303..83f4c5842 100644 --- a/texmf/tex/latex/tagpdf/tagpdf-ns-pdf.def +++ b/texmf/tex/latex/tagpdf/tagpdf-ns-pdf.def @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: tagpdf-data.dtx -%% \ProvidesExplFile {tagpdf-ns-pdf.def} {2024-11-22} {0.99j} +%% \ProvidesExplFile {tagpdf-ns-pdf.def} {2025-01-12} {0.99l} %% {pdf} {http://iso.org/pdf/ssn}{} StructTreeRoot,StructTreeRoot,pdf,D, Document,Document,pdf,D, diff --git a/texmf/tex/latex/tagpdf/tagpdf-ns-pdf2.def b/texmf/tex/latex/tagpdf/tagpdf-ns-pdf2.def index 4d7f3d572..5503387b3 100644 --- a/texmf/tex/latex/tagpdf/tagpdf-ns-pdf2.def +++ b/texmf/tex/latex/tagpdf/tagpdf-ns-pdf2.def @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: tagpdf-data.dtx -%% \ProvidesExplFile {tagpdf-ns-pdf2.def} {2024-11-22} {0.99j} +%% \ProvidesExplFile {tagpdf-ns-pdf2.def} {2025-01-12} {0.99l} %% {pdf2} {http://iso.org/pdf2/ssn}{} StructTreeRoot,StructTreeRoot,pdf2,D, Document,Document,pdf2,D, diff --git a/texmf/tex/latex/tagpdf/tagpdf-parent-child-2.csv b/texmf/tex/latex/tagpdf/tagpdf-parent-child-2.csv index 3b8590903..ebbf854a9 100644 --- a/texmf/tex/latex/tagpdf/tagpdf-parent-child-2.csv +++ b/texmf/tex/latex/tagpdf/tagpdf-parent-child-2.csv @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: tagpdf-data.dtx -%% \ProvidesExplFile {tagpdf-parent-child-2.csv} {2024-11-22} {0.99j} +%% \ProvidesExplFile {tagpdf-parent-child-2.csv} {2025-01-12} {0.99l} ,,,StructTreeRoot,Document,DocumentFragment,Art,Part,Div,Sect,Aside,BlockQuote,NonStruct,TOC,TOCI,Index,Private,Title,Sub,Quote,Note,Reference,BibEntry,P,Hn,H,Lbl,Code,Em,Strong,Span,Link,Annot,Form,Ruby,RB,RT,RP,Warichu,WT,WP,FENote,L,LI,LBody,Table,TR,TH,TD,THead,TBody,TFoot,Caption,Figure,Formula,math,mathml,Artifact,MC Document,both,document level,1,0..n,0..n,∅,‡,‡,∅,0..n,0..n,‡,∅,∅,∅,0..n,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,0..n,∅ DocumentFragment,2.0,document level,∅,0..n,0..n,0..n,‡,‡,0..n,0..n,0..n,‡,∅,∅,∅,0..n,∅,∅,∅,∅*,∅,∅,∅,∅,∅,∅,∅*,∅,∅,∅,∅*,∅*,∅,∅,∅,∅,∅,∅,∅,∅,∅*,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅*,∅,∅,∅,∅,0..n,∅ @@ -38,7 +38,7 @@ P,both,block,∅,0..n,0..n,0..n,‡,‡,0..n,0..n,0..n,‡,∅,0..n,0..n,0..n,0. Hn,both,block,∅,0..n,0..n,0..n,‡,‡,0..n,0..n,0..n,‡,∅,∅,0..n,0..n,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅*,∅*,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,0..n,∅,∅,0..n,0..n,∅,∅,∅,0..n,0..n,0..n,∅,∅,0..n,∅ H,both,block,∅,0..1,0..1,0..1,‡,‡,0..1,0..1,0..1,‡,∅,∅,0..n,0..n,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅*,∅*,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,0..1,∅,∅,0..1,0..1,∅,∅,∅,0..1,0..1,0..1,∅,∅,0..1,∅ Title,2.0,grouping!block,∅,0..n,0..n,0..n,‡,‡,0..n,∅,∅,‡,∅,∅,∅,0..n,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅*,∅*,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,0..n,∅ -Sub,2.0,inline,∅,∅,∅,∅,‡,‡,∅,∅,∅,‡,∅,∅,∅,0..n,∅,∅,0..n,0..n,∅,∅,0..n,0..n,0..n,0..n,∅,0..n,0..n,0..n,0..n,0..n,∅,∅,0..n,0..n,0..n,∅,0..n,0..n,0..n,∅,∅,0..n,∅,∅,∅,∅,∅,∅,∅,0..n,∅*,0..n,∅,∅,0..n,∅ +Sub,2.0,inline,∅,∅,∅,∅,‡,‡,∅,∅,∅,‡,∅,∅,∅,0..n,∅,∅,0..n,0..n,∅,∅,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,∅,∅,0..n,0..n,0..n,∅,0..n,0..n,0..n,∅,∅,0..n,∅,∅,∅,∅,∅,∅,∅,0..n,∅*,0..n,∅,∅,0..n,∅ Quote,1.7,inline,∅,∅,∅,∅,‡,‡,∅,∅,∅,‡,∅,∅,∅,0..n,0..n,0..n,0..n,0..n,∅,∅,0..n,0..n,0..n,0..n,∅,0..n,0..n,0..n,0..n,0..n,∅,∅,0..n,0..n,0..n,∅,0..n,0..n,0..n,∅,∅,0..n,∅,∅,0..n,0..n,∅,∅,∅,0..n,0..n,0..n,∅,∅,0..n,∅ Note,1.7,inline,∅,0..n,0..n,0..n,‡,‡,0..n,0..n,0..n,‡,∅,∅,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,∅,∅,∅,∅,∅,∅,∅,0..n,∅,∅,0..n,∅,∅,0..n,0..n,∅,∅,∅,0..n,0..n,0..n,∅,∅,0..n,∅ Reference,1.7,inline,∅,∅,∅,∅,‡,‡,∅,0..n,0..n,‡,∅,0..n,0..n,0..n,0..n,0..n,0..n,0..n,∅,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,0..n,∅*,∅*,∅,0..n,0..n,0..n,∅,0..n,0..n,0..n,∅,∅,0..n,∅,∅,0..n,0..n,∅,∅,∅,0..n,0..n,0..n,∅,∅,0..n,∅ diff --git a/texmf/tex/latex/tagpdf/tagpdf-parent-child.csv b/texmf/tex/latex/tagpdf/tagpdf-parent-child.csv index 3ac411976..a3121b59a 100644 --- a/texmf/tex/latex/tagpdf/tagpdf-parent-child.csv +++ b/texmf/tex/latex/tagpdf/tagpdf-parent-child.csv @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: tagpdf-data.dtx -%% \ProvidesExplFile {tagpdf-parent-child.csv} {2024-11-22} {0.99j} +%% \ProvidesExplFile {tagpdf-parent-child.csv} {2025-01-12} {0.99l} ,,,StructTreeRoot,Document,Art,Part,Div,Sect,BlockQuote,NonStruct,TOC,TOCI,Index,Private,Quote,Note,Reference,BibEntry,P,Hn,H,Lbl,Code,Span,Link,Annot,Form,Ruby,RB,RT,RP,Warichu,WT,WP,L,LI,LBody,Table,TR,TH,TD,THead,TBody,TFoot,Caption,Figure,Formula,MC Document,both,document level,1,0..n,∅,‡,‡,∅,0..n,‡,∅,∅,∅,0..n,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅ Art,1.7,grouping,∅,0..n,∅,‡,‡,0..n,0..n,‡,∅,∅,∅,0..n,∅,0..n,∅,∅,∅,0..1,0..1,∅,∅,∅,0..n,0..n,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,0..n,∅,∅,0..n,0..n,∅,∅,∅,0..n,0..n,∅,∅ diff --git a/texmf/tex/latex/tagpdf/tagpdf.lua b/texmf/tex/latex/tagpdf/tagpdf.lua index 62e08da88..c716ef521 100644 --- a/texmf/tex/latex/tagpdf/tagpdf.lua +++ b/texmf/tex/latex/tagpdf/tagpdf.lua @@ -24,8 +24,8 @@ local ProvidesLuaModule = { name = "tagpdf", - version = "0.99j", --TAGVERSION - date = "2024-11-22", --TAGDATE + version = "0.99l", --TAGVERSION + date = "2025-01-12", --TAGDATE description = "tagpdf lua code", license = "The LATEX Project Public License 1.3c" } @@ -81,6 +81,9 @@ functions ltx.__tag.trace.show_prop: shows a prop ltx.__tag.trace.log ltx.__tag.trace.showspaces : boolean + + ltx.tag.get_structnum: number, shows the current structure number + ltx.tag.get_structnum_next: number, shows the next structure number --]] local mctypeattributeid = luatexbase.new_attribute ("g__tag_mc_type_attr") @@ -127,6 +130,7 @@ local MATH = node.id("math") local explicit_disc = 1 local regular_disc = 3 ltx = ltx or { } +ltx.tag = ltx.tag or { } -- user commands ltx.__tag = ltx.__tag or { } ltx.__tag.mc = ltx.__tag.mc or { } -- mc data ltx.__tag.struct = ltx.__tag.struct or { } -- struct data @@ -138,6 +142,28 @@ ltx.__tag.page = ltx.__tag.page or { } -- page data, currently only i->{0 ltx.__tag.trace = ltx.__tag.trace or { } -- show commands ltx.__tag.func = ltx.__tag.func or { } -- functions ltx.__tag.conf = ltx.__tag.conf or { } -- configuration variables + +local __tag_get_struct_num = + function() + local a = token.get_macro("g__tag_struct_stack_current_tl") + return a + end + +local __tag_get_struct_counter = + function() + local a = tex.getcount("c@g__tag_struct_abs_int") + return a + end + +local __tag_get_struct_num_next = + function() + local a = tex.getcount("c@g__tag_struct_abs_int") + 1 + return a + end + +ltx.tag.get_struct_num = __tag_get_struct_num +ltx.tag.get_struct_counter = __tag_get_struct_counter +ltx.tag.get_struct_num_next = __tag_get_struct_num_next local __tag_log = function (message,loglevel) if (loglevel or 3) <= tex.count["l__tag_loglevel_int"] then diff --git a/texmf/tex/latex/tagpdf/tagpdf.sty b/texmf/tex/latex/tagpdf/tagpdf.sty index 7bada0d56..02dad6c26 100644 --- a/texmf/tex/latex/tagpdf/tagpdf.sty +++ b/texmf/tex/latex/tagpdf/tagpdf.sty @@ -28,7 +28,7 @@ %% and all files in that bundle must be distributed together. %% %% File: tagpdf.dtx -\ProvidesExplPackage {tagpdf} {2024-11-22} {0.99j} +\ProvidesExplPackage {tagpdf} {2025-01-12} {0.99l} { LaTeX kernel code for PDF tagging } \bool_if:nF @@ -1244,8 +1244,8 @@ \__tag_role_NS_new:nnn {pdf} {http://iso.org/pdf/ssn}{} \__tag_role_NS_new:nnn {pdf2} {http://iso.org/pdf2/ssn}{} \__tag_role_NS_new:nnn {mathml}{http://www.w3.org/1998/Math/MathML}{} -\__tag_role_NS_new:nnn {latex} {https://www.latex-project.org/ns/dflt/2022}{} -\__tag_role_NS_new:nnn {latex-book} {https://www.latex-project.org/ns/book/2022}{} +\__tag_role_NS_new:nnn {latex} {https://www.latex-project.org/ns/dflt}{} +\__tag_role_NS_new:nnn {latex-book} {https://www.latex-project.org/ns/book}{} \exp_args:Nne \__tag_role_NS_new:nnn {user}{\c__tag_role_userNS_id_str}{} \pdf_version_compare:NnTF < {2.0} @@ -1918,6 +1918,20 @@ ,role/map-tags .choice: ,role/map-tags/false .code:n = { \socket_assign_plug:nn { tag/struct/tag } {latex-tags} } ,role/map-tags/pdf .code:n = { \socket_assign_plug:nn { tag/struct/tag } {pdf-tags} } + ,role/user-NS .code:n = + { + \pdf_version_compare:NnF < {2.0} + { + \pdf_string_from_unicode:nnN{utf8/string}{https://www.latex-project.org/ns/local/#1}\l__tag_tmpa_str + \tl_if_empty:NF \l__tag_tmpa_str + { + \pdfdict_gput:nne + {g__tag_role/Namespace_user_dict} + {NS} + {\l__tag_tmpa_str} + } + } + } , mathml-tags .bool_gset:N = \g__tag_role_add_mathml_bool , add-new-tag .meta:n = {role/new-tag={#1}} }