-
-
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.
* handle fakemath better with structelem latex3/tagging-project#764 * switch to tagging socket WIP * update tagpdf to 0.99i * move tagpdfparaOff (latex3/tagging-project#765) * issue 765, WIPgit add -p mtag-007 is wrong * remove unneeded tagpdfparaOn * testfiles for latex3/tagging-project#765 * different error * from review
- Loading branch information
Showing
13 changed files
with
4,079 additions
and
78 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,10 @@ | ||
2024-11-26 Ulrike Fischer <[email protected]> | ||
* latex-lab-math.dtx: changed handling of math/mathml/structelem to handle | ||
fakemath better(tagging/764) | ||
* latex-lab-math.dtx: made all main math sockets tagging sockets and | ||
assign the plugs directly. | ||
* disable para tagging also in $$-display (tagging/765) | ||
|
||
2024-11-23 Frank Mittelbach <[email protected]> | ||
|
||
* latex-lab-block.dtx (subsubsection{Implementation of block templates \ldots}): | ||
|
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
18 changes: 18 additions & 0 deletions
18
required/latex-lab/testfiles-math-luatex/fakemath-error.lvt
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 @@ | ||
\ExplSyntaxOn | ||
\sys_gset_rand_seed:n{42} | ||
\ExplSyntaxOff | ||
\DocumentMetadata{testphase={phase-III,math},pdfversion=2.0} | ||
\input{regression-test} | ||
\documentclass{book} | ||
\usepackage{url} | ||
\tagpdfsetup{math/mathml/structelem} | ||
\tagpdfsetup{math/mathml/luamml/load} | ||
\begin{document} | ||
\START | ||
\showoutput | ||
|
||
\url{https://www.latex-project.org} | ||
|
||
$a=b$ | ||
|
||
\end{document} |
Oops, something went wrong.