-
-
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.
* disable paratagging in inline math too, latex3/tagging-project#711 * update test * add test for latex/tagging-project#711
- Loading branch information
Showing
5 changed files
with
25 additions
and
28 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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2024-10-02 Ulrike Fischer <[email protected]> | ||
* latex-lab-math.dtx (subsection{Sockets}): | ||
disable paratagging in inline math (tagging/711) | ||
|
||
2024-09-30 Ulrike Fischer <[email protected]> | ||
* latex-lab-footnotes.dtx: remove unneeded NonStruct structure. | ||
|
||
|
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,14 @@ | ||
\DocumentMetadata{testphase={phase-III,math,table}} | ||
\input{regression-test} | ||
\RequirePackage{tagpdf-debug} | ||
\documentclass{article} | ||
\begin{document} | ||
|
||
$ | ||
a = | ||
\mbox{\LaTeX \begin{tabular}{l}a\end{tabular}} | ||
\begin{tabular}{l}b\end{tabular} | ||
\parbox{3cm}{some text} | ||
$ | ||
\ShowTagging{debug/structures} | ||
\end{document} |
Empty file.