-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move tagpdfparaOff (latex3/tagging-project#765)
- Loading branch information
Showing
4 changed files
with
26 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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
fakemath (tagging/764) | ||
* latex-lab-math.dtx: made all main math sockets to tagging sockets and | ||
assign the plugs directly. | ||
* disable para tagging also in $$-display (tagging/765) | ||
|
||
2024-11-18 Joseph Wright <[email protected]> | ||
* latex-lab-math.dtx: Use "@@" for a couple of internals | ||
|
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,22 @@ | ||
\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} | ||
$$ | ||
|
||
\begin{equation} | ||
a = | ||
\mbox{\LaTeX \begin{tabular}{l}a\end{tabular}} | ||
\begin{tabular}{l}b\end{tabular} | ||
\parbox{3cm}{some text} | ||
\end{equation} | ||
|
||
\ShowTagging{debug/structures} | ||
\end{document} |
Empty file.