-
-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix for tagging-project issue 262 (#1419)
* handle issue latex3/tagging-project#262 * correct environment * typos from review
- Loading branch information
Showing
7 changed files
with
99 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,10 @@ to completeness or accuracy and it contains some references to files that are | |
not part of the distribution. | ||
================================================================================ | ||
|
||
2024-07-27 Ulrike Fischer <[email protected]> | ||
* lttagging.dtx: (subsection{Paragraph sockets}): A socket and plug to restore paragraph | ||
setting added. | ||
|
||
2024-07-13 Ulrike Fischer <[email protected]> | ||
* lttagging.dtx: (subsection{Tagging sockets}): toc-related tagging sockets added. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2024-07-11 Ulrike Fischer <[email protected]> | ||
* latex-lab-footnote.dtx: restore paragraph defaults at the begin of the footnote | ||
tagging-project#262 | ||
|
||
2024-07-13 Frank Mittelbach <[email protected]> | ||
|
||
* latex-lab-table.dtx (subsection{Tagging support sockets}): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
% from gh https://github.com/latex3/tagging-project/issues/262 | ||
\ExplSyntaxOn | ||
\debug_on:n { check-declarations , deprecation } | ||
\ExplSyntaxOff | ||
\input{regression-test} | ||
\DocumentMetadata{ | ||
pdfstandard=A-4f, | ||
pdfversion=2.0, | ||
lang=en-US, | ||
testphase={phase-III}, | ||
} | ||
\documentclass{article} | ||
|
||
\begin{document} | ||
\START | ||
\section{First topic\footnote{This section closely follows Newton (1687).}} | ||
|
||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
This is a generated file for the l3build validation system. | ||
Don't change this file in any respect. | ||
LaTeX Font Info: External font `cmex10' loaded for size | ||
(Font) <14.4> on input line .... | ||
LaTeX Font Info: External font `cmex10' loaded for size | ||
(Font) <7> on input line .... | ||
LaTeX Font Info: External font `cmex10' loaded for size | ||
(Font) <8> on input line .... | ||
LaTeX Font Info: External font `cmex10' loaded for size | ||
(Font) <6> on input line .... | ||
LaTeX Font Info: External font `cmex10' loaded for size | ||
(Font) <5> on input line .... | ||
[1 | ||
] (footnote-heading.aux) | ||
Package tagpdf Info: Finalizing the tagging structure: | ||
(tagpdf) Writing out ~13 structure objects | ||
(tagpdf) with ~12 'MC' leaf nodes. | ||
(tagpdf) Be patient if there are lots of objects! | ||
Package tagpdf Info: writing ParentTree | ||
Package tagpdf Info: writing IDTree | ||
Package tagpdf Info: writing RoleMap | ||
Package tagpdf Info: writing ClassMap | ||
Package tagpdf Info: writing NameSpaces | ||
Package tagpdf Info: writing StructElems | ||
Package tagpdf Info: writing Root |