diff --git a/tagging-status/build.lua b/tagging-status/build.lua
index bd15c59af..7e3499239 100644
--- a/tagging-status/build.lua
+++ b/tagging-status/build.lua
@@ -175,8 +175,8 @@ function runtest_tasks(name,run)
runcmd(bibtexexe .. " " .. name,testdir)
end
end
- local lualatexcmd="lualatex"
- if options.dev then lualatexcmd="lualatex-dev" end
+ local lualatexcmd="lualatex -interaction=nonstopmode"
+ if options.dev then lualatexcmd="lualatex-dev -interaction=nonstopmode" end
if extra_lualatex_run then
runcmd(lualatexcmd .. " " .. name,testdir) -- generate MathML
rm(testdir,name .. ".toc")
diff --git a/tagging-status/testfiles-compatible-luatex/luamplib/luamplib-02.tex b/tagging-status/testfiles-compatible-luatex/luamplib/luamplib-02.tex
index 8dd60271a..4ddf35dc2 100644
--- a/tagging-status/testfiles-compatible-luatex/luamplib/luamplib-02.tex
+++ b/tagging-status/testfiles-compatible-luatex/luamplib/luamplib-02.tex
@@ -7,7 +7,8 @@
tagging=on
}
\documentclass{article}
-\usepackage{unicode-math}
+\usepackage{lua-unicode-math}
+\usepackage{fontspec}
\setmainfont{Latin Modern Roman}
\usepackage{luamplib}
\usepackage{graphicx,xcolor}
diff --git a/tagging-status/testfiles-compatible-luatex/luatexko/luatexko-01.tex b/tagging-status/testfiles-compatible-luatex/luatexko/luatexko-01.tex
index bd0243cb7..6fecefdac 100644
--- a/tagging-status/testfiles-compatible-luatex/luatexko/luatexko-01.tex
+++ b/tagging-status/testfiles-compatible-luatex/luatexko/luatexko-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\usepackage{unicode-math}
+\usepackage{lua-unicode-math}
\tagpdfsetup{role/user-NS=luatexko}% stable User NS
\usepackage{luatexko}
diff --git a/tagging-status/testfiles-compatible-luatex/luavlna/luavlna-01.tex b/tagging-status/testfiles-compatible-luatex/luavlna/luavlna-01.tex
index 46c4d77db..39042dfa8 100644
--- a/tagging-status/testfiles-compatible-luatex/luavlna/luavlna-01.tex
+++ b/tagging-status/testfiles-compatible-luatex/luavlna/luavlna-01.tex
@@ -6,7 +6,8 @@
tagging=on
}
\documentclass{article}
-\usepackage{unicode-math}
+\usepackage{lua-unicode-math}
+\usepackage{fontspec}
\setmainfont{Libertinus Serif}
\usepackage[
% debug
diff --git a/tagging-status/testfiles-compatible-mathml/acro/acro-01.tex b/tagging-status/testfiles-compatible-mathml/acro/acro-01.tex
index 649ce6f3b..69c717e94 100644
--- a/tagging-status/testfiles-compatible-mathml/acro/acro-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/acro/acro-01.tex
@@ -8,7 +8,7 @@
}
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\else
\usepackage[T1]{fontenc}
\fi
diff --git a/tagging-status/testfiles-compatible-mathml/acro/acro-02.tex b/tagging-status/testfiles-compatible-mathml/acro/acro-02.tex
index 051403b94..791b14cb0 100644
--- a/tagging-status/testfiles-compatible-mathml/acro/acro-02.tex
+++ b/tagging-status/testfiles-compatible-mathml/acro/acro-02.tex
@@ -8,7 +8,7 @@
}
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\else
\usepackage[T1]{fontenc}
\fi
diff --git a/tagging-status/testfiles-compatible-mathml/algorithmic/algorithmic-01.tex b/tagging-status/testfiles-compatible-mathml/algorithmic/algorithmic-01.tex
index 47b7b1908..c90c8c3c9 100644
--- a/tagging-status/testfiles-compatible-mathml/algorithmic/algorithmic-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/algorithmic/algorithmic-01.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\usepackage{algorithmic}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\title{algorithmic tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-01.pdftex.struct.xml b/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-01.pdftex.struct.xml
index 262f093df..44e671591 100644
--- a/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-01.pdftex.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-01.pdftex.struct.xml
@@ -660,7 +660,7 @@
Layout:Placement="Inline"
>
-
+
$l'(i) \leftarrow min$
@@ -734,7 +734,7 @@
Layout:Placement="Inline"
>
-
+
$changed \leftarrow l \not = l'$
@@ -779,7 +779,7 @@
Layout:Placement="Inline"
>
-
+
$l \leftarrow l'$
diff --git a/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-01.struct.xml b/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-01.struct.xml
index 2a5fc3748..1ca451490 100644
--- a/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-01.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-01.struct.xml
@@ -655,7 +655,7 @@
Layout:Placement="Inline"
>
-
+
$l'(i) \leftarrow min$
@@ -728,7 +728,7 @@
Layout:Placement="Inline"
>
-
+
$changed \leftarrow l \not = l'$
@@ -772,7 +772,7 @@
Layout:Placement="Inline"
>
-
+
$l \leftarrow l'$
diff --git a/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-01.tex b/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-01.tex
index a90e91c6c..d090a78d4 100644
--- a/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
\usepackage{algpseudocode}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\title{algpseudocode tagging test - 1}
diff --git a/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-02.pdftex.struct.xml b/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-02.pdftex.struct.xml
index f9c57c662..4f14df518 100644
--- a/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-02.pdftex.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-02.pdftex.struct.xml
@@ -730,7 +730,7 @@
Layout:Placement="Inline"
>
-
+
$l'(i) \leftarrow min$
@@ -804,7 +804,7 @@
Layout:Placement="Inline"
>
-
+
$changed \leftarrow l \not = l'$
@@ -849,7 +849,7 @@
Layout:Placement="Inline"
>
-
+
$l \leftarrow l'$
diff --git a/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-02.struct.xml b/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-02.struct.xml
index 60e302248..1ca445827 100644
--- a/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-02.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-02.struct.xml
@@ -725,7 +725,7 @@
Layout:Placement="Inline"
>
-
+
$l'(i) \leftarrow min$
@@ -798,7 +798,7 @@
Layout:Placement="Inline"
>
-
+
$changed \leftarrow l \not = l'$
@@ -842,7 +842,7 @@
Layout:Placement="Inline"
>
-
+
$l \leftarrow l'$
diff --git a/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-02.tex b/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-02.tex
index 2c64a3882..e6db8814a 100644
--- a/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-02.tex
+++ b/tagging-status/testfiles-compatible-mathml/algpseudocode/algpseudocode-02.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
\usepackage{algpseudocode}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\title{algpseudocode tagging test - 2}
diff --git a/tagging-status/testfiles-compatible-mathml/aligned-overset/aligned-overset-01.tex b/tagging-status/testfiles-compatible-mathml/aligned-overset/aligned-overset-01.tex
index e9f3b53ca..df9e871d0 100644
--- a/tagging-status/testfiles-compatible-mathml/aligned-overset/aligned-overset-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/aligned-overset/aligned-overset-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{aligned-overset}
\title{aligned-overset tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/alphabeta/alphabeta-01.struct.xml b/tagging-status/testfiles-compatible-mathml/alphabeta/alphabeta-01.struct.xml
index 46f559eea..763afb21b 100644
--- a/tagging-status/testfiles-compatible-mathml/alphabeta/alphabeta-01.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/alphabeta/alphabeta-01.struct.xml
@@ -40,7 +40,7 @@
Layout:TextAlign="Justify"
rolemaps-to="P"
>
-
+ Α
-
+ Β
-
+ Ε
-
+ Ζ
-
+ Η
-
+ Ι
-
+ Κ
-
+ Μ
-
+ Ν
-
+ Ο
-
+ Ρ
-
+ Τ
-
+ Χ
-
+ ο
-
+
\begin {equation*}\rho c \frac {\partial T}{\partial t} = \begin {bracealign} \underbrace { \begin {bracealign} \underbrace { - \lambda \frac {\partial ^2 T}{\partial x^2} }_{\text {diffusion}} - \underbrace { \mu (T^4 - {T_0}^4) }_{\text {radiative loss}} \end {bracealign} }_{\text {heat transfers}} + \underbrace { \sum _{i=1}^{n} \dot {q}_i }_{\text {heat sources}} \end {bracealign}\end {equation*}
diff --git a/tagging-status/testfiles-compatible-mathml/bracealign/bracealign-01.struct.xml b/tagging-status/testfiles-compatible-mathml/bracealign/bracealign-01.struct.xml
index f8d77377f..ef1729fe3 100644
--- a/tagging-status/testfiles-compatible-mathml/bracealign/bracealign-01.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/bracealign/bracealign-01.struct.xml
@@ -15,12 +15,12 @@
Layout:Placement="Block"
>
-
+
\begin {equation*}\rho c \frac {\partial T}{\partial t} = \begin {bracealign} \underbrace { \begin {bracealign} \underbrace { - \lambda \frac {\partial ^2 T}{\partial x^2} }_{\text {diffusion}} - \underbrace { \mu (T^4 - {T_0}^4) }_{\text {radiative loss}} \end {bracealign} }_{\text {heat transfers}} + \underbrace { \sum _{i=1}^{n} \dot {q}_i }_{\text {heat sources}} \end {bracealign}\end {equation*}
- 𝜌𝑐𝜕𝑇𝜕𝑡=−𝜆𝜕2𝑇𝜕𝑥2⏟diffusion−𝜇(𝑇4−𝑇04)⏟⏟⏟⏟⏟radiative loss⏟⏟⏟⏟⏟⏟⏟⏟⏟⏟⏟heat transfers+𝑛∑𝑖=1̇𝑞𝑖⏟heat sources
+ 𝜌𝑐𝜕𝑇𝜕𝑡=−𝜆𝜕2𝑇𝜕𝑥2⏟⏟⏟⏟⏟diffusion−𝜇(𝑇4−𝑇04)⏟⏟⏟⏟⏟⏟⏟radiative loss⏟⏟⏟⏟⏟⏟⏟⏟⏟⏟⏟⏟⏟⏟⏟heat transfers+𝑛∑𝑖=1̇𝑞𝑖⏟heat sources
diff --git a/tagging-status/testfiles-compatible-mathml/bracealign/bracealign-01.tex b/tagging-status/testfiles-compatible-mathml/bracealign/bracealign-01.tex
index cb7ec53ea..dc652ef8a 100644
--- a/tagging-status/testfiles-compatible-mathml/bracealign/bracealign-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/bracealign/bracealign-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{bracealign}
\begin{document}
diff --git a/tagging-status/testfiles-compatible-mathml/braket/braket-01.tex b/tagging-status/testfiles-compatible-mathml/braket/braket-01.tex
index c869e22bc..d22622741 100644
--- a/tagging-status/testfiles-compatible-mathml/braket/braket-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/braket/braket-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{braket}
\title{braket tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/chemgreek/chemgreek-01.struct.xml b/tagging-status/testfiles-compatible-mathml/chemgreek/chemgreek-01.struct.xml
index c0ca3d8e6..ba8283083 100644
--- a/tagging-status/testfiles-compatible-mathml/chemgreek/chemgreek-01.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/chemgreek/chemgreek-01.struct.xml
@@ -687,7 +687,7 @@
$\relax \Upsilon $
- Υ
+
-
-
-
$\fullfunction {arg1}{arg2}{arg3}{arg4}{arg5}$
@@ -655,13 +652,10 @@
-
-
-
$\intcc {arg1}$
@@ -684,13 +678,10 @@
-
-
-
$\intcc [4]{arg1}$
@@ -713,13 +704,10 @@
-
-
-
$\intco {arg1}$
@@ -742,13 +730,10 @@
-
-
-
$\intco [4]{arg1}$
@@ -771,13 +756,10 @@
-
-
-
$\intoc {arg1}$
@@ -800,13 +782,10 @@
-
-
-
$\intoc [4]{arg1}$
@@ -829,13 +808,10 @@
-
-
-
$\intoo {arg1}$
@@ -858,13 +834,10 @@
-
-
-
$\intoo [4]{arg1}$
@@ -887,13 +860,10 @@
-
-
-
$\md {arg1}{arg2}{arg3}{arg4}{arg5}{arg6}$
@@ -916,13 +886,10 @@
-
-
-
$\od {arg1}{arg2}$
@@ -945,13 +912,10 @@
-
-
-
$\od [2]{arg1}{arg2}$
@@ -974,13 +938,10 @@
-
-
-
$\pd {arg1}{arg2}$
@@ -1003,13 +964,10 @@
-
-
-
$\pd [2]{arg1}{arg2}$
@@ -1032,13 +990,10 @@
-
-
-
$\sVert {arg1}$
@@ -1061,13 +1016,10 @@
-
-
-
$\sVert [4]{arg1}$
@@ -1090,13 +1042,10 @@
-
-
-
$\sbr {arg1}$
@@ -1119,13 +1068,10 @@
-
-
-
$\sbr [4]{arg1}$
@@ -1148,13 +1094,10 @@
-
-
-
$\set {arg1}$
@@ -1177,13 +1120,10 @@
-
-
-
$\set [4]{arg1}$
@@ -1206,13 +1146,10 @@
-
-
-
$\tmd {arg1}{arg2}{arg3}{arg4}{arg5}{arg6}$
@@ -1235,13 +1172,10 @@
-
-
-
$\tod {arg1}{arg2}$
@@ -1264,13 +1198,10 @@
-
-
-
$\tod [2]{arg1}{arg2}$
@@ -1293,13 +1224,10 @@
-
-
-
$\tpd {arg1}{arg2}$
@@ -1322,13 +1250,10 @@
-
-
-
$\tpd [2]{arg1}{arg2}$
diff --git a/tagging-status/testfiles-compatible-mathml/commath/commath-01.struct.xml b/tagging-status/testfiles-compatible-mathml/commath/commath-01.struct.xml
index deedf7a46..6f215e73a 100644
--- a/tagging-status/testfiles-compatible-mathml/commath/commath-01.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/commath/commath-01.struct.xml
@@ -1,1250 +1 @@
-
-
-
-
-
-
-
-
-
-
- $\abs {arg1}$
-
- |𝑎𝑟𝑔1|
-
-
-
-
-
-
-
-
-
-
- $\abs [4]{arg1}$
-
- ∣𝑎𝑟𝑔1∣
-
-
-
-
-
-
-
-
-
-
- $\cbr {arg1}$
-
- {𝑎𝑟𝑔1}
-
-
-
-
-
-
-
-
-
-
- $\cbr [4]{arg1}$
-
- {𝑎𝑟𝑔1}
-
-
-
-
-
-
-
-
-
-
- $\del {arg1}$
-
- (𝑎𝑟𝑔1)
-
-
-
-
-
-
-
-
-
-
- $\del [4]{arg1}$
-
- (𝑎𝑟𝑔1)
-
-
-
-
-
-
-
-
-
-
- $\dif $
-
- d
-
-
-
-
-
-
-
-
-
-
- $\Dif $
-
- D
-
-
-
-
-
-
-
-
-
-
- $\dmd {arg1}{arg2}{arg3}{arg4}{arg5}{arg6}$
-
- 𝜕𝑎𝑟𝑔2𝑎𝑟𝑔1𝜕𝑎𝑟𝑔3𝑎𝑟𝑔4𝜕𝑎𝑟𝑔5𝑎𝑟𝑔6
-
-
-
-
-
-
-
-
-
-
- $\dod {arg1}{arg2}$
-
- d𝑎𝑟𝑔1d𝑎𝑟𝑔2
-
-
-
-
-
-
-
-
-
-
- $\dod [2]{arg1}{arg2}$
-
- d2𝑎𝑟𝑔1d𝑎𝑟𝑔22
-
-
-
-
-
-
-
-
-
-
- $\dpd {arg1}{arg2}$
-
- 𝜕𝑎𝑟𝑔1𝜕𝑎𝑟𝑔2
-
-
-
-
-
-
-
-
-
-
- $\dpd [2]{arg1}{arg2}$
-
- 𝜕2𝑎𝑟𝑔1𝜕𝑎𝑟𝑔22
-
-
-
-
-
-
-
-
-
-
- $\enVert {arg1}$
-
- ‖𝑎𝑟𝑔1‖
-
-
-
-
-
-
-
-
-
-
- $\enVert [4]{arg1}$
-
- ∥𝑎𝑟𝑔1∥
-
-
-
-
-
-
-
-
-
-
- $\norm {arg1}$
-
- ‖𝑎𝑟𝑔1‖
-
-
-
-
-
-
-
-
-
-
- $\norm [4]{arg1}$
-
- ∥𝑎𝑟𝑔1∥
-
-
-
-
-
-
-
-
-
-
- $\envert {arg1}$
-
- |𝑎𝑟𝑔1|
-
-
-
-
-
-
-
-
-
-
- $\envert [4]{arg1}$
-
- ∣𝑎𝑟𝑔1∣
-
-
-
-
-
-
-
-
-
-
- $\eval {arg1}$
-
- 𝑎𝑟𝑔1∣
-
-
-
-
-
-
-
-
-
-
- $\eval [4]{arg1}$
-
- 𝑎𝑟𝑔1∣
-
-
-
-
-
-
-
-
-
-
- $\fullfunction {arg1}{arg2}{arg3}{arg4}{arg5}$
-
- 𝑎𝑟𝑔1∶𝑎𝑟𝑔2⟶𝑎𝑟𝑔3𝑎𝑟𝑔4⟼𝑎𝑟𝑔5
-
-
-
-
-
-
-
-
-
-
- $\intcc {arg1}$
-
- [𝑎𝑟𝑔1]
-
-
-
-
-
-
-
-
-
-
- $\intcc [4]{arg1}$
-
- [𝑎𝑟𝑔1]
-
-
-
-
-
-
-
-
-
-
- $\intco {arg1}$
-
- [𝑎𝑟𝑔1)
-
-
-
-
-
-
-
-
-
-
- $\intco [4]{arg1}$
-
- [𝑎𝑟𝑔1)
-
-
-
-
-
-
-
-
-
-
- $\intoc {arg1}$
-
- (𝑎𝑟𝑔1]
-
-
-
-
-
-
-
-
-
-
- $\intoc [4]{arg1}$
-
- (𝑎𝑟𝑔1]
-
-
-
-
-
-
-
-
-
-
- $\intoo {arg1}$
-
- (𝑎𝑟𝑔1)
-
-
-
-
-
-
-
-
-
-
- $\intoo [4]{arg1}$
-
- (𝑎𝑟𝑔1)
-
-
-
-
-
-
-
-
-
-
- $\md {arg1}{arg2}{arg3}{arg4}{arg5}{arg6}$
-
- 𝜕𝑎𝑟𝑔2𝑎𝑟𝑔1𝜕𝑎𝑟𝑔3𝑎𝑟𝑔4𝜕𝑎𝑟𝑔5𝑎𝑟𝑔6
-
-
-
-
-
-
-
-
-
-
- $\od {arg1}{arg2}$
-
- d𝑎𝑟𝑔1d𝑎𝑟𝑔2
-
-
-
-
-
-
-
-
-
-
- $\od [2]{arg1}{arg2}$
-
- d2𝑎𝑟𝑔1d𝑎𝑟𝑔22
-
-
-
-
-
-
-
-
-
-
- $\pd {arg1}{arg2}$
-
- 𝜕𝑎𝑟𝑔1𝜕𝑎𝑟𝑔2
-
-
-
-
-
-
-
-
-
-
- $\pd [2]{arg1}{arg2}$
-
- 𝜕2𝑎𝑟𝑔1𝜕𝑎𝑟𝑔22
-
-
-
-
-
-
-
-
-
-
- $\sVert {arg1}$
-
- |𝑎𝑟𝑔1
-
-
-
-
-
-
-
-
-
-
- $\sVert [4]{arg1}$
-
- ∣𝑎𝑟𝑔1
-
-
-
-
-
-
-
-
-
-
- $\sbr {arg1}$
-
- [𝑎𝑟𝑔1]
-
-
-
-
-
-
-
-
-
-
- $\sbr [4]{arg1}$
-
- [𝑎𝑟𝑔1]
-
-
-
-
-
-
-
-
-
-
- $\set {arg1}$
-
- {𝑎𝑟𝑔1}
-
-
-
-
-
-
-
-
-
-
- $\set [4]{arg1}$
-
- {𝑎𝑟𝑔1}
-
-
-
-
-
-
-
-
-
-
- $\tmd {arg1}{arg2}{arg3}{arg4}{arg5}{arg6}$
-
- 𝜕𝑎𝑟𝑔2𝑎𝑟𝑔1𝜕𝑎𝑟𝑔3𝑎𝑟𝑔4𝜕𝑎𝑟𝑔5𝑎𝑟𝑔6
-
-
-
-
-
-
-
-
-
-
- $\tod {arg1}{arg2}$
-
- d𝑎𝑟𝑔1d𝑎𝑟𝑔2
-
-
-
-
-
-
-
-
-
-
- $\tod [2]{arg1}{arg2}$
-
- d2𝑎𝑟𝑔1d𝑎𝑟𝑔22
-
-
-
-
-
-
-
-
-
-
- $\tpd {arg1}{arg2}$
-
- 𝜕𝑎𝑟𝑔1𝜕𝑎𝑟𝑔2
-
-
-
-
-
-
-
-
-
-
- $\tpd [2]{arg1}{arg2}$
-
- 𝜕2𝑎𝑟𝑔1𝜕𝑎𝑟𝑔22
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/tagging-status/testfiles-compatible-mathml/commath/commath-01.tex b/tagging-status/testfiles-compatible-mathml/commath/commath-01.tex
index 7424d75d1..442f56d72 100644
--- a/tagging-status/testfiles-compatible-mathml/commath/commath-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/commath/commath-01.tex
@@ -2,7 +2,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{commath}
diff --git a/tagging-status/testfiles-compatible-mathml/derivative/derivative-01.tex b/tagging-status/testfiles-compatible-mathml/derivative/derivative-01.tex
index d3c5b9cf3..b24914537 100644
--- a/tagging-status/testfiles-compatible-mathml/derivative/derivative-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/derivative/derivative-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{derivative}
\title{derivative tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/diffcoeff/diffcoeff-01.tex b/tagging-status/testfiles-compatible-mathml/diffcoeff/diffcoeff-01.tex
index fc6d0c7eb..713145ff0 100644
--- a/tagging-status/testfiles-compatible-mathml/diffcoeff/diffcoeff-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/diffcoeff/diffcoeff-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{diffcoeff}
\title{diffcoeff tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/duckuments/duckuments-01.tex b/tagging-status/testfiles-compatible-mathml/duckuments/duckuments-01.tex
index 89361ddde..dd5a4828b 100644
--- a/tagging-status/testfiles-compatible-mathml/duckuments/duckuments-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/duckuments/duckuments-01.tex
@@ -6,7 +6,7 @@
tagging=on
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{graphicx}
diff --git a/tagging-status/testfiles-compatible-mathml/enumext/enumext-05.tex b/tagging-status/testfiles-compatible-mathml/enumext/enumext-05.tex
index 266dc0cdb..420614713 100644
--- a/tagging-status/testfiles-compatible-mathml/enumext/enumext-05.tex
+++ b/tagging-status/testfiles-compatible-mathml/enumext/enumext-05.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
\usepackage[top=2cm,bottom=2cm,left=1cm,right=1cm]{geometry}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{graphicx,hyperref,enumext}
\hypersetup
{
diff --git a/tagging-status/testfiles-compatible-mathml/enumext/enumext-06.tex b/tagging-status/testfiles-compatible-mathml/enumext/enumext-06.tex
index 3fc3366b1..f5440b22a 100644
--- a/tagging-status/testfiles-compatible-mathml/enumext/enumext-06.tex
+++ b/tagging-status/testfiles-compatible-mathml/enumext/enumext-06.tex
@@ -8,7 +8,7 @@
}
\documentclass{article}
\usepackage[top=2cm,bottom=2cm,left=3cm,right=3cm]{geometry}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{graphicx,hyperref,enumext}
\hypersetup
{
diff --git a/tagging-status/testfiles-compatible-mathml/esdiff/esdiff-01.tex b/tagging-status/testfiles-compatible-mathml/esdiff/esdiff-01.tex
index efe8e788b..0b5ca40fc 100644
--- a/tagging-status/testfiles-compatible-mathml/esdiff/esdiff-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/esdiff/esdiff-01.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{esdiff}
diff --git a/tagging-status/testfiles-compatible-mathml/fancyref/fancyref-01.tex b/tagging-status/testfiles-compatible-mathml/fancyref/fancyref-01.tex
index 914fa7a2d..ea03eefeb 100644
--- a/tagging-status/testfiles-compatible-mathml/fancyref/fancyref-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/fancyref/fancyref-01.tex
@@ -7,7 +7,7 @@
tagging=on
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{fancyref}
\usepackage{shortvrb}
diff --git a/tagging-status/testfiles-compatible-mathml/filecontentsdef/filecontentsdef-01.tex b/tagging-status/testfiles-compatible-mathml/filecontentsdef/filecontentsdef-01.tex
index 10df7cf36..c30573f08 100644
--- a/tagging-status/testfiles-compatible-mathml/filecontentsdef/filecontentsdef-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/filecontentsdef/filecontentsdef-01.tex
@@ -6,7 +6,7 @@
tagging=on
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{filecontentsdef}
diff --git a/tagging-status/testfiles-compatible-mathml/fouridx/fouridx-01.tex b/tagging-status/testfiles-compatible-mathml/fouridx/fouridx-01.tex
index 95d710b94..e6d970baf 100644
--- a/tagging-status/testfiles-compatible-mathml/fouridx/fouridx-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/fouridx/fouridx-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{fouridx}
\title{fouridx tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/icomma/icomma-01.tex b/tagging-status/testfiles-compatible-mathml/icomma/icomma-01.tex
index 25332ccab..9840bdf8d 100644
--- a/tagging-status/testfiles-compatible-mathml/icomma/icomma-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/icomma/icomma-01.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{icomma}
diff --git a/tagging-status/testfiles-compatible-mathml/interval/interval-01.tex b/tagging-status/testfiles-compatible-mathml/interval/interval-01.tex
index 5aa598b51..e2ab8569d 100644
--- a/tagging-status/testfiles-compatible-mathml/interval/interval-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/interval/interval-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{interval}
\title{interval tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/leftidx/leftidx-01.tex b/tagging-status/testfiles-compatible-mathml/leftidx/leftidx-01.tex
index 7b226e608..327d4b991 100644
--- a/tagging-status/testfiles-compatible-mathml/leftidx/leftidx-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/leftidx/leftidx-01.tex
@@ -8,7 +8,7 @@
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{leftidx}
\title{leftidx tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/leftindex/leftindex-01.tex b/tagging-status/testfiles-compatible-mathml/leftindex/leftindex-01.tex
index 91ce09423..d0c91cefb 100644
--- a/tagging-status/testfiles-compatible-mathml/leftindex/leftindex-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/leftindex/leftindex-01.tex
@@ -8,7 +8,7 @@
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{leftindex}
\title{leftindex tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/linguex/linguex-01.tex b/tagging-status/testfiles-compatible-mathml/linguex/linguex-01.tex
index 94db0a6f6..d37598b40 100644
--- a/tagging-status/testfiles-compatible-mathml/linguex/linguex-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/linguex/linguex-01.tex
@@ -6,7 +6,7 @@
tagging=on,
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{linguex}
diff --git a/tagging-status/testfiles-compatible-mathml/longtable/longtable-01.tex b/tagging-status/testfiles-compatible-mathml/longtable/longtable-01.tex
index 54c9ffa3d..c24e970b4 100644
--- a/tagging-status/testfiles-compatible-mathml/longtable/longtable-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/longtable/longtable-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{longtable}
diff --git a/tagging-status/testfiles-compatible-mathml/longtable/longtable-02.tex b/tagging-status/testfiles-compatible-mathml/longtable/longtable-02.tex
index 977dc935b..92182bff9 100644
--- a/tagging-status/testfiles-compatible-mathml/longtable/longtable-02.tex
+++ b/tagging-status/testfiles-compatible-mathml/longtable/longtable-02.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{longtable}
diff --git a/tagging-status/testfiles-compatible-mathml/mleftright/mleftright-01.tex b/tagging-status/testfiles-compatible-mathml/mleftright/mleftright-01.tex
index c77aeabe0..14bc7634e 100644
--- a/tagging-status/testfiles-compatible-mathml/mleftright/mleftright-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/mleftright/mleftright-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{mleftright}
\title{mleftright tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/mlist/mlist-01.tex b/tagging-status/testfiles-compatible-mathml/mlist/mlist-01.tex
index ec9a47111..f4e8333c7 100644
--- a/tagging-status/testfiles-compatible-mathml/mlist/mlist-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/mlist/mlist-01.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{mlist}
diff --git a/tagging-status/testfiles-compatible-mathml/noitcrul/noitcrul-01.tex b/tagging-status/testfiles-compatible-mathml/noitcrul/noitcrul-01.tex
index 23562a2d2..329ac304b 100644
--- a/tagging-status/testfiles-compatible-mathml/noitcrul/noitcrul-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/noitcrul/noitcrul-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{noitcrul}
\title{noitcrul tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/numerica-tables/numerica-tables-01.tex b/tagging-status/testfiles-compatible-mathml/numerica-tables/numerica-tables-01.tex
index 3713def11..1d2eca479 100644
--- a/tagging-status/testfiles-compatible-mathml/numerica-tables/numerica-tables-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/numerica-tables/numerica-tables-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{numerica}
\usepackage{numerica-tables}
diff --git a/tagging-status/testfiles-compatible-mathml/numerica/numerica-01.pdftex.struct.xml b/tagging-status/testfiles-compatible-mathml/numerica/numerica-01.pdftex.struct.xml
index c2ebfe571..c343b96d9 100644
--- a/tagging-status/testfiles-compatible-mathml/numerica/numerica-01.pdftex.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/numerica/numerica-01.pdftex.struct.xml
@@ -283,13 +283,10 @@
-
-
-
$\pi \approx 3.1416$
diff --git a/tagging-status/testfiles-compatible-mathml/numerica/numerica-01.struct.xml b/tagging-status/testfiles-compatible-mathml/numerica/numerica-01.struct.xml
index ade0cae74..6bf3e0aaf 100644
--- a/tagging-status/testfiles-compatible-mathml/numerica/numerica-01.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/numerica/numerica-01.struct.xml
@@ -285,7 +285,7 @@
- $\pi \approx 3.1416$
+ $\pi ≈3.1416$
𝜋≈3.1416
diff --git a/tagging-status/testfiles-compatible-mathml/numerica/numerica-01.tex b/tagging-status/testfiles-compatible-mathml/numerica/numerica-01.tex
index 30faf8039..28d51255f 100644
--- a/tagging-status/testfiles-compatible-mathml/numerica/numerica-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/numerica/numerica-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{numerica}
\title{numerica tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/pgfplotstable/pgfplotstable-01.tex b/tagging-status/testfiles-compatible-mathml/pgfplotstable/pgfplotstable-01.tex
index 58d41f99a..ec909b18c 100644
--- a/tagging-status/testfiles-compatible-mathml/pgfplotstable/pgfplotstable-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/pgfplotstable/pgfplotstable-01.tex
@@ -24,7 +24,7 @@
\documentclass{article}
\usepackage{pgfplotstable,booktabs}
\pgfplotsset{compat=newest}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\title{pgfplotstable tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/refstyle/refstyle-01.tex b/tagging-status/testfiles-compatible-mathml/refstyle/refstyle-01.tex
index c391e5f27..7dc7b7a22 100644
--- a/tagging-status/testfiles-compatible-mathml/refstyle/refstyle-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/refstyle/refstyle-01.tex
@@ -6,7 +6,7 @@
tagging=on
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{varioref}
\usepackage{refstyle}
diff --git a/tagging-status/testfiles-compatible-mathml/romannum/romannum-01.tex b/tagging-status/testfiles-compatible-mathml/romannum/romannum-01.tex
index f53602ca1..4933de4e7 100644
--- a/tagging-status/testfiles-compatible-mathml/romannum/romannum-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/romannum/romannum-01.tex
@@ -6,7 +6,7 @@
tagging=on
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage[Most,Year,Day]{romannum}
\usepackage{hyperref}
diff --git a/tagging-status/testfiles-compatible-mathml/scalerel/scalerel-01.tex b/tagging-status/testfiles-compatible-mathml/scalerel/scalerel-01.tex
index fc602c829..fb1ef239c 100644
--- a/tagging-status/testfiles-compatible-mathml/scalerel/scalerel-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/scalerel/scalerel-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{scalerel}
\title{scalerel tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/scontents/scontents-01.tex b/tagging-status/testfiles-compatible-mathml/scontents/scontents-01.tex
index 94ba37857..f9d737d36 100644
--- a/tagging-status/testfiles-compatible-mathml/scontents/scontents-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/scontents/scontents-01.tex
@@ -1,7 +1,7 @@
\DocumentMetadata{tagging=on, lang=en-US, pdfversion=2.0, pdfstandard=ua-2}
\documentclass{article}
\usepackage{scontents,hyperref}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\hypersetup{pdftitle = {Test scontents package},}
\setlength{\parindent}{0pt}
\begin{document}
diff --git a/tagging-status/testfiles-compatible-mathml/spreadtab/spreadtab-01.tex b/tagging-status/testfiles-compatible-mathml/spreadtab/spreadtab-01.tex
index 870dc2c6a..ef4b63639 100644
--- a/tagging-status/testfiles-compatible-mathml/spreadtab/spreadtab-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/spreadtab/spreadtab-01.tex
@@ -6,7 +6,7 @@
tagging=on
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{spreadtab}
diff --git a/tagging-status/testfiles-compatible-mathml/stackrel/stackrel-01.pdftex.struct.xml b/tagging-status/testfiles-compatible-mathml/stackrel/stackrel-01.pdftex.struct.xml
index 9e8941c91..9ad37c1a3 100644
--- a/tagging-status/testfiles-compatible-mathml/stackrel/stackrel-01.pdftex.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/stackrel/stackrel-01.pdftex.struct.xml
@@ -22,7 +22,7 @@
Layout:Placement="Inline"
>
-
+
$A \stackbin [\text {and}]{}{+} B \stackrel [x]{!}{=} C$
diff --git a/tagging-status/testfiles-compatible-mathml/stackrel/stackrel-01.struct.xml b/tagging-status/testfiles-compatible-mathml/stackrel/stackrel-01.struct.xml
index 7d4cd6aff..23b761418 100644
--- a/tagging-status/testfiles-compatible-mathml/stackrel/stackrel-01.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/stackrel/stackrel-01.struct.xml
@@ -21,7 +21,7 @@
Layout:Placement="Inline"
>
-
+
$A \stackbin [\text {and}]{}{+} B \stackrel [x]{!}{=} C$
diff --git a/tagging-status/testfiles-compatible-mathml/stackrel/stackrel-01.tex b/tagging-status/testfiles-compatible-mathml/stackrel/stackrel-01.tex
index 9a3763954..2f0f6711a 100644
--- a/tagging-status/testfiles-compatible-mathml/stackrel/stackrel-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/stackrel/stackrel-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{stackrel}
\title{stackrel tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/subdepth/subdepth-01.pdftex.struct.xml b/tagging-status/testfiles-compatible-mathml/subdepth/subdepth-01.pdftex.struct.xml
index 0de7f897b..1b71b2a94 100644
--- a/tagging-status/testfiles-compatible-mathml/subdepth/subdepth-01.pdftex.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/subdepth/subdepth-01.pdftex.struct.xml
@@ -22,7 +22,7 @@
Layout:Placement="Inline"
>
-
+
$M_n\quad M'_n$
diff --git a/tagging-status/testfiles-compatible-mathml/subdepth/subdepth-01.struct.xml b/tagging-status/testfiles-compatible-mathml/subdepth/subdepth-01.struct.xml
index 106f346b6..376d4f640 100644
--- a/tagging-status/testfiles-compatible-mathml/subdepth/subdepth-01.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/subdepth/subdepth-01.struct.xml
@@ -21,7 +21,7 @@
Layout:Placement="Inline"
>
-
+
$M_n\quad M'_n$
diff --git a/tagging-status/testfiles-compatible-mathml/subdepth/subdepth-01.tex b/tagging-status/testfiles-compatible-mathml/subdepth/subdepth-01.tex
index b74204dc2..17c22e2a4 100644
--- a/tagging-status/testfiles-compatible-mathml/subdepth/subdepth-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/subdepth/subdepth-01.tex
@@ -6,7 +6,7 @@
tagging=on,
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{subdepth}
diff --git a/tagging-status/testfiles-compatible-mathml/sublabel/sublabel-01.tex b/tagging-status/testfiles-compatible-mathml/sublabel/sublabel-01.tex
index 0c27d4cce..baa0769fe 100644
--- a/tagging-status/testfiles-compatible-mathml/sublabel/sublabel-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/sublabel/sublabel-01.tex
@@ -6,7 +6,7 @@
tagging=on
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{sublabel}
\title{sublabel tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/tabularcalc/tabularcalc-01.tex b/tagging-status/testfiles-compatible-mathml/tabularcalc/tabularcalc-01.tex
index 34b584f62..5a18480e6 100644
--- a/tagging-status/testfiles-compatible-mathml/tabularcalc/tabularcalc-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/tabularcalc/tabularcalc-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{tabularcalc}
\title{tabularcalc tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/textcase/textcase-01.tex b/tagging-status/testfiles-compatible-mathml/textcase/textcase-01.tex
index 9c81db72b..f8330269b 100644
--- a/tagging-status/testfiles-compatible-mathml/textcase/textcase-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/textcase/textcase-01.tex
@@ -6,7 +6,7 @@
tagging=on,
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{textcase}
\title{textcase tagging test}
diff --git a/tagging-status/testfiles-compatible-mathml/underscore/underscore-01.tex b/tagging-status/testfiles-compatible-mathml/underscore/underscore-01.tex
index 1aad27530..23b572ffb 100644
--- a/tagging-status/testfiles-compatible-mathml/underscore/underscore-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/underscore/underscore-01.tex
@@ -9,7 +9,7 @@
\usepackage{underscore}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\else
\usepackage[T1]{fontenc}
% ^ needed with pdflatex
diff --git a/tagging-status/testfiles-compatible-mathml/xfakebold/xfakebold-01.tex b/tagging-status/testfiles-compatible-mathml/xfakebold/xfakebold-01.tex
index 8f59e6c15..bd96a633e 100644
--- a/tagging-status/testfiles-compatible-mathml/xfakebold/xfakebold-01.tex
+++ b/tagging-status/testfiles-compatible-mathml/xfakebold/xfakebold-01.tex
@@ -6,7 +6,7 @@
tagging=on,
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{xfakebold}
diff --git a/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-04.pdftex.struct.xml b/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-04.pdftex.struct.xml
index 122541495..92276d676 100644
--- a/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-04.pdftex.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-04.pdftex.struct.xml
@@ -31,7 +31,7 @@
Layout:Placement="Block"
>
-
+
\begin {equation}\label {eq:1} A^{(1)}_l =\begin {cases} n!,&\text {if }l =1\\ 0,&\text {otherwise}.\end {cases}\end {equation}
@@ -52,7 +52,7 @@
Layout:Placement="Block"
>
-
+
\begin {equation*}\tag {foo}\label {eq:2} A^{(1)}_l =\begin {cases} n!,&\text {if }l =1\\ 0,&\text {otherwise}.\end {cases}\end {equation*}
diff --git a/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-04.struct.xml b/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-04.struct.xml
index b9b24a31d..f279fd9b1 100644
--- a/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-04.struct.xml
+++ b/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-04.struct.xml
@@ -31,7 +31,7 @@
Layout:Placement="Block"
>
-
+
\begin {equation}\label {eq:1} A^{(1)}_l =\begin {cases} n!,&\text {if }l =1\\ 0,&\text {otherwise}.\end {cases}\end {equation}
@@ -48,7 +48,7 @@
Layout:Placement="Block"
>
-
+
\begin {equation*}\tag {foo}\label {eq:2} A^{(1)}_l =\begin {cases} n!,&\text {if }l =1\\ 0,&\text {otherwise}.\end {cases}\end {equation*}
diff --git a/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-04.tex b/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-04.tex
index a51bf7c6a..dd85bd8a8 100644
--- a/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-04.tex
+++ b/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-04.tex
@@ -6,7 +6,7 @@
tagging=on
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{zref-clever}
\usepackage{hyperref}
diff --git a/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-05.tex b/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-05.tex
index 7f4b23a89..e473a04b8 100644
--- a/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-05.tex
+++ b/tagging-status/testfiles-compatible-mathml/zref-clever/zref-clever-05.tex
@@ -6,7 +6,7 @@
tagging=on
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{zref-clever}
\usepackage{hyperref}
diff --git a/tagging-status/testfiles-compatible/sanitize-umlaut/sanitize-umlaut-tasks-01.tex b/tagging-status/testfiles-compatible/sanitize-umlaut/sanitize-umlaut-tasks-01.tex
index 45c6a6014..ce7189c8a 100644
--- a/tagging-status/testfiles-compatible/sanitize-umlaut/sanitize-umlaut-tasks-01.tex
+++ b/tagging-status/testfiles-compatible/sanitize-umlaut/sanitize-umlaut-tasks-01.tex
@@ -13,7 +13,7 @@
\end{filecontents}
\documentclass[a4paper,12pt]{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\else
\usepackage[T1]{fontenc}
\fi
diff --git a/tagging-status/testfiles-compatible/superiors/superiors-01.tex b/tagging-status/testfiles-compatible/superiors/superiors-01.tex
index caa8d6eac..d63e48b63 100644
--- a/tagging-status/testfiles-compatible/superiors/superiors-01.tex
+++ b/tagging-status/testfiles-compatible/superiors/superiors-01.tex
@@ -8,7 +8,8 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
+ \usepackage{fontspec}
\usepackage[supsotf=Cochineal-Roman.otf]{superiors}
\else
\usepackage[supsfam=Cochineal-Sup]{superiors}
diff --git a/tagging-status/testfiles-excluded/asymptote/asymptote-tasks-01.tex b/tagging-status/testfiles-excluded/asymptote/asymptote-tasks-01.tex
index dae565428..0ddbb769d 100644
--- a/tagging-status/testfiles-excluded/asymptote/asymptote-tasks-01.tex
+++ b/tagging-status/testfiles-excluded/asymptote/asymptote-tasks-01.tex
@@ -11,7 +11,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage[
diff --git a/tagging-status/testfiles-excluded/kbordermatrix/kbordermatrix-01-BAD.tex b/tagging-status/testfiles-excluded/kbordermatrix/kbordermatrix-01-BAD.tex
index cab935c1c..9dbac170b 100644
--- a/tagging-status/testfiles-excluded/kbordermatrix/kbordermatrix-01-BAD.tex
+++ b/tagging-status/testfiles-excluded/kbordermatrix/kbordermatrix-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{kbordermatrix}
\title{kbordermatrix tagging test}
diff --git a/tagging-status/testfiles-incompatible-luatex/longmath/longmath-01-BAD.tex b/tagging-status/testfiles-incompatible-luatex/longmath/longmath-01-BAD.tex
index ddfbc7504..bbbf75629 100644
--- a/tagging-status/testfiles-incompatible-luatex/longmath/longmath-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-luatex/longmath/longmath-01-BAD.tex
@@ -6,7 +6,7 @@
tagging=on,
}
\documentclass{article}
-\usepackage{unicode-math}
+\usepackage{lua-unicode-math}
\usepackage{longmath}
\usepackage{multido}
diff --git a/tagging-status/testfiles-incompatible-luatex/luamathalign/luamathalign-01-BAD.tex b/tagging-status/testfiles-incompatible-luatex/luamathalign/luamathalign-01-BAD.tex
index 443750162..e7b4014cf 100644
--- a/tagging-status/testfiles-incompatible-luatex/luamathalign/luamathalign-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-luatex/luamathalign/luamathalign-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\UseName{sys_if_engine_opentype:TF}
- {\usepackage{unicode-math}}
+ {\usepackage{lua-unicode-math}}
{\usepackage{amsmath}}
\usepackage{luamathalign}
diff --git a/tagging-status/testfiles-incompatible-mathml/abraces/abraces-01-BAD.struct.xml b/tagging-status/testfiles-incompatible-mathml/abraces/abraces-01-BAD.struct.xml
index e162ec511..b5752c4c0 100644
--- a/tagging-status/testfiles-incompatible-mathml/abraces/abraces-01-BAD.struct.xml
+++ b/tagging-status/testfiles-incompatible-mathml/abraces/abraces-01-BAD.struct.xml
@@ -26,7 +26,7 @@
$\aoverbrace {\FnD }$
- z}|{The quick brown fox jumped over the lazy dog
+ ⏟⏞⏞⏟The quick brown fox jumped over the lazy dog
@@ -53,7 +53,7 @@
$\aunderbrace {\FnD }$
- The quick brown fox jumped over the lazy dog|{z}
+ The quick brown fox jumped over the lazy dog⏞⏟⏟⏞
@@ -80,7 +80,7 @@
$\aoverbrace [L3U1R]{\FnD }$
- z}|{The quick brown fox jumped over the lazy dog
+ ⏟⏞⏞⏟The quick brown fox jumped over the lazy dog
@@ -107,7 +107,7 @@
$\aunderbrace [l2D1r000@{\bracecolor {blue!70!black}}l1D2r]{\FnD }$
- The quick brown fox jumped over the lazy dog|{z}|{z}
+ The quick brown fox jumped over the lazy dog⏞⏟⏟⏞⏞⏟⏟⏞
@@ -134,7 +134,7 @@
$\aunderbrace [l1D2U2D1r]{\FnD }$
- The quick brown fox jumped over the lazy dog|{z}|{z}
+ The quick brown fox jumped over the lazy dog⏞⏟⏟⏞⏞⏟⏟⏞
@@ -161,7 +161,7 @@
$\aoverbrace [L1R]{\FnD }$
- z{The quick brown fox jumped over the lazy dog
+ ⏟⏟The quick brown fox jumped over the lazy dog
@@ -188,7 +188,7 @@
$\aunderbrace [L1U3R]{\FnD }$
- The quick brown fox jumped over the lazy dogz}|{
+ The quick brown fox jumped over the lazy dog⏟⏞⏞⏟
@@ -215,7 +215,7 @@
$\aunderbrace ['6,0l3D3r0,6']{\FnD }$
- The quick brown fox jumped over the lazy dog|{z}
+ The quick brown fox jumped over the lazy dog⏞⏟⏟⏞
@@ -242,7 +242,7 @@
$\aoverbrace [L5*{3}{01}05U50*{3}{10}5R]{\FnD }$
- z}|{The quick brown fox jumped over the lazy dog
+ ⏟⏞⏞⏟The quick brown fox jumped over the lazy dog
@@ -269,7 +269,7 @@
$\aunderbrace [l1@{\hspace {5em}}2D2@{~\ldots ~}1r]{\FnD }$
- The quick brown fox jumped over the lazy dog|{z…}
+ The quick brown fox jumped over the lazy dog⏞⏟⏟…⏞
@@ -296,7 +296,7 @@
$\aunderbrace [l1R@{\color {red!80!white}}L1r]{\FnD }$
- The quick brown fox jumped over the lazy dog|{z}
+ The quick brown fox jumped over the lazy dog⏞⏟⏟⏞
@@ -323,7 +323,7 @@
$\aoverbrace [,1D!{5em},]{\FnD }$
- {zThe quick brown fox jumped over the lazy dog
+ ⏟⏟The quick brown fox jumped over the lazy dog
@@ -350,7 +350,7 @@
$\aoverbrace [L1U2R]{\FnD }^{\text {one-third of the way}}$
- one-third of the wayz}|{The quick brown fox jumped over the lazy dog
+ one-third of the way⏟⏞⏞⏟The quick brown fox jumped over the lazy dog
@@ -377,7 +377,7 @@
$\aoverbrace [L1U1D1U1R]{\FnD }^{\text {left} & \text {right}}$
- leftrightz}|{z}|{The quick brown fox jumped over the lazy dog
+ leftright⏟⏞⏞⏟⏟⏞⏞⏟The quick brown fox jumped over the lazy dog
@@ -404,7 +404,7 @@
$\aoverbrace [L1U1D1U1R]{\FnD }[L*{3}{1U}1R]^{\text {left} & \text {middle} & \text {right}}$
- leftmiddlerightz}|{z}|{The quick brown fox jumped over the lazy dog
+ leftmiddleright⏟⏞⏞⏟⏟⏞⏞⏟The quick brown fox jumped over the lazy dog
@@ -431,7 +431,7 @@
$\aunderbrace [00l2@{\hspace {-\bracecusplen }}1r]{\aoverbrace [L1@{\hspace {-\bracecusplen }}1R000]{\FnD }[1u13]^{2/5}} [43d3]_{3/5}$
- 2/5z{The quick brown fox jumped over the lazy dog|}3/5
+ 2/5⏟⏟The quick brown fox jumped over the lazy dog⏞⏞3/5
@@ -458,7 +458,7 @@
$\aunderbrace [l1r]{\FnD }[a1z]_{\text {\rlap {far left}} & \text {\llap {far right}}}$
- The quick brown fox jumped over the lazy dog|}far leftfar right
+ The quick brown fox jumped over the lazy dog⏞⏞far leftfar right
diff --git a/tagging-status/testfiles-incompatible-mathml/abraces/abraces-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/abraces/abraces-01-BAD.tex
index 2b3369976..35a8425ef 100644
--- a/tagging-status/testfiles-incompatible-mathml/abraces/abraces-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/abraces/abraces-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{xcolor}
\usepackage{abraces}
diff --git a/tagging-status/testfiles-incompatible-mathml/algorithm/algorithm-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/algorithm/algorithm-01-BAD.tex
index 611b448ac..2b4b726ed 100644
--- a/tagging-status/testfiles-incompatible-mathml/algorithm/algorithm-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/algorithm/algorithm-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{algorithm,algorithmic}
diff --git a/tagging-status/testfiles-incompatible-mathml/autoaligne/autoaligne-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/autoaligne/autoaligne-01-BAD.tex
index ffd38e2ad..6a30457a2 100644
--- a/tagging-status/testfiles-incompatible-mathml/autoaligne/autoaligne-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/autoaligne/autoaligne-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{autoaligne}
\title{autoaligne tagging test- 1}
diff --git a/tagging-status/testfiles-incompatible-mathml/autoaligne/autoaligne-02-BAD.tex b/tagging-status/testfiles-incompatible-mathml/autoaligne/autoaligne-02-BAD.tex
index 095122479..4dd22c51c 100644
--- a/tagging-status/testfiles-incompatible-mathml/autoaligne/autoaligne-02-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/autoaligne/autoaligne-02-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{autoaligne}
\title{autoaligne tagging test - 2}
diff --git a/tagging-status/testfiles-incompatible-mathml/autobreak/autobreak-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/autobreak/autobreak-01-BAD.tex
index 82ebc0ce4..148444649 100644
--- a/tagging-status/testfiles-incompatible-mathml/autobreak/autobreak-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/autobreak/autobreak-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{autobreak}
\title{autobreak tagging test}
diff --git a/tagging-status/testfiles-incompatible-mathml/bigdelim/bigdelim-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/bigdelim/bigdelim-01-BAD.tex
index 50b6de8d0..327419e5e 100644
--- a/tagging-status/testfiles-incompatible-mathml/bigdelim/bigdelim-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/bigdelim/bigdelim-01-BAD.tex
@@ -9,7 +9,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{bigdelim}
\usepackage{xcolor}
diff --git a/tagging-status/testfiles-incompatible-mathml/blkarray/blkarray-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/blkarray/blkarray-01-BAD.tex
index 003dc22c9..f107c470b 100644
--- a/tagging-status/testfiles-incompatible-mathml/blkarray/blkarray-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/blkarray/blkarray-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{blkarray}
diff --git a/tagging-status/testfiles-incompatible-mathml/bussproofs/bussproofs-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/bussproofs/bussproofs-01-BAD.tex
index d30dd997b..cb147347a 100644
--- a/tagging-status/testfiles-incompatible-mathml/bussproofs/bussproofs-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/bussproofs/bussproofs-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{bussproofs}
diff --git a/tagging-status/testfiles-incompatible-mathml/bytefield/bytefield-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/bytefield/bytefield-01-BAD.tex
index 2e5d5913b..7351adff6 100644
--- a/tagging-status/testfiles-incompatible-mathml/bytefield/bytefield-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/bytefield/bytefield-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{bytefield}
diff --git a/tagging-status/testfiles-incompatible-mathml/cancel/cancel-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/cancel/cancel-01-BAD.tex
index 8e7370da0..3f7cb92f0 100644
--- a/tagging-status/testfiles-incompatible-mathml/cancel/cancel-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/cancel/cancel-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{cancel}
\title{cancel tagging test}
diff --git a/tagging-status/testfiles-incompatible-mathml/chemfig/chemfig-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/chemfig/chemfig-01-BAD.tex
index 8c4652f96..b332fa40e 100644
--- a/tagging-status/testfiles-incompatible-mathml/chemfig/chemfig-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/chemfig/chemfig-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{chemfig}
diff --git a/tagging-status/testfiles-incompatible-mathml/cprotect/cprotect-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/cprotect/cprotect-01-BAD.tex
index 74b1ae0aa..44c5700ce 100644
--- a/tagging-status/testfiles-incompatible-mathml/cprotect/cprotect-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/cprotect/cprotect-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\else
\usepackage{amsmath}
\fi
diff --git a/tagging-status/testfiles-incompatible-mathml/decorule/decorule-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/decorule/decorule-01-BAD.tex
index 18cd8a4c4..fc0477974 100644
--- a/tagging-status/testfiles-incompatible-mathml/decorule/decorule-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/decorule/decorule-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{decorule}
diff --git a/tagging-status/testfiles-incompatible-mathml/diagbox/diagbox-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/diagbox/diagbox-01-BAD.tex
index 9fd8e710e..5aa7b8b69 100644
--- a/tagging-status/testfiles-incompatible-mathml/diagbox/diagbox-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/diagbox/diagbox-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{diagbox}
diff --git a/tagging-status/testfiles-incompatible-mathml/dotseqn/dotseqn-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/dotseqn/dotseqn-01-BAD.tex
index 71643ef27..1add8b178 100644
--- a/tagging-status/testfiles-incompatible-mathml/dotseqn/dotseqn-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/dotseqn/dotseqn-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{dotseqn}
\title{dotseqn tagging test}
diff --git a/tagging-status/testfiles-incompatible-mathml/ebproof/ebproof-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/ebproof/ebproof-01-BAD.tex
index 2e3f0c0b6..bddbc879e 100644
--- a/tagging-status/testfiles-incompatible-mathml/ebproof/ebproof-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/ebproof/ebproof-01-BAD.tex
@@ -6,7 +6,7 @@
tagging=on
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{ebproof}
\usepackage{xcolor}
diff --git a/tagging-status/testfiles-incompatible-mathml/esvect/esvect-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/esvect/esvect-01-BAD.tex
index 9cefc438f..92364cbd1 100644
--- a/tagging-status/testfiles-incompatible-mathml/esvect/esvect-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/esvect/esvect-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{esvect}
\title{esvect tagging test}
diff --git a/tagging-status/testfiles-incompatible-mathml/exam/exam-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/exam/exam-01-BAD.tex
index 8227d4344..88be211b4 100644
--- a/tagging-status/testfiles-incompatible-mathml/exam/exam-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/exam/exam-01-BAD.tex
@@ -6,7 +6,7 @@
tagging-setup={math/setup=mathml-SE}
}
\documentclass[addpoints]{exam}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\tagpdfsetup{table/header-rows={1}}
\title{Exam Test}
\author{Sparticus}
diff --git a/tagging-status/testfiles-incompatible-mathml/fitch/fitch-01-BAD.pdftex.struct.xml b/tagging-status/testfiles-incompatible-mathml/fitch/fitch-01-BAD.pdftex.struct.xml
index ce748a09a..1a9de9dfe 100644
--- a/tagging-status/testfiles-incompatible-mathml/fitch/fitch-01-BAD.pdftex.struct.xml
+++ b/tagging-status/testfiles-incompatible-mathml/fitch/fitch-01-BAD.pdftex.struct.xml
@@ -22,7 +22,7 @@
Layout:Placement="Inline"
>
-
+ 1 � 𝑃 ∨ 𝑄 2 � � ¬ 𝑄 3 � � � 𝑃 4 � � 𝑃 R, 3 5 � � � 𝑄 6 � � ¬ 𝑄 R, 2 7 � � ⊥ ¬ E, 5 , 6 8 � � 𝑃 ⊥ E, 7 9 � 𝑃 ∨ E, 1 , 3 – 4 , 5 – 8
$\begin {nd} \hypo {1} {P\vee Q} \hypo {2} {\neg Q} \open \hypo {3} {P} \have {4} {P} \r {3} \close \open \hypo {aa} {Q} \have {6} {\neg Q} \r {2} \have {7} {\bot } \ne {aa,6} \have {8} {P} \be {7} \close \have {9} {P} \oe {1,3-4,aa-8} \end {nd}$
@@ -51,7 +51,7 @@
Layout:Placement="Inline"
>
- 1 � 𝐴 ⇒ 𝐵 Premise 2 � � 𝐴 Premise 3 � 𝐵 1 , 2 (but how?) 4 � 𝐴 ∧ 𝐵 2 , 3
+ 1 � 𝐴 ⇒ 𝐵 Premise 2 � � 𝐴 Premise 3 � 𝐵 1 , 2 (but how?) 4 � 𝐴 ∧ 𝐵 2 , 3
$\begin {nd} \hypo {a} {A \Rightarrow B} \by {Premise}{} \hypo {b} {A} \by {Premise}{} \have {c} {B} \by {\ndref {a,b} (but \emph {how?})}{} \have {d} {A \wedge B} \by {}{b,c} \end {nd}$
@@ -566,7 +566,7 @@
Layout:Placement="Inline"
>
- ⊥
+ ⊥
$\bot $
@@ -686,7 +686,7 @@
Layout:Placement="Inline"
>
- ⊥
+ ⊥
$\bot $
diff --git a/tagging-status/testfiles-incompatible-mathml/fitch/fitch-01-BAD.struct.xml b/tagging-status/testfiles-incompatible-mathml/fitch/fitch-01-BAD.struct.xml
index d1fad1238..43cf3ad90 100644
--- a/tagging-status/testfiles-incompatible-mathml/fitch/fitch-01-BAD.struct.xml
+++ b/tagging-status/testfiles-incompatible-mathml/fitch/fitch-01-BAD.struct.xml
@@ -21,7 +21,7 @@
Layout:Placement="Inline"
>
- 1 � 𝑃 ∨ 𝑄 2 � � ¬ 𝑄 3 � � � 𝑃 4 � � 𝑃 R, 3 5 � � � 𝑄 6 � � ¬ 𝑄 R, 2 7 � � ⊥ ¬ E, 5 , 6 8 � � 𝑃 ⊥ E, 7 9 � 𝑃 ∨ E, 1 , 3 – 4 , 5 – 8
+ 1 � 𝑃 ∨ 𝑄 2 � � ¬ 𝑄 3 � � � 𝑃 4 � � 𝑃 R, 3 5 � � � 𝑄 6 � � ¬ 𝑄 R, 2 7 � � ⊥ ¬ E, 5 , 6 8 � � 𝑃 ⊥ E, 7 9 � 𝑃 ∨ E, 1 , 3 – 4 , 5 – 8
$\begin {nd} \hypo {1} {P\vee Q} \hypo {2} {\neg Q} \open \hypo {3} {P} \have {4} {P} \r {3} \close \open \hypo {aa} {Q} \have {6} {\neg Q} \r {2} \have {7} {\bot } \ne {aa,6} \have {8} {P} \be {7} \close \have {9} {P} \oe {1,3-4,aa-8} \end {nd}$
@@ -48,7 +48,7 @@
Layout:Placement="Inline"
>
- 1 � 𝐴 ⇒ 𝐵 Premise 2 � � 𝐴 Premise 3 � 𝐵 1 , 2 (but how?) 4 � 𝐴 ∧ 𝐵 2 , 3
+ 1 � 𝐴 ⇒ 𝐵 Premise 2 � � 𝐴 Premise 3 � 𝐵 1 , 2 (but how?) 4 � 𝐴 ∧ 𝐵 2 , 3
$\begin {nd} \hypo {a} {A \Rightarrow B} \by {Premise}{} \hypo {b} {A} \by {Premise}{} \have {c} {B} \by {\ndref {a,b} (but \emph {how?})}{} \have {d} {A \wedge B} \by {}{b,c} \end {nd}$
@@ -536,7 +536,7 @@
Layout:Placement="Inline"
>
- ⊥
+ ⊥
$\bot $
@@ -649,7 +649,7 @@
Layout:Placement="Inline"
>
- ⊥
+ ⊥
$\bot $
diff --git a/tagging-status/testfiles-incompatible-mathml/fitch/fitch-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/fitch/fitch-01-BAD.tex
index 5067d314b..d66b55874 100644
--- a/tagging-status/testfiles-incompatible-mathml/fitch/fitch-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/fitch/fitch-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{fitch}
diff --git a/tagging-status/testfiles-incompatible-mathml/halloweenmath/halloweenmath-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/halloweenmath/halloweenmath-01-BAD.tex
index 2d5de86aa..815042b4c 100644
--- a/tagging-status/testfiles-incompatible-mathml/halloweenmath/halloweenmath-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/halloweenmath/halloweenmath-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{halloweenmath}
diff --git a/tagging-status/testfiles-incompatible-mathml/longdivision/longdivision-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/longdivision/longdivision-01-BAD.tex
index e72697935..7d8648110 100644
--- a/tagging-status/testfiles-incompatible-mathml/longdivision/longdivision-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/longdivision/longdivision-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\let\longdivision\relax
\fi
diff --git a/tagging-status/testfiles-incompatible-mathml/magaz/magaz-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/magaz/magaz-01-BAD.tex
index 617020651..76e7b20cf 100644
--- a/tagging-status/testfiles-incompatible-mathml/magaz/magaz-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/magaz/magaz-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{magaz}
diff --git a/tagging-status/testfiles-incompatible-mathml/moderncv/moderncv-bibtex-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/moderncv/moderncv-bibtex-01-BAD.tex
index 48ae0bbc8..48ac602f4 100644
--- a/tagging-status/testfiles-incompatible-mathml/moderncv/moderncv-bibtex-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/moderncv/moderncv-bibtex-01-BAD.tex
@@ -24,7 +24,7 @@
% see https://tex.stackexchange.com/a/496643
\ifxetexorluatex
\usepackage{fontspec}
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\defaultfontfeatures{Ligatures=TeX}
\setmainfont{Latin Modern Roman}
\setsansfont{Latin Modern Sans}
diff --git a/tagging-status/testfiles-incompatible-mathml/multienum/multienum-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/multienum/multienum-01-BAD.tex
index 95bc50ebb..7ea36a169 100644
--- a/tagging-status/testfiles-incompatible-mathml/multienum/multienum-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/multienum/multienum-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{multienum}
diff --git a/tagging-status/testfiles-incompatible-mathml/newproof/newproof-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/newproof/newproof-01-BAD.tex
index c6b08fe9d..905cac207 100644
--- a/tagging-status/testfiles-incompatible-mathml/newproof/newproof-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/newproof/newproof-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{newproof}
diff --git a/tagging-status/testfiles-incompatible-mathml/nicefrac/nicefrac-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/nicefrac/nicefrac-01-BAD.tex
index c6d1ce4fd..11c780b0f 100644
--- a/tagging-status/testfiles-incompatible-mathml/nicefrac/nicefrac-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/nicefrac/nicefrac-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{nicefrac}
\title{nicefrac tagging test}
diff --git a/tagging-status/testfiles-incompatible-mathml/nicematrix/nicematrix-02-BAD.tex b/tagging-status/testfiles-incompatible-mathml/nicematrix/nicematrix-02-BAD.tex
index a0c0bc764..1e40f6919 100644
--- a/tagging-status/testfiles-incompatible-mathml/nicematrix/nicematrix-02-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/nicematrix/nicematrix-02-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{nicematrix}
diff --git a/tagging-status/testfiles-incompatible-mathml/oubraces/oubraces-01-BAD.struct.xml b/tagging-status/testfiles-incompatible-mathml/oubraces/oubraces-01-BAD.struct.xml
index 0b2961d73..e4c0a2c23 100644
--- a/tagging-status/testfiles-incompatible-mathml/oubraces/oubraces-01-BAD.struct.xml
+++ b/tagging-status/testfiles-incompatible-mathml/oubraces/oubraces-01-BAD.struct.xml
@@ -20,7 +20,7 @@
\begin {equation*}\overunderbraces {&\br {2}{x}& &\br {2}{y}}{a + b +&c + d +&e + f&+&g + h&+ i + j&+ k + l + m}{& &\br {3}{z}} = \pi r^2\end {equation*}
- 𝑥𝑦z}|{z}|{𝑎+𝑏+𝑐+𝑑+𝑒+𝑓+𝑔+ℎ+𝑖+𝑗+𝑘+𝑙+𝑚|{z}𝑧=𝜋𝑟2
+ 𝑥𝑦⏟⏞⏞⏟⏟⏞⏞⏟𝑎+𝑏+𝑐+𝑑+𝑒+𝑓+𝑔+ℎ+𝑖+𝑗+𝑘+𝑙+𝑚⏞⏟⏟⏞𝑧=𝜋𝑟2
diff --git a/tagging-status/testfiles-incompatible-mathml/oubraces/oubraces-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/oubraces/oubraces-01-BAD.tex
index 5859725f3..7fe01a29e 100644
--- a/tagging-status/testfiles-incompatible-mathml/oubraces/oubraces-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/oubraces/oubraces-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{oubraces}
\title{oubraces tagging test}
diff --git a/tagging-status/testfiles-incompatible-mathml/overpic/overpic-01.tex b/tagging-status/testfiles-incompatible-mathml/overpic/overpic-01.tex
index f77897152..ee03a2fe1 100644
--- a/tagging-status/testfiles-incompatible-mathml/overpic/overpic-01.tex
+++ b/tagging-status/testfiles-incompatible-mathml/overpic/overpic-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{overpic}
\usepackage{xcolor}
\usepackage{pict2e}
diff --git a/tagging-status/testfiles-incompatible-mathml/pagesel/pagesel-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/pagesel/pagesel-01-BAD.tex
index b74a9d418..cc7adf1a0 100644
--- a/tagging-status/testfiles-incompatible-mathml/pagesel/pagesel-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/pagesel/pagesel-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage[2,20]{pagesel}
\usepackage[math,toc]{blindtext}
\usepackage{kantlipsum}
diff --git a/tagging-status/testfiles-incompatible-mathml/polexpr/polexpr-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/polexpr/polexpr-01-BAD.tex
index b3c165a0f..e9ad3dcce 100644
--- a/tagging-status/testfiles-incompatible-mathml/polexpr/polexpr-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/polexpr/polexpr-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{polexpr}
diff --git a/tagging-status/testfiles-incompatible-mathml/polynom/polynom-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/polynom/polynom-01-BAD.tex
index 9de6936f9..eae2a54dc 100644
--- a/tagging-status/testfiles-incompatible-mathml/polynom/polynom-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/polynom/polynom-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{polynom}
\title{polynom tagging test}
diff --git a/tagging-status/testfiles-incompatible-mathml/prftree/prftree-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/prftree/prftree-01-BAD.tex
index 124c96814..ac1206a26 100644
--- a/tagging-status/testfiles-incompatible-mathml/prftree/prftree-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/prftree/prftree-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{prftree}
diff --git a/tagging-status/testfiles-incompatible-mathml/refcheck/refcheck-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/refcheck/refcheck-01-BAD.tex
index c2b4e53bc..ca4700185 100644
--- a/tagging-status/testfiles-incompatible-mathml/refcheck/refcheck-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/refcheck/refcheck-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{refcheck}
\title{refcheck tagging test}
diff --git a/tagging-status/testfiles-incompatible-mathml/selectp/selectp-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/selectp/selectp-01-BAD.tex
index 390fa4b8a..c12e4ae9a 100644
--- a/tagging-status/testfiles-incompatible-mathml/selectp/selectp-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/selectp/selectp-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{selectp}
\usepackage[math,toc]{blindtext}
\usepackage{kantlipsum}
diff --git a/tagging-status/testfiles-incompatible-mathml/systeme/systeme-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/systeme/systeme-01-BAD.tex
index 00c77f7ec..277f3b854 100644
--- a/tagging-status/testfiles-incompatible-mathml/systeme/systeme-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/systeme/systeme-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{systeme}
\title{systeme tagging test}
diff --git a/tagging-status/testfiles-incompatible-mathml/thmtools/thmtools-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/thmtools/thmtools-01-BAD.tex
index c7d1927f5..2123fc6d2 100644
--- a/tagging-status/testfiles-incompatible-mathml/thmtools/thmtools-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/thmtools/thmtools-01-BAD.tex
@@ -10,7 +10,7 @@
\usepackage{thmtools}
\usepackage{hyperref}
\UseName{sys_if_engine_opentype:TF}
- {\usepackage{unicode-math}}
+ {\usepackage{lua-unicode-math}}
{\usepackage{amsmath}}
% ^ need to load amsmath before cleveref
\usepackage{cleveref}
diff --git a/tagging-status/testfiles-incompatible-mathml/tikz-cd/tikz-cd-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/tikz-cd/tikz-cd-01-BAD.tex
index 1e247d862..9662b6ffa 100644
--- a/tagging-status/testfiles-incompatible-mathml/tikz-cd/tikz-cd-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/tikz-cd/tikz-cd-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{tikz-cd}
\title{tikz-cd tagging test}
diff --git a/tagging-status/testfiles-incompatible-mathml/witharrows/witharrows-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/witharrows/witharrows-01-BAD.tex
index 7c6d00819..5963ceeda 100644
--- a/tagging-status/testfiles-incompatible-mathml/witharrows/witharrows-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/witharrows/witharrows-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{witharrows}
diff --git a/tagging-status/testfiles-incompatible-mathml/xlop/xlop-01-BAD.tex b/tagging-status/testfiles-incompatible-mathml/xlop/xlop-01-BAD.tex
index d897103bc..119234c15 100644
--- a/tagging-status/testfiles-incompatible-mathml/xlop/xlop-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible-mathml/xlop/xlop-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{xlop}
\title{xlop tagging test}
diff --git a/tagging-status/testfiles-incompatible/IEEEtrantools/IEEEtrantools-01-BAD.tex b/tagging-status/testfiles-incompatible/IEEEtrantools/IEEEtrantools-01-BAD.tex
index 3d43ddc0d..fc59eab60 100644
--- a/tagging-status/testfiles-incompatible/IEEEtrantools/IEEEtrantools-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible/IEEEtrantools/IEEEtrantools-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{IEEEtrantools}
\title{IEEEtrantools tagging test}
diff --git a/tagging-status/testfiles-incompatible/amsaddr/amsaddr-01-BAD.tex b/tagging-status/testfiles-incompatible/amsaddr/amsaddr-01-BAD.tex
index b81bd2873..790fe7df1 100644
--- a/tagging-status/testfiles-incompatible/amsaddr/amsaddr-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible/amsaddr/amsaddr-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{amsart}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{amsaddr}
diff --git a/tagging-status/testfiles-incompatible/amsaddr/amsaddr-02-BAD.tex b/tagging-status/testfiles-incompatible/amsaddr/amsaddr-02-BAD.tex
index e13429e40..5ef99d3b4 100644
--- a/tagging-status/testfiles-incompatible/amsaddr/amsaddr-02-BAD.tex
+++ b/tagging-status/testfiles-incompatible/amsaddr/amsaddr-02-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{amsart}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage[foot]{amsaddr}
diff --git a/tagging-status/testfiles-incompatible/nccmath/nccmath-01-BAD.tex b/tagging-status/testfiles-incompatible/nccmath/nccmath-01-BAD.tex
index e5e115c85..5a3c5274b 100644
--- a/tagging-status/testfiles-incompatible/nccmath/nccmath-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible/nccmath/nccmath-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{nccmath}
\title{nccmath tagging test}
diff --git a/tagging-status/testfiles-incompatible/tikzlibrary-matrix/tikzlibrary-matrix-01-BAD.tex b/tagging-status/testfiles-incompatible/tikzlibrary-matrix/tikzlibrary-matrix-01-BAD.tex
index 1e7c87e70..7fe5c8ccb 100644
--- a/tagging-status/testfiles-incompatible/tikzlibrary-matrix/tikzlibrary-matrix-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible/tikzlibrary-matrix/tikzlibrary-matrix-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{tikz}
\usetikzlibrary{matrix}
diff --git a/tagging-status/testfiles-incompatible/xy/xy-01-BAD.tex b/tagging-status/testfiles-incompatible/xy/xy-01-BAD.tex
index 2e19ac643..65985edda 100644
--- a/tagging-status/testfiles-incompatible/xy/xy-01-BAD.tex
+++ b/tagging-status/testfiles-incompatible/xy/xy-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\UseName{sys_if_engine_luatex:T}{\usepackage{luatex85}} % needed with luatex
-\UseName{sys_if_engine_unicode:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_unicode:T}{\usepackage{lua-unicode-math}}
\usepackage[all]{xy}
\title{xy tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/MnSymbol/MnSymbol-01.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/MnSymbol/MnSymbol-01.pdftex.struct.xml
index b14400ff2..eb81d52ee 100644
--- a/tagging-status/testfiles-partial-mathml/MnSymbol/MnSymbol-01.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/MnSymbol/MnSymbol-01.pdftex.struct.xml
@@ -134,13 +134,10 @@
-
- ⩞
-
$\doublebarwedge $
@@ -163,13 +160,10 @@
-
- g
-
$\dashedsearrow $
@@ -192,13 +186,10 @@
-
- ∫ 𝑖 𝑗 𝑓 ( 𝑥 )
-
$\int _i^j f(x)$
diff --git a/tagging-status/testfiles-partial-mathml/MnSymbol/MnSymbol-01.struct.xml b/tagging-status/testfiles-partial-mathml/MnSymbol/MnSymbol-01.struct.xml
index a3be9008f..6f215e73a 100644
--- a/tagging-status/testfiles-partial-mathml/MnSymbol/MnSymbol-01.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/MnSymbol/MnSymbol-01.struct.xml
@@ -1,206 +1 @@
-
-
-
-
-
- R⃝
-
-
-
-
- S⃝
-
-
-
-
- ¥
-
-
-
-
- †
-
-
-
-
- ‡
-
-
-
-
- ¶
-
-
-
-
- §
-
-
-
-
- $
-
-
-
-
- £
-
-
-
-
-
-
- ⩞
-
-
- $\doublebarwedge $
-
- ∧
-
-
-
-
-
-
-
- g
-
-
- $\dashedsearrow $
-
- [TEXT]
-
-
-
-
-
-
-
- ∫ 𝑖 𝑗 𝑓 ( 𝑥 )
-
-
- $\int _i^j f(x)$
-
- ∫jif(x)
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/tagging-status/testfiles-partial-mathml/MnSymbol/MnSymbol-01.tex b/tagging-status/testfiles-partial-mathml/MnSymbol/MnSymbol-01.tex
index 9a2b22ac6..21da86871 100644
--- a/tagging-status/testfiles-partial-mathml/MnSymbol/MnSymbol-01.tex
+++ b/tagging-status/testfiles-partial-mathml/MnSymbol/MnSymbol-01.tex
@@ -9,7 +9,7 @@
\IfFileExists{\jobname-luamml-mathml.html}
{\usepackage{MnSymbol}}
{\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
% just enough to process math
\def\circledR{Ⓡ}
\def\circledS{Ⓢ}
diff --git a/tagging-status/testfiles-partial-mathml/acronym/acronym-01-BAD.tex b/tagging-status/testfiles-partial-mathml/acronym/acronym-01-BAD.tex
index 268cac5a8..12b8d27d3 100644
--- a/tagging-status/testfiles-partial-mathml/acronym/acronym-01-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/acronym/acronym-01-BAD.tex
@@ -1,7 +1,7 @@
\DocumentMetadata{lang=en-US,tagging=on}
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage[colorlinks]{hyperref}
\usepackage[printonlyused,withpage]{acronym}
diff --git a/tagging-status/testfiles-partial-mathml/alnumsec/alnumsec-01.struct.xml b/tagging-status/testfiles-partial-mathml/alnumsec/alnumsec-01.struct.xml
index 3e45c698e..04bdb20e1 100644
--- a/tagging-status/testfiles-partial-mathml/alnumsec/alnumsec-01.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/alnumsec/alnumsec-01.struct.xml
@@ -95,7 +95,7 @@
𝛼
- $\mitalpha $
+ $α$
𝛼
@@ -258,7 +258,7 @@
𝛼
- $\mitalpha $
+ $α$
𝛼
diff --git a/tagging-status/testfiles-partial-mathml/alnumsec/alnumsec-01.tex b/tagging-status/testfiles-partial-mathml/alnumsec/alnumsec-01.tex
index f25342aa7..36f40fdc1 100644
--- a/tagging-status/testfiles-partial-mathml/alnumsec/alnumsec-01.tex
+++ b/tagging-status/testfiles-partial-mathml/alnumsec/alnumsec-01.tex
@@ -6,7 +6,7 @@
tagging=on
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{alnumsec}
\usepackage{hyperref}
diff --git a/tagging-status/testfiles-partial-mathml/amsbsy/amsbsy-01.tex b/tagging-status/testfiles-partial-mathml/amsbsy/amsbsy-01.tex
index 66e53277d..8415b0fde 100644
--- a/tagging-status/testfiles-partial-mathml/amsbsy/amsbsy-01.tex
+++ b/tagging-status/testfiles-partial-mathml/amsbsy/amsbsy-01.tex
@@ -7,7 +7,7 @@
\documentclass{article}
\ifdefined\Uchar
% generate mathml for pdftex version
- \IfFileExists{\jobname-luamml-mathml.html}{}{\usepackage{unicode-math}\def\pmb##1{##1}}
+ \IfFileExists{\jobname-luamml-mathml.html}{}{\usepackage{lua-unicode-math}\def\pmb##1{##1}}
\fi
\usepackage{amsbsy}
diff --git a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-01.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-01.pdftex.struct.xml
index 11df79574..1226ad4ce 100644
--- a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-01.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-01.pdftex.struct.xml
@@ -2505,7 +2505,7 @@
Layout:Placement="Block"
>
- 𝐻 𝑐 = 𝑛 1 ! 𝑛 2 ! 𝑛 3 ! 𝑛 1 + 𝑛 2 + 𝑛 3 ∑ 𝑖 [ ( 𝑛 1 𝑖 ) ( 𝑛 2 𝑛 3 − 𝑛 1 + 𝑖 ) ( 𝑛 3 𝑛 3 − 𝑛 2 + 𝑖 ) + ( 𝑛 1 − 1 𝑖 ) ( 𝑛 2 − 1 𝑛 3 − 𝑛 1 + 𝑖 ) ( 𝑛 3 − 1 𝑛 3 − 𝑛 2 + 𝑖 ) ] .
+ 𝐻 𝑐 = 𝑛 1 ! 𝑛 2 ! 𝑛 3 ! 𝑛 1 + 𝑛 2 + 𝑛 3 ∑ 𝑖 [ ( 𝑛 1 𝑖 ) ( 𝑛 2 𝑛 3 − 𝑛 1 + 𝑖 ) ( 𝑛 3 𝑛 3 − 𝑛 2 + 𝑖 ) + ( 𝑛 1 − 1 𝑖 ) ( 𝑛 2 − 1 𝑛 3 − 𝑛 1 + 𝑖 ) ( 𝑛 3 − 1 𝑛 3 − 𝑛 2 + 𝑖 ) ] .
\begin {equation}\label {j:mark} \begin {split} H_c=& \frac {n_1!\,n_2!\,n_3!} {n_1+n_2+n_3}\sum _i\left [\binom {n_1}{i} \binom {n_2}{n_3-n_1+i}\binom {n_3}{n_3-n_2+i}\right .\\ &+\left .\binom {n_1-1}{i} \binom {n_2-1}{n_3-n_1+i} \binom {n_3-1}{n_3-n_2+i}\right ].\end {split}\end {equation}
@@ -3137,7 +3137,7 @@
Layout:Placement="Block"
>
- lim ( 𝑣 , 𝑣 ′ ) → ( 0 , 0 ) 𝐻 ( 𝑧 + 𝑣 ) − 𝐻 ( 𝑧 + 𝑣 ′ ) − 𝐵 𝐻 ( 𝑧 ) ( 𝑣 − 𝑣 ′ ) ‖ 𝑣 − 𝑣 ′ ‖ = 0 .
+ lim ( 𝑣 , 𝑣 ′ ) → ( 0 , 0 ) 𝐻 ( 𝑧 + 𝑣 ) − 𝐻 ( 𝑧 + 𝑣 ′ ) − 𝐵 𝐻 ( 𝑧 ) ( 𝑣 − 𝑣 ′ ) ‖ 𝑣 − 𝑣 ′ ‖ = 0 .
\begin {equation*}\lim _{(v,v') \to (0,0)} \frac {H(z+v) - H(z+v') - BH(z)(v -v')}{\enVert {v - v'}} = 0.\end {equation*}
@@ -3709,7 +3709,7 @@
Layout:Placement="Inline"
>
- ln 𝜓 0 ′ ( 1 ) = 0
+ ln 𝜓 0 ′ ( 1 ) = 0
$\ln \psi _0'(1)=0$
@@ -4907,7 +4907,7 @@
Layout:Placement="Inline"
>
- 𝑅 ″
+ 𝑅 ″
$R''$
@@ -5003,7 +5003,7 @@
Layout:Placement="Inline"
>
- 𝐿 ″ = 𝐿 ( 𝒜 ″ )
+ 𝐿 ″ = 𝐿 ( 𝒜 ″ )
$L'' = L(\A '')$
@@ -5020,7 +5020,7 @@
Layout:Placement="Block"
>
- 𝑅 ″ = ∑ 𝐻 ∈ ℬ ⊆ 𝒜 ( − 1 ) | ℬ | 𝑡 dim 𝑇 ( ℬ ) = ∑ 𝑌 ∈ 𝐿 ″ ∑ ℬ ∈ 𝑆 ( 𝐻 , 𝑌 ) ( − 1 ) | ℬ | 𝑡 dim 𝑌 = − ∑ 𝑌 ∈ 𝐿 ″ ∑ ℬ ∈ 𝑆 ( 𝐻 , 𝑌 ) ( − 1 ) | ℬ − 𝒜 𝐻 | 𝑡 dim 𝑌 = − ∑ 𝑌 ∈ 𝐿 ″ 𝜇 ( 𝐻 , 𝑌 ) 𝑡 dim 𝑌 = − 𝜒 ( 𝒜 ″ , 𝑡 ) .
+ 𝑅 ″ = ∑ 𝐻 ∈ ℬ ⊆ 𝒜 ( − 1 ) | ℬ | 𝑡 dim 𝑇 ( ℬ ) = ∑ 𝑌 ∈ 𝐿 ″ ∑ ℬ ∈ 𝑆 ( 𝐻 , 𝑌 ) ( − 1 ) | ℬ | 𝑡 dim 𝑌 = − ∑ 𝑌 ∈ 𝐿 ″ ∑ ℬ ∈ 𝑆 ( 𝐻 , 𝑌 ) ( − 1 ) | ℬ − 𝒜 𝐻 | 𝑡 dim 𝑌 = − ∑ 𝑌 ∈ 𝐿 ″ 𝜇 ( 𝐻 , 𝑌 ) 𝑡 dim 𝑌 = − 𝜒 ( 𝒜 ″ , 𝑡 ) .
\begin {equation}\label {E_SXgYy} \begin {split} R''&= \sum _{H\in \B \subseteq \A } (-1)^{\abs {\B }} t^{\dim T(\B )}\\ &= \sum _{Y \in L''} \sum _{\B \in S(H,Y)} (-1)^{\abs {\B }}t^{\dim Y} \\ &= -\sum _{Y \in L''} \sum _{\B \in S(H,Y)} (-1)^ {\abs {\B - \A _{H}}} t^{\dim Y} \\ &= -\sum _{Y \in L''} \mu (H,Y)t^{\dim Y} \\ &= -\chi (\A '',t). \end {split}\end {equation}
@@ -5068,7 +5068,7 @@
Layout:Placement="Inline"
>
- ( 𝒜 , 𝒜 ′ , 𝒜 ″ )
+ ( 𝒜 , 𝒜 ′ , 𝒜 ″ )
$(\A ,\A ',\A '')$
@@ -5085,7 +5085,7 @@
Layout:Placement="Block"
>
- 𝜋 ( 𝒜 , 𝑡 ) = 𝜋 ( 𝒜 ′ , 𝑡 ) + 𝑡 𝜋 ( 𝒜 ″ , 𝑡 ) .
+ 𝜋 ( 𝒜 , 𝑡 ) = 𝜋 ( 𝒜 ′ , 𝑡 ) + 𝑡 𝜋 ( 𝒜 ″ , 𝑡 ) .
\begin {equation*}\pi (\A ,t) = \pi (\A ',t) + t \pi (\A '',t).\end {equation*}
@@ -5128,7 +5128,7 @@
Layout:Placement="Inline"
>
- ( 𝒜 , 𝒜 ′ , 𝒜 ″ )
+ ( 𝒜 , 𝒜 ′ , 𝒜 ″ )
$(\A ,\A ',\A '')$
@@ -5176,7 +5176,7 @@
Layout:Placement="Inline"
>
- 𝑇 ( 𝒜 ) ∉ 𝐿 ( 𝒜 ′ )
+ 𝑇 ( 𝒜 ) ∉ 𝐿 ( 𝒜 ′ )
$T(\A ) \not \in L(\A ')$
@@ -5221,7 +5221,7 @@
Layout:Placement="Inline"
>
- ( 𝒜 , 𝒜 ′ , 𝒜 ″ )
+ ( 𝒜 , 𝒜 ′ , 𝒜 ″ )
$(\A ,\A ',\A '')$
@@ -5302,7 +5302,7 @@
Layout:Placement="Block"
>
- 𝜇 ( 𝒜 ) = − 𝜇 ( 𝒜 ″ )
+ 𝜇 ( 𝒜 ) = − 𝜇 ( 𝒜 ″ )
\begin {equation*}\mu (\A ) = - \mu (\A '')\end {equation*}
@@ -5325,7 +5325,7 @@
Layout:Placement="Block"
>
- | 𝜇 ( 𝒜 ) | = | 𝜇 ( 𝒜 ″ ) | .
+ | 𝜇 ( 𝒜 ) | = | 𝜇 ( 𝒜 ″ ) | .
\begin {equation*}\abs {\mu (\A )} = \abs { \mu (\A '')}.\end {equation*}
@@ -5385,7 +5385,7 @@
Layout:Placement="Block"
>
- 𝜇 ( 𝒜 ) = 𝜇 ( 𝒜 ′ ) − 𝜇 ( 𝒜 ″ )
+ 𝜇 ( 𝒜 ) = 𝜇 ( 𝒜 ′ ) − 𝜇 ( 𝒜 ″ )
\begin {equation*}\mu (\A ) = \mu (\A ') - \mu (\A '')\end {equation*}
@@ -5408,7 +5408,7 @@
Layout:Placement="Block"
>
- | 𝜇 ( 𝒜 ) | = | 𝜇 ( 𝒜 ′ ) | + | 𝜇 ( 𝒜 ″ ) | .
+ | 𝜇 ( 𝒜 ) | = | 𝜇 ( 𝒜 ′ ) | + | 𝜇 ( 𝒜 ″ ) | .
\begin {equation*}\abs {\mu (\A )} = \abs {\mu (\A ')} + \abs {\mu (\A '')}.\end {equation*}
@@ -5505,7 +5505,7 @@
Layout:Placement="Inline"
>
- 𝑟 ( 𝒜 ′ ) < 𝑟 ( 𝒜 )
+ 𝑟 ( 𝒜 ′ ) < 𝑟 ( 𝒜 )
$r(\A ') < r(\A )$
@@ -5521,7 +5521,7 @@
Layout:Placement="Inline"
>
- 𝜋 ( 𝒜 ′ , 𝑡 )
+ 𝜋 ( 𝒜 ′ , 𝑡 )
$\pi (\A ',t)$
@@ -5782,7 +5782,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝜙 ( 𝑥 ′ , 𝑦 )
+ 𝜎 𝜙 ( 𝑥 ′ , 𝑦 )
$\st _\phi (x',y)$
@@ -5798,7 +5798,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝜙 ( 𝑥 , 𝑦 ′ )
+ 𝜎 𝜙 ( 𝑥 , 𝑦 ′ )
$\st _\phi (x,y')$
@@ -5831,7 +5831,7 @@
Layout:Placement="Block"
>
- ⟨ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ⟩ 𝑗 = 1 ∞ = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ) ⟩ 𝑗 = 1 ∞ = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ⟩ 𝑗 = 1 ∞ .
+ ⟨ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ⟩ 𝑗 = 1 ∞ = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ) ⟩ 𝑗 = 1 ∞ = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ⟩ 𝑗 = 1 ∞ .
\begin {equation*}\langle \st _j(x',y)\rangle _{j=1}^\infty =\langle \st _j(x,y)\rangle _{j=1}^\infty =\langle \st _j(x,y')\rangle _{j=1}^\infty .\end {equation*}
@@ -5886,7 +5886,7 @@
Layout:Placement="Block"
>
- ⟨ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ⟩ 𝑗 = 1 𝑖 = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ) ⟩ 𝑗 = 1 𝑖 = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ⟩ 𝑗 = 1 𝑖 .
+ ⟨ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ⟩ 𝑗 = 1 𝑖 = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ) ⟩ 𝑗 = 1 𝑖 = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ⟩ 𝑗 = 1 𝑖 .
\begin {equation*}\langle \st _j(x',y)\rangle _{j=1}^i =\langle \st _j(x,y)\rangle _{j=1}^i =\langle \st _j(x,y')\rangle _{j=1}^i.\end {equation*}
@@ -5940,7 +5940,7 @@
Layout:Placement="Inline"
>
- [ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ] 𝑗 = 1 𝑖 − 1 = [ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ] 𝑗 = 1 𝑖 − 1
+ [ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ] 𝑗 = 1 𝑖 − 1 = [ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ] 𝑗 = 1 𝑖 − 1
$[\st _j(x',y)]_{j=1}^{i-1}=[\st _j(x,y')]_{j=1}^{i-1}$
@@ -5956,7 +5956,7 @@
Layout:Placement="Inline"
>
- [ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ] 𝑗 = 𝑖 ∞
+ [ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ] 𝑗 = 𝑖 ∞
$[\st _j(x',y)]_{j=i}^{\infty }$
@@ -5972,7 +5972,7 @@
Layout:Placement="Inline"
>
- [ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ] 𝑗 = 𝑖 ∞
+ [ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ] 𝑗 = 𝑖 ∞
$[\st _j(x,y')]_{j=i}^{\infty }$
@@ -5988,7 +5988,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
+ 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
$\st _i(x',y)$
@@ -6004,7 +6004,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
+ 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
$\st _i(x,y')$
@@ -6052,7 +6052,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
+ 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
$\st _i(x,y)=\st _i(x,y')$
@@ -6084,7 +6084,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
+ 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
$\st _i(x',y)$
@@ -6116,7 +6116,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
+ 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
$\st _i(x',y)$
@@ -6132,7 +6132,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 ′ , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
+ 𝜎 𝑖 ( 𝑥 ′ , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
$\st _i(x',y)=\st _i(x,y)=\st _i(x,y')$
@@ -6180,7 +6180,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
+ 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
$\st _i(x,y)=\st _i(x',y)$
@@ -6196,7 +6196,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
+ 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
$\st _i(x,y)=\st _i(x,y')$
@@ -6274,7 +6274,7 @@
Layout:Placement="Inline"
>
- ( 𝑥 ′ , 𝑦 )
+ ( 𝑥 ′ , 𝑦 )
$(x',y)$
@@ -6306,7 +6306,7 @@
Layout:Placement="Inline"
>
- ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ) ⟩ 𝑗 = 1 ∞ ≠ ⟨ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ⟩ 𝑗 = 1 ∞
+ ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ) ⟩ 𝑗 = 1 ∞ ≠ ⟨ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ⟩ 𝑗 = 1 ∞
$\langle \st _j(x,y)\rangle _{j=1}^\infty \ne \langle \st _j(x',y)\rangle _{j=1}^\infty $
@@ -8772,7 +8772,7 @@
Layout:Placement="Inline"
>
- 𝑢 ′ ( 𝑡 ) = 𝑢 ( − 𝑡 )
+ 𝑢 ′ ( 𝑡 ) = 𝑢 ( − 𝑡 )
$u'(t)=u(-t)$
@@ -8788,7 +8788,7 @@
Layout:Placement="Inline"
>
- 𝑣 ′ ( 𝑡 ) = 𝑓 ( 𝑢 ′ ( 𝑡 ) ) = 𝑣 ( − 𝑡 )
+ 𝑣 ′ ( 𝑡 ) = 𝑓 ( 𝑢 ′ ( 𝑡 ) ) = 𝑣 ( − 𝑡 )
$v'(t)=f(u'(t))=v(-t)$
@@ -10001,7 +10001,7 @@
Layout:Placement="Block"
>
- (40) 𝐴 𝑙 ( 1 ) = { 𝑛 ! , if 𝑙 = 1 0 , otherwise .
+ (40) 𝐴 𝑙 ( 1 ) = { 𝑛 ! , if 𝑙 = 1 0 , otherwise .
\begin {equation}\label {compl-gr} A^{(1)}_l =\begin {cases} n!,&\text {if }l =1\\ 0,&\text {otherwise}.\end {cases}\end {equation}
@@ -10030,7 +10030,7 @@
Layout:Placement="Block"
>
- (41) 𝐻 𝑐 = 1 2 ( 𝑛 − 1 ) ! .
+ (41) 𝐻 𝑐 = 1 2 ( 𝑛 − 1 ) ! .
\begin {equation}H_c=\frac 12(n-1)!.\end {equation}
@@ -10107,7 +10107,7 @@
Layout:Placement="Block"
>
- (42) 𝐴 𝑙 = { − 𝑛 1 ! 𝑛 2 ! 𝛿 𝑛 1 𝑛 2 , if 𝑙 = 2 0 , otherwise .
+ (42) 𝐴 𝑙 = { − 𝑛 1 ! 𝑛 2 ! 𝛿 𝑛 1 𝑛 2 , if 𝑙 = 2 0 , otherwise .
\begin {equation}A_l = \begin {cases} -n_1!n_2!\delta _{n_1n_2},&\text {if }l =2\\ 0,&\text {otherwise }.\end {cases} \label {compl-bip-gr}\end {equation}
@@ -10136,7 +10136,7 @@
Layout:Placement="Block"
>
- (43) 𝐻 𝑐 = 1 𝑛 1 + 𝑛 2 𝑛 1 ! 𝑛 2 ! 𝛿 𝑛 1 𝑛 2 .
+ (43) 𝐻 𝑐 = 1 𝑛 1 + 𝑛 2 𝑛 1 ! 𝑛 2 ! 𝛿 𝑛 1 𝑛 2 .
\begin {equation}H_c=\frac 1{n_1+n_2}n_1!n_2!\delta _{n_1n_2}.\end {equation}
@@ -11204,7 +11204,7 @@
Layout:Placement="Block"
>
- 𝑘 𝛽
+ 𝑘 𝛽
\begin {equation*}\sqrt [\leftroot {-2}\uproot {2}\beta ]{k}\end {equation*}
@@ -11454,7 +11454,7 @@
Layout:Placement="Block"
>
- ∗ ∗ ∏ ∗ ∗ 𝑘 ∑ ′ 0 ≤ 𝑖 ≤ 𝑚 𝐸 𝑖 𝛽 𝑥
+ ∗ ∗ ∏ ∗ ∗ 𝑘 ∑ ′ 0 ≤ 𝑖 ≤ 𝑚 𝐸 𝑖 𝛽 𝑥
\begin {equation*}\sideset {_*^*}{_*^*}\prod _k\qquad \sideset {}{'}\sum _{0\le i\le m} E_i\beta x\end {equation*}
@@ -11528,7 +11528,7 @@
Layout:Placement="Block"
>
- y = y ′ if and only if 𝑦 𝑘 ′ = 𝛿 𝑘 𝑦 𝜏 ( 𝑘 )
+ y = y ′ if and only if 𝑦 𝑘 ′ = 𝛿 𝑘 𝑦 𝜏 ( 𝑘 )
\begin {equation*}\mathbf {y}=\mathbf {y}'\quad \text {if and only if}\quad y'_k=\delta _k y_{\tau (k)}\end {equation*}
@@ -12483,7 +12483,7 @@
Layout:Placement="Inline"
>
- 𝑋 𝑗 = ( 1 / 𝜆 𝑗 ) 𝑋 𝑗 ′
+ 𝑋 𝑗 = ( 1 / 𝜆 𝑗 ) 𝑋 𝑗 ′
$X_j=(1/\sqrt {\smash [b]{\lambda _j}})X_j'$
@@ -12532,7 +12532,7 @@
Layout:Placement="Inline"
>
- 𝑋 𝑗 = ( 1 / 𝜆 𝑗 ) 𝑋 𝑗 ′
+ 𝑋 𝑗 = ( 1 / 𝜆 𝑗 ) 𝑋 𝑗 ′
$X_j=(1/\sqrt {\lambda _j})X_j'$
@@ -12595,7 +12595,7 @@
Layout:Placement="Block"
>
- (60) 𝑃 𝑟 − 𝑗 = { 0 if 𝑟 − 𝑗 is odd , 𝑟 ! ( − 1 ) ( 𝑟 − 𝑗 ) / 2 if 𝑟 − 𝑗 is even .
+ (60) 𝑃 𝑟 − 𝑗 = { 0 if 𝑟 − 𝑗 is odd , 𝑟 ! ( − 1 ) ( 𝑟 − 𝑗 ) / 2 if 𝑟 − 𝑗 is even .
\begin {equation}P_{r-j}= \begin {cases} 0& \text {if $r-j$ is odd},\\ r!\,(-1)^{(r-j)/2}& \text {if $r-j$ is even}. \end {cases}\end {equation}
@@ -14114,7 +14114,7 @@
Layout:Placement="Block"
>
- | 𝐼 1 | = | ∫ Ω 𝑔 𝑅 𝑢 𝑑 Ω | ≤ 𝐶 3 [ ∫ Ω ( ∫ 𝑎 𝑥 𝑔 ( 𝜉 , 𝑡 ) 𝑑 𝜉 ) 2 𝑑 Ω ] 1 / 2 = × [ ∫ Ω { 𝑢 𝑥 2 + 1 𝑘 ( ∫ 𝑎 𝑥 𝑐 𝑢 𝑡 𝑑 𝜉 ) 2 } 𝑐 Ω ] 1 / 2 ≤ 𝐶 4 | | 𝑓 | 𝑆 ˜ 𝑎 , − − 1 , 0 𝑊 2 ( Ω , Γ 𝑙 ) | | | | 𝑢 | → ∘ 𝑊 2 𝐴 ˜ ( Ω ; Γ 𝑟 , 𝑇 ) | | . (67 ′ ) | 𝐼 2 | = | ∫ 0 𝑇 𝜓 ( 𝑡 ) { 𝑢 ( 𝑎 , 𝑡 ) − ∫ 𝛾 ( 𝑡 ) 𝑎 𝑑 𝜃 𝑘 ( 𝜃 , 𝑡 ) ∫ 𝑎 𝜃 𝑐 ( 𝜉 ) 𝑢 𝑡 ( 𝜉 , 𝑡 ) 𝑑 𝜉 } 𝑑 𝑡 | ≤ 𝐶 6 | | 𝑓 ∫ Ω | 𝑆 ˜ 𝑎 , − − 1 , 0 𝑊 2 ( Ω , Γ 𝑙 ) | | | | 𝑢 | → ∘ 𝑊 2 𝐴 ˜ ( Ω ; Γ 𝑟 , 𝑇 ) | | .
+ | 𝐼 1 | = | ∫ Ω 𝑔 𝑅 𝑢 𝑑 Ω | ≤ 𝐶 3 [ ∫ Ω ( ∫ 𝑎 𝑥 𝑔 ( 𝜉 , 𝑡 ) 𝑑 𝜉 ) 2 𝑑 Ω ] 1 / 2 = × [ ∫ Ω { 𝑢 𝑥 2 + 1 𝑘 ( ∫ 𝑎 𝑥 𝑐 𝑢 𝑡 𝑑 𝜉 ) 2 } 𝑐 Ω ] 1 / 2 ≤ 𝐶 4 | | 𝑓 | 𝑆 ˜ 𝑎 , − − 1 , 0 𝑊 2 ( Ω , Γ 𝑙 ) | | | | 𝑢 | → ∘ 𝑊 2 𝐴 ˜ ( Ω ; Γ 𝑟 , 𝑇 ) | | . (67 ′ ) | 𝐼 2 | = | ∫ 0 𝑇 𝜓 ( 𝑡 ) { 𝑢 ( 𝑎 , 𝑡 ) − ∫ 𝛾 ( 𝑡 ) 𝑎 𝑑 𝜃 𝑘 ( 𝜃 , 𝑡 ) ∫ 𝑎 𝜃 𝑐 ( 𝜉 ) 𝑢 𝑡 ( 𝜉 , 𝑡 ) 𝑑 𝜉 } 𝑑 𝑡 | ≤ 𝐶 6 | | 𝑓 ∫ Ω | 𝑆 ˜ 𝑎 , − − 1 , 0 𝑊 2 ( Ω , Γ 𝑙 ) | | | | 𝑢 | → ∘ 𝑊 2 𝐴 ˜ ( Ω ; Γ 𝑟 , 𝑇 ) | | .
\begin {align*}\begin {split}\abs {I_1}&=\left \lvert \int _\Omega gRu\,d\Omega \right \rvert \\ &\le C_3\left [\int _\Omega \left (\int _{a}^x g(\xi ,t)\,d\xi \right )^2d\Omega \right ]^{1/2}\\ &\phantom {=}\times \left [\int _\Omega \left \{u^2_x+\frac {1}{k} \left (\int _{a}^x cu_t\,d\xi \right )^2\right \} c\Omega \right ]^{1/2}\\ &\le C_4\left \lvert \left \lvert f\left \lvert \wt {S}^{-1,0}_{a,-} W_2(\Omega ,\Gamma _l)\right \rvert \right \rvert \left \lvert \abs {u}\overset {\circ }\to W_2^{\wt {A}} (\Omega ;\Gamma _r,T)\right \rvert \right \rvert . \end {split}\\ \begin {split}\abs {I_2}&=\left \lvert \int _{0}^T \psi (t)\left \{u(a,t) -\int _{\gamma (t)}^a\frac {d\theta }{k(\theta ,t)} \int _{a}^\theta c(\xi )u_t(\xi ,t)\,d\xi \right \}dt\right \rvert \\ &\le C_6\left \lvert \left \lvert f\int _\Omega \left \lvert \wt {S}^{-1,0}_{a,-} W_2(\Omega ,\Gamma _l)\right \rvert \right \rvert \left \lvert \abs {u}\overset {\circ }\to W_2^{\wt {A}} (\Omega ;\Gamma _r,T)\right \rvert \right \rvert . \end {split}\tag {\theequation $'$}\end {align*}
@@ -15031,7 +15031,7 @@
Layout:Placement="Block"
>
- (75) 𝑥 = 𝑦 by (84) (76) 𝑥 ′ = 𝑦 ′ by (85) (77) 𝑥 + 𝑥 ′ = 𝑦 + 𝑦 ′ by Axiom 1.
+ (75) 𝑥 = 𝑦 by (84) (76) 𝑥 ′ = 𝑦 ′ by (85) (77) 𝑥 + 𝑥 ′ = 𝑦 + 𝑦 ′ by Axiom 1.
\begin {align}x& =y && \text {by (\ref {eq:C})}\\ x'& = y' && \text {by (\ref {eq:D})}\\ x+x' & = y+y' && \text {by Axiom 1.}\end {align}
@@ -15700,7 +15700,7 @@
Layout:Placement="Block"
>
- (84) 𝑥 = 𝑦 by (66) (85) 𝑥 ′ = 𝑦 ′ by (82) (86) 𝑥 + 𝑥 ′ = 𝑦 + 𝑦 ′ by Axiom 1.
+ (84) 𝑥 = 𝑦 by (66) (85) 𝑥 ′ = 𝑦 ′ by (82) (86) 𝑥 + 𝑥 ′ = 𝑦 + 𝑦 ′ by Axiom 1.
\begin {alignat}{2} x& =y && \qquad \text {by (\ref {eq:A})}\label {eq:C}\\ x'& = y' && \qquad \text {by (\ref {eq:B})}\label {eq:D}\\ x+x' & = y+y' && \qquad \text {by Axiom 1.}\end {alignat}
diff --git a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-01.struct.xml b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-01.struct.xml
index cd1b6b06d..10164e718 100644
--- a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-01.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-01.struct.xml
@@ -2416,7 +2416,7 @@
Layout:Placement="Block"
>
- 𝐻 𝑐 = 𝑛 1 ! 𝑛 2 ! 𝑛 3 ! 𝑛 1 + 𝑛 2 + 𝑛 3 ∑ 𝑖 [ ( 𝑛 1 𝑖 ) ( 𝑛 2 𝑛 3 − 𝑛 1 + 𝑖 ) ( 𝑛 3 𝑛 3 − 𝑛 2 + 𝑖 ) + ( 𝑛 1 − 1 𝑖 ) ( 𝑛 2 − 1 𝑛 3 − 𝑛 1 + 𝑖 ) ( 𝑛 3 − 1 𝑛 3 − 𝑛 2 + 𝑖 ) ] .
+ 𝐻 𝑐 = 𝑛 1 ! 𝑛 2 ! 𝑛 3 ! 𝑛 1 + 𝑛 2 + 𝑛 3 ∑ 𝑖 [ ( 𝑛 1 𝑖 ) ( 𝑛 2 𝑛 3 − 𝑛 1 + 𝑖 ) ( 𝑛 3 𝑛 3 − 𝑛 2 + 𝑖 ) + ( 𝑛 1 − 1 𝑖 ) ( 𝑛 2 − 1 𝑛 3 − 𝑛 1 + 𝑖 ) ( 𝑛 3 − 1 𝑛 3 − 𝑛 2 + 𝑖 ) ] .
\begin {equation}\label {j:mark} \begin {split} H_c=& \frac {n_1!\,n_2!\,n_3!} {n_1+n_2+n_3}\sum _i\left [\binom {n_1}{i} \binom {n_2}{n_3-n_1+i}\binom {n_3}{n_3-n_2+i}\right .\\ &+\left .\binom {n_1-1}{i} \binom {n_2-1}{n_3-n_1+i} \binom {n_3-1}{n_3-n_2+i}\right ].\end {split}\end {equation}
@@ -3051,7 +3051,7 @@
Layout:Placement="Block"
>
- lim ( 𝑣 , 𝑣 ′ ) → ( 0 , 0 ) 𝐻 ( 𝑧 + 𝑣 ) − 𝐻 ( 𝑧 + 𝑣 ′ ) − 𝐵 𝐻 ( 𝑧 ) ( 𝑣 − 𝑣 ′ ) ‖ 𝑣 − 𝑣 ′ ‖ = 0 .
+ lim ( 𝑣 , 𝑣 ′ ) → ( 0 , 0 ) 𝐻 ( 𝑧 + 𝑣 ) − 𝐻 ( 𝑧 + 𝑣 ′ ) − 𝐵 𝐻 ( 𝑧 ) ( 𝑣 − 𝑣 ′ ) ‖ 𝑣 − 𝑣 ′ ‖ = 0 .
\begin {equation*}\lim _{(v,v') \to (0,0)} \frac {H(z+v) - H(z+v') - BH(z)(v -v')}{\enVert {v - v'}} = 0.\end {equation*}
@@ -3627,7 +3627,7 @@
Layout:Placement="Inline"
>
- ln 𝜓 0 ′ ( 1 ) = 0
+ ln 𝜓 0 ′ ( 1 ) = 0
$\ln \psi _0'(1)=0$
@@ -4818,7 +4818,7 @@
Layout:Placement="Inline"
>
- 𝑅 ″
+ 𝑅 ″
$R''$
@@ -4914,7 +4914,7 @@
Layout:Placement="Inline"
>
- 𝐿 ″ = 𝐿 ( 𝒜 ″ )
+ 𝐿 ″ = 𝐿 ( 𝒜 ″ )
$L'' = L(\A '')$
@@ -4931,7 +4931,7 @@
Layout:Placement="Block"
>
- 𝑅 ″ = ∑ 𝐻 ∈ ℬ ⊆ 𝒜 ( − 1 ) | ℬ | 𝑡 dim 𝑇 ( ℬ ) = ∑ 𝑌 ∈ 𝐿 ″ ∑ ℬ ∈ 𝑆 ( 𝐻 , 𝑌 ) ( − 1 ) | ℬ | 𝑡 dim 𝑌 = − ∑ 𝑌 ∈ 𝐿 ″ ∑ ℬ ∈ 𝑆 ( 𝐻 , 𝑌 ) ( − 1 ) | ℬ − 𝒜 𝐻 | 𝑡 dim 𝑌 = − ∑ 𝑌 ∈ 𝐿 ″ 𝜇 ( 𝐻 , 𝑌 ) 𝑡 dim 𝑌 = − 𝜒 ( 𝒜 ″ , 𝑡 ) .
+ 𝑅 ″ = ∑ 𝐻 ∈ ℬ ⊆ 𝒜 ( − 1 ) | ℬ | 𝑡 dim 𝑇 ( ℬ ) = ∑ 𝑌 ∈ 𝐿 ″ ∑ ℬ ∈ 𝑆 ( 𝐻 , 𝑌 ) ( − 1 ) | ℬ | 𝑡 dim 𝑌 = − ∑ 𝑌 ∈ 𝐿 ″ ∑ ℬ ∈ 𝑆 ( 𝐻 , 𝑌 ) ( − 1 ) | ℬ − 𝒜 𝐻 | 𝑡 dim 𝑌 = − ∑ 𝑌 ∈ 𝐿 ″ 𝜇 ( 𝐻 , 𝑌 ) 𝑡 dim 𝑌 = − 𝜒 ( 𝒜 ″ , 𝑡 ) .
\begin {equation}\label {E_SXgYy} \begin {split} R''&= \sum _{H\in \B \subseteq \A } (-1)^{\abs {\B }} t^{\dim T(\B )}\\ &= \sum _{Y \in L''} \sum _{\B \in S(H,Y)} (-1)^{\abs {\B }}t^{\dim Y} \\ &= -\sum _{Y \in L''} \sum _{\B \in S(H,Y)} (-1)^ {\abs {\B - \A _{H}}} t^{\dim Y} \\ &= -\sum _{Y \in L''} \mu (H,Y)t^{\dim Y} \\ &= -\chi (\A '',t). \end {split}\end {equation}
@@ -4980,7 +4980,7 @@
Layout:Placement="Inline"
>
- ( 𝒜 , 𝒜 ′ , 𝒜 ″ )
+ ( 𝒜 , 𝒜 ′ , 𝒜 ″ )
$(\A ,\A ',\A '')$
@@ -4997,7 +4997,7 @@
Layout:Placement="Block"
>
- 𝜋 ( 𝒜 , 𝑡 ) = 𝜋 ( 𝒜 ′ , 𝑡 ) + 𝑡 𝜋 ( 𝒜 ″ , 𝑡 ) .
+ 𝜋 ( 𝒜 , 𝑡 ) = 𝜋 ( 𝒜 ′ , 𝑡 ) + 𝑡 𝜋 ( 𝒜 ″ , 𝑡 ) .
\begin {equation*}\pi (\A ,t) = \pi (\A ',t) + t \pi (\A '',t).\end {equation*}
@@ -5040,7 +5040,7 @@
Layout:Placement="Inline"
>
- ( 𝒜 , 𝒜 ′ , 𝒜 ″ )
+ ( 𝒜 , 𝒜 ′ , 𝒜 ″ )
$(\A ,\A ',\A '')$
@@ -5088,7 +5088,7 @@
Layout:Placement="Inline"
>
- 𝑇 ( 𝒜 ) ∉ 𝐿 ( 𝒜 ′ )
+ 𝑇 ( 𝒜 ) ∉ 𝐿 ( 𝒜 ′ )
$T(\A ) \not \in L(\A ')$
@@ -5133,7 +5133,7 @@
Layout:Placement="Inline"
>
- ( 𝒜 , 𝒜 ′ , 𝒜 ″ )
+ ( 𝒜 , 𝒜 ′ , 𝒜 ″ )
$(\A ,\A ',\A '')$
@@ -5214,7 +5214,7 @@
Layout:Placement="Block"
>
- 𝜇 ( 𝒜 ) = − 𝜇 ( 𝒜 ″ )
+ 𝜇 ( 𝒜 ) = − 𝜇 ( 𝒜 ″ )
\begin {equation*}\mu (\A ) = - \mu (\A '')\end {equation*}
@@ -5237,7 +5237,7 @@
Layout:Placement="Block"
>
- | 𝜇 ( 𝒜 ) | = | 𝜇 ( 𝒜 ″ ) | .
+ | 𝜇 ( 𝒜 ) | = | 𝜇 ( 𝒜 ″ ) | .
\begin {equation*}\abs {\mu (\A )} = \abs { \mu (\A '')}.\end {equation*}
@@ -5297,7 +5297,7 @@
Layout:Placement="Block"
>
- 𝜇 ( 𝒜 ) = 𝜇 ( 𝒜 ′ ) − 𝜇 ( 𝒜 ″ )
+ 𝜇 ( 𝒜 ) = 𝜇 ( 𝒜 ′ ) − 𝜇 ( 𝒜 ″ )
\begin {equation*}\mu (\A ) = \mu (\A ') - \mu (\A '')\end {equation*}
@@ -5320,7 +5320,7 @@
Layout:Placement="Block"
>
- | 𝜇 ( 𝒜 ) | = | 𝜇 ( 𝒜 ′ ) | + | 𝜇 ( 𝒜 ″ ) | .
+ | 𝜇 ( 𝒜 ) | = | 𝜇 ( 𝒜 ′ ) | + | 𝜇 ( 𝒜 ″ ) | .
\begin {equation*}\abs {\mu (\A )} = \abs {\mu (\A ')} + \abs {\mu (\A '')}.\end {equation*}
@@ -5417,7 +5417,7 @@
Layout:Placement="Inline"
>
- 𝑟 ( 𝒜 ′ ) < 𝑟 ( 𝒜 )
+ 𝑟 ( 𝒜 ′ ) < 𝑟 ( 𝒜 )
$r(\A ') < r(\A )$
@@ -5433,7 +5433,7 @@
Layout:Placement="Inline"
>
- 𝜋 ( 𝒜 ′ , 𝑡 )
+ 𝜋 ( 𝒜 ′ , 𝑡 )
$\pi (\A ',t)$
@@ -5694,7 +5694,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝜙 ( 𝑥 ′ , 𝑦 )
+ 𝜎 𝜙 ( 𝑥 ′ , 𝑦 )
$\st _\phi (x',y)$
@@ -5710,7 +5710,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝜙 ( 𝑥 , 𝑦 ′ )
+ 𝜎 𝜙 ( 𝑥 , 𝑦 ′ )
$\st _\phi (x,y')$
@@ -5743,7 +5743,7 @@
Layout:Placement="Block"
>
- ⟨ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ⟩ 𝑗 = 1 ∞ = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ) ⟩ 𝑗 = 1 ∞ = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ⟩ 𝑗 = 1 ∞ .
+ ⟨ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ⟩ 𝑗 = 1 ∞ = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ) ⟩ 𝑗 = 1 ∞ = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ⟩ 𝑗 = 1 ∞ .
\begin {equation*}\langle \st _j(x',y)\rangle _{j=1}^\infty =\langle \st _j(x,y)\rangle _{j=1}^\infty =\langle \st _j(x,y')\rangle _{j=1}^\infty .\end {equation*}
@@ -5798,7 +5798,7 @@
Layout:Placement="Block"
>
- ⟨ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ⟩ 𝑗 = 1 𝑖 = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ) ⟩ 𝑗 = 1 𝑖 = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ⟩ 𝑗 = 1 𝑖 .
+ ⟨ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ⟩ 𝑗 = 1 𝑖 = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ) ⟩ 𝑗 = 1 𝑖 = ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ⟩ 𝑗 = 1 𝑖 .
\begin {equation*}\langle \st _j(x',y)\rangle _{j=1}^i =\langle \st _j(x,y)\rangle _{j=1}^i =\langle \st _j(x,y')\rangle _{j=1}^i.\end {equation*}
@@ -5852,7 +5852,7 @@
Layout:Placement="Inline"
>
- [ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ] 𝑗 = 1 𝑖 − 1 = [ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ] 𝑗 = 1 𝑖 − 1
+ [ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ] 𝑗 = 1 𝑖 − 1 = [ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ] 𝑗 = 1 𝑖 − 1
$[\st _j(x',y)]_{j=1}^{i-1}=[\st _j(x,y')]_{j=1}^{i-1}$
@@ -5868,7 +5868,7 @@
Layout:Placement="Inline"
>
- [ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ] 𝑗 = 𝑖 ∞
+ [ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ] 𝑗 = 𝑖 ∞
$[\st _j(x',y)]_{j=i}^{\infty }$
@@ -5884,7 +5884,7 @@
Layout:Placement="Inline"
>
- [ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ] 𝑗 = 𝑖 ∞
+ [ 𝜎 𝑗 ( 𝑥 , 𝑦 ′ ) ] 𝑗 = 𝑖 ∞
$[\st _j(x,y')]_{j=i}^{\infty }$
@@ -5900,7 +5900,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
+ 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
$\st _i(x',y)$
@@ -5916,7 +5916,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
+ 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
$\st _i(x,y')$
@@ -5965,7 +5965,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
+ 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
$\st _i(x,y)=\st _i(x,y')$
@@ -5997,7 +5997,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
+ 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
$\st _i(x',y)$
@@ -6029,7 +6029,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
+ 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
$\st _i(x',y)$
@@ -6045,7 +6045,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 ′ , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
+ 𝜎 𝑖 ( 𝑥 ′ , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
$\st _i(x',y)=\st _i(x,y)=\st _i(x,y')$
@@ -6093,7 +6093,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
+ 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 ′ , 𝑦 )
$\st _i(x,y)=\st _i(x',y)$
@@ -6109,7 +6109,7 @@
Layout:Placement="Inline"
>
- 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
+ 𝜎 𝑖 ( 𝑥 , 𝑦 ) = 𝜎 𝑖 ( 𝑥 , 𝑦 ′ )
$\st _i(x,y)=\st _i(x,y')$
@@ -6187,7 +6187,7 @@
Layout:Placement="Inline"
>
- ( 𝑥 ′ , 𝑦 )
+ ( 𝑥 ′ , 𝑦 )
$(x',y)$
@@ -6219,7 +6219,7 @@
Layout:Placement="Inline"
>
- ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ) ⟩ 𝑗 = 1 ∞ ≠ ⟨ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ⟩ 𝑗 = 1 ∞
+ ⟨ 𝜎 𝑗 ( 𝑥 , 𝑦 ) ⟩ 𝑗 = 1 ∞ ≠ ⟨ 𝜎 𝑗 ( 𝑥 ′ , 𝑦 ) ⟩ 𝑗 = 1 ∞
$\langle \st _j(x,y)\rangle _{j=1}^\infty \ne \langle \st _j(x',y)\rangle _{j=1}^\infty $
@@ -8663,7 +8663,7 @@
Layout:Placement="Inline"
>
- 𝑢 ′ ( 𝑡 ) = 𝑢 ( − 𝑡 )
+ 𝑢 ′ ( 𝑡 ) = 𝑢 ( − 𝑡 )
$u'(t)=u(-t)$
@@ -8679,7 +8679,7 @@
Layout:Placement="Inline"
>
- 𝑣 ′ ( 𝑡 ) = 𝑓 ( 𝑢 ′ ( 𝑡 ) ) = 𝑣 ( − 𝑡 )
+ 𝑣 ′ ( 𝑡 ) = 𝑓 ( 𝑢 ′ ( 𝑡 ) ) = 𝑣 ( − 𝑡 )
$v'(t)=f(u'(t))=v(-t)$
@@ -9867,7 +9867,7 @@
Layout:Placement="Block"
>
- (40) 𝐴 𝑙 ( 1 ) = { 𝑛 ! , if 𝑙 = 1 0 , otherwise .
+ (40) 𝐴 𝑙 ( 1 ) = { 𝑛 ! , if 𝑙 = 1 0 , otherwise .
\begin {equation}\label {compl-gr} A^{(1)}_l =\begin {cases} n!,&\text {if }l =1\\ 0,&\text {otherwise}.\end {cases}\end {equation}
@@ -9892,7 +9892,7 @@
Layout:Placement="Block"
>
- (41) 𝐻 𝑐 = 1 2 ( 𝑛 − 1 ) ! .
+ (41) 𝐻 𝑐 = 1 2 ( 𝑛 − 1 ) ! .
\begin {equation}H_c=\frac 12(n-1)!.\end {equation}
@@ -9964,7 +9964,7 @@
Layout:Placement="Block"
>
- (42) 𝐴 𝑙 = { − 𝑛 1 ! 𝑛 2 ! 𝛿 𝑛 1 𝑛 2 , if 𝑙 = 2 0 , otherwise .
+ (42) 𝐴 𝑙 = { − 𝑛 1 ! 𝑛 2 ! 𝛿 𝑛 1 𝑛 2 , if 𝑙 = 2 0 , otherwise .
\begin {equation}A_l = \begin {cases} -n_1!n_2!\delta _{n_1n_2},&\text {if }l =2\\ 0,&\text {otherwise }.\end {cases} \label {compl-bip-gr}\end {equation}
@@ -9989,7 +9989,7 @@
Layout:Placement="Block"
>
- (43) 𝐻 𝑐 = 1 𝑛 1 + 𝑛 2 𝑛 1 ! 𝑛 2 ! 𝛿 𝑛 1 𝑛 2 .
+ (43) 𝐻 𝑐 = 1 𝑛 1 + 𝑛 2 𝑛 1 ! 𝑛 2 ! 𝛿 𝑛 1 𝑛 2 .
\begin {equation}H_c=\frac 1{n_1+n_2}n_1!n_2!\delta _{n_1n_2}.\end {equation}
@@ -11035,7 +11035,7 @@
Layout:Placement="Block"
>
- 𝑘 𝛽
+ 𝑘 𝛽
\begin {equation*}\sqrt [\leftroot {-2}\uproot {2}\beta ]{k}\end {equation*}
@@ -11287,7 +11287,7 @@
Layout:Placement="Block"
>
- ∗ ∗ ∏ ∗ ∗ 𝑘 ∑ ′ 0 ≤ 𝑖 ≤ 𝑚 𝐸 𝑖 𝛽 𝑥
+ ∗ ∗ ∏ ∗ ∗ 𝑘 ∑ ′ 0 ≤ 𝑖 ≤ 𝑚 𝐸 𝑖 𝛽 𝑥
\begin {equation*}\sideset {_*^*}{_*^*}\prod _k\qquad \sideset {}{'}\sum _{0\le i\le m} E_i\beta x\end {equation*}
@@ -11361,7 +11361,7 @@
Layout:Placement="Block"
>
- y = y ′ if and only if 𝑦 𝑘 ′ = 𝛿 𝑘 𝑦 𝜏 ( 𝑘 )
+ y = y ′ if and only if 𝑦 𝑘 ′ = 𝛿 𝑘 𝑦 𝜏 ( 𝑘 )
\begin {equation*}\mathbf {y}=\mathbf {y}'\quad \text {if and only if}\quad y'_k=\delta _k y_{\tau (k)}\end {equation*}
@@ -11630,9 +11630,9 @@
(48)
lim𝑛→∞|𝑎𝑛+1|/|𝑎𝑛|=0
(49)
- lim→→→→→→(𝑚𝜆𝑖⋅)∗≤0
+ lim(𝑚𝜆𝑖⋅)∗≤0
(50)
- lim←←←←←←𝑝∈𝑆(𝐴)𝐴𝑝≤0
+ lim𝑝∈𝑆(𝐴)𝐴𝑝≤0
(51)
- 𝑋 𝑗 = ( 1 / 𝜆 𝑗 ) 𝑋 𝑗 ′
+ 𝑋 𝑗 = ( 1 / 𝜆 𝑗 ) 𝑋 𝑗 ′
$X_j=(1/\sqrt {\smash [b]{\lambda _j}})X_j'$
@@ -12329,7 +12329,7 @@
Layout:Placement="Inline"
>
- 𝑋 𝑗 = ( 1 / 𝜆 𝑗 ) 𝑋 𝑗 ′
+ 𝑋 𝑗 = ( 1 / 𝜆 𝑗 ) 𝑋 𝑗 ′
$X_j=(1/\sqrt {\lambda _j})X_j'$
@@ -12393,7 +12393,7 @@
Layout:Placement="Block"
>
- (60) 𝑃 𝑟 − 𝑗 = { 0 if 𝑟 − 𝑗 is odd , 𝑟 ! ( − 1 ) ( 𝑟 − 𝑗 ) / 2 if 𝑟 − 𝑗 is even .
+ (60) 𝑃 𝑟 − 𝑗 = { 0 if 𝑟 − 𝑗 is odd , 𝑟 ! ( − 1 ) ( 𝑟 − 𝑗 ) / 2 if 𝑟 − 𝑗 is even .
\begin {equation}P_{r-j}= \begin {cases} 0& \text {if $r-j$ is odd},\\ r!\,(-1)^{(r-j)/2}& \text {if $r-j$ is even}. \end {cases}\end {equation}
@@ -13893,7 +13893,7 @@
Layout:Placement="Block"
>
- | 𝐼 1 | = | ∫ Ω 𝑔 𝑅 𝑢 𝑑 Ω | ≤ 𝐶 3 [ ∫ Ω ( ∫ 𝑎 𝑥 𝑔 ( 𝜉 , 𝑡 ) 𝑑 𝜉 ) 2 𝑑 Ω ] 1 / 2 = × [ ∫ Ω { 𝑢 𝑥 2 + 1 𝑘 ( ∫ 𝑎 𝑥 𝑐 𝑢 𝑡 𝑑 𝜉 ) 2 } 𝑐 Ω ] 1 / 2 ≤ 𝐶 4 | | 𝑓 | 𝑆 ˜ 𝑎 , − − 1 , 0 𝑊 2 ( Ω , Γ 𝑙 ) | | | | 𝑢 | → ∘ 𝑊 2 𝐴 ˜ ( Ω ; Γ 𝑟 , 𝑇 ) | | . (67 ′ ) | 𝐼 2 | = | ∫ 0 𝑇 𝜓 ( 𝑡 ) { 𝑢 ( 𝑎 , 𝑡 ) − ∫ 𝛾 ( 𝑡 ) 𝑎 𝑑 𝜃 𝑘 ( 𝜃 , 𝑡 ) ∫ 𝑎 𝜃 𝑐 ( 𝜉 ) 𝑢 𝑡 ( 𝜉 , 𝑡 ) 𝑑 𝜉 } 𝑑 𝑡 | ≤ 𝐶 6 | | 𝑓 ∫ Ω | 𝑆 ˜ 𝑎 , − − 1 , 0 𝑊 2 ( Ω , Γ 𝑙 ) | | | | 𝑢 | → ∘ 𝑊 2 𝐴 ˜ ( Ω ; Γ 𝑟 , 𝑇 ) | | .
+ | 𝐼 1 | = | ∫ Ω 𝑔 𝑅 𝑢 𝑑 Ω | ≤ 𝐶 3 [ ∫ Ω ( ∫ 𝑎 𝑥 𝑔 ( 𝜉 , 𝑡 ) 𝑑 𝜉 ) 2 𝑑 Ω ] 1 / 2 = × [ ∫ Ω { 𝑢 𝑥 2 + 1 𝑘 ( ∫ 𝑎 𝑥 𝑐 𝑢 𝑡 𝑑 𝜉 ) 2 } 𝑐 Ω ] 1 / 2 ≤ 𝐶 4 | | 𝑓 | 𝑆 ˜ 𝑎 , − − 1 , 0 𝑊 2 ( Ω , Γ 𝑙 ) | | | | 𝑢 | → ∘ 𝑊 2 𝐴 ˜ ( Ω ; Γ 𝑟 , 𝑇 ) | | . (67 ′ ) | 𝐼 2 | = | ∫ 0 𝑇 𝜓 ( 𝑡 ) { 𝑢 ( 𝑎 , 𝑡 ) − ∫ 𝛾 ( 𝑡 ) 𝑎 𝑑 𝜃 𝑘 ( 𝜃 , 𝑡 ) ∫ 𝑎 𝜃 𝑐 ( 𝜉 ) 𝑢 𝑡 ( 𝜉 , 𝑡 ) 𝑑 𝜉 } 𝑑 𝑡 | ≤ 𝐶 6 | | 𝑓 ∫ Ω | 𝑆 ˜ 𝑎 , − − 1 , 0 𝑊 2 ( Ω , Γ 𝑙 ) | | | | 𝑢 | → ∘ 𝑊 2 𝐴 ˜ ( Ω ; Γ 𝑟 , 𝑇 ) | | .
\begin {align*}\begin {split}\abs {I_1}&=\left \lvert \int _\Omega gRu\,d\Omega \right \rvert \\ &\le C_3\left [\int _\Omega \left (\int _{a}^x g(\xi ,t)\,d\xi \right )^2d\Omega \right ]^{1/2}\\ &\phantom {=}\times \left [\int _\Omega \left \{u^2_x+\frac {1}{k} \left (\int _{a}^x cu_t\,d\xi \right )^2\right \} c\Omega \right ]^{1/2}\\ &\le C_4\left \lvert \left \lvert f\left \lvert \wt {S}^{-1,0}_{a,-} W_2(\Omega ,\Gamma _l)\right \rvert \right \rvert \left \lvert \abs {u}\overset {\circ }\to W_2^{\wt {A}} (\Omega ;\Gamma _r,T)\right \rvert \right \rvert . \end {split}\\ \begin {split}\abs {I_2}&=\left \lvert \int _{0}^T \psi (t)\left \{u(a,t) -\int _{\gamma (t)}^a\frac {d\theta }{k(\theta ,t)} \int _{a}^\theta c(\xi )u_t(\xi ,t)\,d\xi \right \}dt\right \rvert \\ &\le C_6\left \lvert \left \lvert f\int _\Omega \left \lvert \wt {S}^{-1,0}_{a,-} W_2(\Omega ,\Gamma _l)\right \rvert \right \rvert \left \lvert \abs {u}\overset {\circ }\to W_2^{\wt {A}} (\Omega ;\Gamma _r,T)\right \rvert \right \rvert . \end {split}\tag {\theequation $'$}\end {align*}
@@ -14790,7 +14790,7 @@
Layout:Placement="Block"
>
- (75) 𝑥 = 𝑦 by (84) (76) 𝑥 ′ = 𝑦 ′ by (85) (77) 𝑥 + 𝑥 ′ = 𝑦 + 𝑦 ′ by Axiom 1.
+ (75) 𝑥 = 𝑦 by (84) (76) 𝑥 ′ = 𝑦 ′ by (85) (77) 𝑥 + 𝑥 ′ = 𝑦 + 𝑦 ′ by Axiom 1.
\begin {align}x& =y && \text {by (\ref {eq:C})}\\ x'& = y' && \text {by (\ref {eq:D})}\\ x+x' & = y+y' && \text {by Axiom 1.}\end {align}
@@ -15443,7 +15443,7 @@
Layout:Placement="Block"
>
- (84) 𝑥 = 𝑦 by (66) (85) 𝑥 ′ = 𝑦 ′ by (82) (86) 𝑥 + 𝑥 ′ = 𝑦 + 𝑦 ′ by Axiom 1.
+ (84) 𝑥 = 𝑦 by (66) (85) 𝑥 ′ = 𝑦 ′ by (82) (86) 𝑥 + 𝑥 ′ = 𝑦 + 𝑦 ′ by Axiom 1.
\begin {alignat}{2} x& =y && \qquad \text {by (\ref {eq:A})}\label {eq:C}\\ x'& = y' && \qquad \text {by (\ref {eq:B})}\label {eq:D}\\ x+x' & = y+y' && \qquad \text {by Axiom 1.}\end {alignat}
diff --git a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-01.tex b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-01.tex
index c429066c4..b159ea0d2 100644
--- a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-01.tex
+++ b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-01.tex
@@ -19,7 +19,7 @@
\date{Version 2.0a, 2023/08/24}
\UseName{sys_if_engine_opentype:TF}
- {\usepackage{unicode-math}}
+ {\usepackage{lua-unicode-math}}
{\usepackage{amsmath}}
\usepackage{amsthm}
diff --git a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-02-BAD.tex b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-02-BAD.tex
index dfe4b015d..087746ea0 100644
--- a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-02-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-02-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\title{amsmath tagging test - boxed}
diff --git a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-03-BAD.tex b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-03-BAD.tex
index 7d468afdf..f46f0980f 100644
--- a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-03-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-03-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\title{amsmath tagging test - hdotsfor}
diff --git a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-04.struct.xml b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-04.struct.xml
index 0706ffb55..6de82a926 100644
--- a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-04.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-04.struct.xml
@@ -11866,7 +11866,6 @@
lspace="0"
rspace="0"
>
- ⋯
+ ⋯
- ⋯
+ ⋯
1
-
!
-
+
2
-
!
-
+
3
-
!
-
+
𝑣
-
′
-
+
𝑣
-
′
-
+
𝑣
-
′
-
+
𝑣
-
′
-
+
0
-
′
-
+
𝑅
-
″
-
+
@@ -25086,13 +25077,12 @@
>
𝐿
-
″
-
+
𝒜
-
″
-
+
𝑅
-
″
-
+
𝐿
-
″
-
+
@@ -25636,13 +25623,12 @@
>
𝐿
-
″
-
+
@@ -25884,13 +25870,12 @@
>
𝐿
-
″
-
+
@@ -26009,13 +25994,12 @@
>
𝒜
-
″
-
+
𝒜
-
′
-
+
𝒜
-
″
-
+
𝒜
-
′
-
+
𝒜
-
″
-
+
𝒜
-
′
-
+
𝒜
-
″
-
+
𝒜
-
′
-
+
𝒜
-
′
-
+
𝒜
-
″
-
+
𝒜
-
″
-
+
𝒜
-
″
-
+
𝒜
-
′
-
+
𝒜
-
″
-
+
𝒜
-
′
-
+
𝒜
-
″
-
+
𝒜
-
′
-
+
𝒜
-
′
-
+
𝑥
-
′
-
+
𝑦
-
′
-
+
𝑥
-
′
-
+
𝑦
-
′
-
+
𝑥
-
′
-
+
𝑦
-
′
-
+
𝑥
-
′
-
+
𝑦
-
′
-
+
𝑥
-
′
-
+
𝑦
-
′
-
+
𝑥
-
′
-
+
𝑦
-
′
-
+
𝑦
-
′
-
+
𝑥
-
′
-
+
𝑥
-
′
-
+
𝑥
-
′
-
+
𝑦
-
′
-
+
𝑥
-
′
-
+
𝑦
-
′
-
+
𝑥
-
′
-
+
𝑥
-
′
-
+
𝑢
-
′
-
+
𝑣
-
′
-
+
𝑢
-
′
-
+
𝑛
-
!
-
+
)
-
!
-
+
1
-
!
-
+
@@ -57038,13 +56978,12 @@
2
-
!
-
+
@@ -57323,13 +57262,12 @@
1
-
!
-
+
@@ -57344,13 +57282,12 @@
2
-
!
-
+
@@ -62309,254 +62246,21 @@
xmlns:Layout="http://iso.org/pdf/ssn/Layout"
Layout:Placement="Block"
>
-
-
-
- 𝛽
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
𝑘
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -62564,15 +62268,15 @@
9.7
@@ -62580,11 +62284,11 @@
Boxed formulas
The command \boxed puts a box around its argument, like \fbox except that the contents are in math mode:
𝑊
𝑡
−
𝐹
⊆
𝑉
(
𝑃
𝑖
)
⊆
𝑊
𝑡
@@ -62713,15 +62417,15 @@
@@ -62732,15 +62436,15 @@
9.8
@@ -62748,11 +62452,11 @@
Extensible arrows
ample:
@@ -62800,15 +62504,15 @@
←
−
@@ -62841,48 +62545,48 @@
@@ -62890,31 +62594,31 @@
@@ -62923,37 +62627,37 @@
−−−
−
0
−
@@ -63100,54 +62804,54 @@
𝜁
𝛼
𝐹
×
△
[
𝑛
−
1
]
−
𝜕
0
𝛼
(
𝑏
)
𝐸
𝜕
0
𝑏
@@ -63313,11 +63017,11 @@
\[0 \xleftarrow[\zeta]{\alpha} F\times\triangle[n-1]
9.9
@@ -63352,11 +63056,11 @@
\overset, \underset, and \sideset
Examples:
𝑋
@@ -63502,20 +63206,20 @@
𝑋
@@ -63523,29 +63227,29 @@
𝑋
𝑏
𝑎
@@ -63553,11 +63257,11 @@
\[\overset{*}{X}\qquad\underset{*}{X}\qquad
The command \sideset is for a rather special purpose: putting symbols at the subscript and superscript corners of a large operator symbol such as
@@ -63607,16 +63311,16 @@
or
@@ -63628,21 +63332,21 @@
, without affecting the placement of limits. Examples:
@@ -63651,32 +63355,32 @@
∗
∗
@@ -63686,31 +63390,31 @@
∏
∗
∗
@@ -63720,15 +63424,15 @@
@@ -63737,18 +63441,18 @@
@@ -63756,284 +63460,270 @@
∑
-
′
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
𝑘
-
-
-
-
+
0
≤
𝑖
≤
𝑚
𝐸
𝑖
𝛽
𝑥
\[\sideset{_*^*}{_*^*}\prod_k\qquad
\sideset{}{'}\sum_{0\le i\le m} E_i\beta x
9.10
@@ -64076,11 +63766,11 @@
The \text command
The main use of the command \text is for words or phrases in a display:
y
=
y
-
′
-
+
if and only if
𝑦
𝑘
-
′
-
+
=
𝛿
𝑘
𝑦
𝜏
(
𝑘
\[\mathbf{y}=\mathbf{y}'\quad\text{if and only if}\quad
9.11
@@ -64265,28 +63953,28 @@
Operator names
The more common math functions such as
log
@@ -64296,17 +63984,17 @@
,
sin
@@ -64316,17 +64004,17 @@
, and
lim
@@ -64337,26 +64025,26 @@
have predefined con
trol sequences:
\log
,
\sin
,
\lim
. The amsmath package provides \DeclareMathOperator and \DeclareMathOperator* for producing new function names that will have the same typographical treatment. Examples:
‖
𝑓
∞
=
ess
sup
𝑥
∈
𝑅
𝑛
@@ -64470,15 +64158,15 @@
|
𝑓
(
𝑥
)
\[\norm{f}_\infty=
meas
1
{
𝑢
∈
𝑅
+
1
∶
𝑓
∗
(
𝑢
)
>
𝛼
}
=
meas
𝑛
{
𝑥
∈
𝑅
𝑛
∶
|
𝑓
(
𝑥
)
≥
𝛼
}
∀
𝛼
>
0
@@ -64894,11 +64582,11 @@
\[\meas_1\{u\in R_+^1\colon f^*(u)>\alpha\}
=\meas_n\{x\in R^n\colon \abs{f(x)}\geq\alpha\}
\esssup and \meas would be defined in the document preamble as
\DeclareMathOperator*{\esssup}{ess\,sup}
The following special operator names are predefined in the amsmath package: \varlimsup, \varliminf, \varinjlim, and \varprojlim. Here’s what they look like in use:
(48)
lim
𝑛
→
∞
@@ -65073,17 +64761,17 @@
𝒬
(
𝑢
𝑛
,
𝑢
𝑛
−
𝑢
#
)
≤
0
(49)
lim
𝑛
→
∞
@@ -65237,15 +64925,15 @@
|
𝑎
𝑛
+
1
/
|
𝑎
𝑛
=
0
(50)
lim
- →
(
𝑚
𝑖
𝜆
⋅
)
∗
≤
0
(51)
lim
- ←
𝑝
∈
𝑆
(
𝐴
𝐴
𝑝
≤
0
@@ -65621,11 +65307,11 @@
\begin{align}
&\varlimsup_{n\rightarrow\infty}
\mathcal{Q}(u_n,u_n-u^{\#})\le0\\
&\varliminf_{n\rightarrow\infty}
\left\lvert a_{n+1}\right\rvert/\left\lvert a_n\right\rvert=0\\
&\varinjlim (m_i^\lambda\cdot)^*\le0\\
&\varprojlim_{p\in S(A)}A_p\le0
9.12
@@ -65708,11 +65394,11 @@
\mod and its relatives
parentheses. Examples:
(52)
𝑥
≡
𝑦
+
1
(
mod
𝑚
2
(53)
𝑥
≡
𝑦
+
1
mod
𝑚
2
@@ -65927,62 +65613,62 @@
(54)
𝑥
≡
𝑦
+
1
(
𝑚
2
\begin{align}
x&\equiv y+1\pmod{m^2}\\
x&\equiv y+1\mod{m^2}\\
x&\equiv y+1\pod{m^2}
9.13
@@ -66080,11 +65766,11 @@
Fractions and related constructions
The usual notation for binomials is similar to the fraction concept, so it has a similar command \binom with two arguments. Example:
(
@@ -66203,10 +65889,10 @@
)
@@ -66307,10 +65993,10 @@
(
@@ -66411,10 +66097,10 @@
)
(
@@ -66618,10 +66304,10 @@
)
∑
𝛾
∈
Γ
𝐶
@@ -66784,62 +66470,62 @@
𝐼
𝛾
=
2
𝑘
−
𝑘
1
@@ -66917,53 +66603,53 @@
2
𝑘
−
1
+
𝑘
2
@@ -67041,30 +66727,30 @@
2
𝑘
−
2
@@ -67073,44 +66759,44 @@
+
⋯
+
(
−
1
)
𝑙
𝑘
𝑙
@@ -67234,58 +66920,58 @@
2
𝑘
−
𝑙
+
⋯
+
(
−
1
)
𝑘
@@ -67324,25 +67010,25 @@
=
(
2
−
1
)
𝑘
=
1
@@ -67401,11 +67087,11 @@
\begin{equation}
\begin{split}
[\sum_{\gamma\in\Gamma_C} I_\gamma&
=2^k-\binom{k}{1}2^{k-1}+\binom{k}{2}2^{k-2}\\
&\quad+\dots+(-1)^l\binom{k}{l}2^{k-l}
+\dots+(-1)^k\\
&=(2-1)^k=1
\end{split}
There are also abbreviations
\dfrac \dbinom
for the commonly needed constructions
{\displaystyle\frac ... } {\displaystyle\binom ... }
The generalized fraction command \genfrac provides full access to the six
TEX
@@ -67556,16 +67242,16 @@
fraction primitives:
⟨
@@ -67666,10 +67352,10 @@
⟩
(
@@ -67873,10 +67559,10 @@
)
[
@@ -68080,10 +67766,10 @@
]
(56)
\over:
𝑛
+
1
2
\overwithdelims:
𝑛
+
1
2
@@ -68365,84 +68051,84 @@
(57)
\atop:
𝑛
+
1
2
\atopwithdelims:
𝑛
+
1
2
@@ -68537,83 +68223,83 @@
(58)
\above:
𝑛
+
1
2
\abovewithdelims:
𝑛
+
1
2
@@ -68710,11 +68396,11 @@
\text{\cn{over}: }&\genfrac{}{}{}{}{n+1}{2}&
\text{\cn{overwithdelims}: }&
\genfrac{\langle}{\rangle}{}{}{n+1}{2}\\
\text{\cn{atop}: }&\genfrac{}{}{0pt}{}{n+1}{2}&
\text{\cn{atopwithdelims}: }&
\genfrac{(}{)}{0pt}{}{n+1}{2}\\
\text{\cn{above}: }&\genfrac{}{}{1pt}{}{n+1}{2}&
\text{\cn{abovewithdelims}: }&
9.14
@@ -68805,11 +68491,11 @@
Continued fractions
The continued fraction
(59)
1
2
+
1
2
+
1
2
+
1
2
+
1
2
+
@@ -69058,7 +68744,7 @@
@@ -69066,7 +68752,7 @@
@@ -69074,7 +68760,7 @@
@@ -69082,14 +68768,14 @@
@@ -69099,7 +68785,7 @@
can be obtained by typing
\cfrac{1}{\sqrt{2}+
\cfrac{1}{\sqrt{2}+
\cfrac{1}{\sqrt{2}+
\cfrac{1}{\sqrt{2}+
\cfrac{1}{\sqrt{2}+\dotsb
9.15
@@ -69186,30 +68872,30 @@
Smash
In amsmath there are optional arguments
t
and
b
for the plain
TEX
@@ -69217,37 +68903,37 @@
command \smash, because sometimes it is advantageous to be able to ‘smash’ only the top
or only the bottom of something while retaining the natural depth or height. In the formula
𝑋
𝑗
=
(
1
/
𝜆
𝑗
@@ -69291,7 +68977,7 @@
)
𝑋
𝑗
-
′
-
+
\smash
[b]
has been used to limit the size of the radical symbol.
Without the use of \smash
[b]
the formula would have appeared thus:
𝑋
𝑗
=
(
1
/
𝜆
𝑗
)
𝑋
𝑗
-
′
-
+
, with the radical extending to encompass the depth of the subscript
𝑗
@@ -69479,15 +69163,15 @@
9.16
@@ -69495,11 +69179,11 @@
The ‘cases’ environment
ronment.
(60)
𝑃
𝑟
−
𝑗
=
{
0
if
𝑟
−
𝑗
@@ -69659,7 +69343,7 @@
is odd
@@ -69668,31 +69352,30 @@
𝑟
-
!
-
+
(
−
1
)
(
𝑟
−
𝑗
)
/
2
@@ -69774,39 +69457,39 @@
if
𝑟
−
𝑗
@@ -69814,7 +69497,7 @@
is even
@@ -69824,13 +69507,13 @@
@@ -69841,11 +69524,11 @@
\begin{equation} P_{r-j}=
\begin{cases}
0& \text{if $r-j$ is odd},\\
r!\,(-1)^{(r-j)/2}& \text{if $r-j$ is even}.
\end{cases}
9.17
@@ -69920,11 +69603,11 @@
Matrix
Here are samples of the matrix environments, \matrix, \pmatrix, \bmatrix, \Bmatrix, \vmatrix and \Vmatrix:
(61)
𝜗
𝜚
𝜑
𝜛
@@ -70031,31 +69714,31 @@
(
𝜗
𝜚
𝜑
𝜛
@@ -70125,18 +69808,18 @@
[
𝜗
𝜚
𝜑
𝜛
@@ -70229,18 +69912,18 @@
{
𝜗
𝜚
𝜑
𝜛
@@ -70333,18 +70016,18 @@
|
𝜗
𝜚
𝜑
𝜛
@@ -70437,18 +70120,18 @@
‖
𝜗
𝜚
𝜑
𝜛
@@ -70541,18 +70224,18 @@
\begin{matrix}
\vartheta& \varrho\\\varphi& \varpi
\end{matrix}\quad
\begin{pmatrix}
\vartheta& \varrho\\\varphi& \varpi
\end{pmatrix}\quad
\begin{bmatrix}
\vartheta& \varrho\\\varphi& \varpi
\end{bmatrix}\quad
\begin{Bmatrix}
\vartheta& \varrho\\\varphi& \varpi
\end{Bmatrix}\quad
\begin{vmatrix}
\vartheta& \varrho\\\varphi& \varpi
\end{vmatrix}\quad
\begin{Vmatrix}
\vartheta& \varrho\\\varphi& \varpi
To produce a small matrix suitable for use in text, use the smallmatrix environment.
\begin{math}
\bigl( \begin{smallmatrix}
a&b\\ c&d
\end{smallmatrix} \bigr)
To show the effect of the matrix on the surrounding lines of a paragraph, we put it here:
(
𝑎
𝑏
@@ -70844,33 +70527,33 @@
𝑐
𝑑
@@ -70879,7 +70562,7 @@
\hdotsfor
{
number
}
produces a row of dots in a matrix spanning the given number of columns:
@@ -70952,16 +70635,16 @@
..............................................
𝑊
(
Φ
)
=
‖
𝜑
(
𝜑
1
,
𝜀
1
0
@@ -71115,55 +70798,55 @@
0
𝜑
𝑘
𝑛
2
@@ -71171,10 +70854,10 @@
(
𝜑
2
,
𝜀
1
𝜑
(
𝜑
2
,
𝜀
2
@@ -71314,73 +70997,73 @@
0
𝜑
𝑘
𝑛
1
@@ -71388,10 +71071,10 @@
(
𝜑
𝑛
,
𝜀
1
𝜑
𝑘
𝑛
2
@@ -71489,10 +71172,10 @@
(
𝜑
𝑛
,
𝜀
2
@@ -71558,59 +71241,59 @@
𝜑
𝑘
𝑛
𝑛
−
1
@@ -71618,10 +71301,10 @@
(
𝜑
𝑛
,
𝜀
𝑛
−
1
𝜑
(
𝜑
𝑛
,
𝜀
𝑛
\[W(\Phi)= \begin{Vmatrix}
\dfrac\varphi{(\varphi_1,\varepsilon_1)}&0&\dots&0\\
\dfrac{\varphi k_{n2}}{(\varphi_2,\varepsilon_1)}&
\dfrac\varphi{(\varphi_2,\varepsilon_2)}&\dots&0\\
\hdotsfor{5}\\
\dfrac{\varphi k_{n1}}{(\varphi_n,\varepsilon_1)}&
\dfrac{\varphi k_{n2}}{(\varphi_n,\varepsilon_2)}&\dots&
\dfrac{\varphi k_{n\,n-1}}{(\varphi_n,\varepsilon_{n-1})}&
\dfrac{\varphi}{(\varphi_n,\varepsilon_n)}
The spacing of the dots can be varied through use of a square-bracket option, for example,
\hdotsfor[1.5]{3}
@@ -71892,15 +71575,15 @@
9.18
@@ -71908,11 +71591,11 @@
The \substack command
perscript: for example
produces a two-line subscript underneath the sum:
0
≤
𝑖
≤
𝑚
@@ -71989,39 +71672,39 @@
0
<
𝑗
<
𝑛
@@ -72029,40 +71712,40 @@
(62)
∑
𝑃
(
𝑖
,
𝑗
A slightly more generalized form is the subarray environment which allows you to specify that each line should be left-aligned instead of centered, as here:
0
≤
𝑖
≤
𝑚
@@ -72177,39 +71860,39 @@
0
<
𝑗
<
𝑛
@@ -72217,40 +71900,40 @@
(63)
∑
𝑃
(
𝑖
,
𝑗
\sum_{\begin{subarray}{l}
0\le i\le m\\ 0<j<n
\end{subarray}}
9.19
@@ -72365,11 +72048,11 @@
Big-g-g delimiters
Here are some big delimiters, first in \normalsize:
(
E
𝑦
∫
0
𝑡
𝜀
𝐿
𝑥
,
𝑦
𝑥
(
𝑠
𝜑
(
𝑥
)
𝑑
𝑠
\[\biggl(\mathbf{E}_{y}
\int_0^{t_\varepsilon}L_{x,y^x(s)}\varphi(x)\,ds
\biggr)
and now in \Large size:
(
E
𝑦
∫
0
𝑡
𝜀
𝐿
𝑥
,
𝑦
𝑥
(
𝑠
𝜑
(
𝑥
)
𝑑
𝑠
{\Large
\[\biggl(\mathbf{E}_{y}
\int_0^{t_\varepsilon}L_{x,y^x(s)}\varphi(x)\,ds
\biggr)
A
@@ -72846,11 +72529,11 @@
Examples of multiple-line equation structures
A.1
@@ -72875,11 +72558,11 @@
Split
If there is not enough room for it, the equation number for a split will be shifted to the previous line, when equation numbers are on the left; the number shifts down to the next line when numbers are on the right.
𝑓
ℎ
,
𝜀
(
𝑥
,
𝑦
=
𝜀
E
𝑥
,
𝑦
∫
0
𝑡
𝜀
𝐿
𝑥
,
𝑦
𝜀
(
𝜀
𝑢
𝜑
(
𝑥
)
𝑑
𝑢
=
ℎ
∫
𝐿
𝑥
,
𝑧
𝜑
(
𝑥
)
𝜌
𝑥
(
𝑑
𝑧
+
ℎ
[
1
𝑡
𝜀
(
E
𝑦
∫
0
𝑡
𝜀
𝐿
𝑥
,
𝑦
𝑥
(
𝑠
𝜑
(
𝑥
)
𝑑
𝑠
−
𝑡
𝜀
∫
𝐿
𝑥
,
𝑧
𝜑
(
𝑥
)
𝜌
𝑥
(
𝑑
𝑧
)
+
1
𝑡
𝜀
(
E
𝑦
∫
0
𝑡
𝜀
𝐿
𝑥
,
𝑦
𝑥
(
𝑠
𝜑
(
𝑥
)
𝑑
𝑠
−
E
𝑥
,
𝑦
∫
0
𝑡
𝜀
𝐿
𝑥
,
𝑦
𝜀
(
𝜀
𝑠
𝜑
(
𝑥
)
𝑑
𝑠
)
=
ℎ
𝐿
̂
𝑥
𝜑
(
𝑥
)
+
ℎ
𝜃
𝜀
(
𝑥
,
𝑦
)
@@ -74237,7 +73920,7 @@
\begin{equation}
\begin{split}
f_{h,\varepsilon}(x,y)
&=\varepsilon\mathbf{E}_{x,y}\int_0^{t_\varepsilon}
L_{x,y_\varepsilon(\varepsilon u)}\varphi(x)\,du\\
&= h\int L_{x,z}\varphi(x)\rho_x(dz)\\
&\quad+h\biggl[\frac{1}{t_\varepsilon}\biggl(\mathbf{E}_{y}
\int_0^{t_\varepsilon}L_{x,y^x(s)}\varphi(x)\,ds
-t_\varepsilon\int L_{x,z}\varphi(x)\rho_x(dz)\biggr)\\
&\phantom{{=}+h\biggl[}+\frac{1}{t_\varepsilon}
\biggl(\mathbf{E}_{y}\int_0^{t_\varepsilon}L_{x,y^x(s)}
\varphi(x)\,ds -\mathbf{E}_{x,y}\int_0^{t_\varepsilon}
L_{x,y_\varepsilon(\varepsilon s)}
\varphi(x)\,ds\biggr)\biggr]\\
&=h\wh{L}_x\varphi(x)+h\theta_\varepsilon(x,y),
\end{split}
Unnumbered version:
𝑓
ℎ
,
𝜀
(
𝑥
,
𝑦
=
𝜀
E
𝑥
,
𝑦
∫
0
𝑡
𝜀
𝐿
𝑥
,
𝑦
𝜀
(
𝜀
𝑢
𝜑
(
𝑥
)
𝑑
𝑢
=
ℎ
∫
𝐿
𝑥
,
𝑧
𝜑
(
𝑥
)
𝜌
𝑥
(
𝑑
𝑧
+
ℎ
[
1
𝑡
𝜀
(
E
𝑦
∫
0
𝑡
𝜀
𝐿
𝑥
,
𝑦
𝑥
(
𝑠
𝜑
(
𝑥
)
𝑑
𝑠
−
𝑡
𝜀
∫
𝐿
𝑥
,
𝑧
𝜑
(
𝑥
)
𝜌
𝑥
(
𝑑
𝑧
)
+
1
𝑡
𝜀
(
E
𝑦
∫
0
𝑡
𝜀
𝐿
𝑥
,
𝑦
𝑥
(
𝑠
𝜑
(
𝑥
)
𝑑
𝑠
−
E
𝑥
,
𝑦
∫
0
𝑡
𝜀
𝐿
𝑥
,
𝑦
𝜀
(
𝜀
𝑠
𝜑
(
𝑥
)
𝑑
𝑠
)
=
ℎ
𝐿
̂
𝑥
𝜑
(
𝑥
)
+
ℎ
𝜃
𝜀
(
𝑥
,
𝑦
)
@@ -75737,7 +75420,7 @@
\begin{equation*}
\begin{split}
f_{h,\varepsilon}(x,y)
&=\varepsilon\mathbf{E}_{x,y}\int_0^{t_\varepsilon}
L_{x,y_\varepsilon(\varepsilon u)}\varphi(x)\,du\\
&= h\int L_{x,z}\varphi(x)\rho_x(dz)\\
&\quad+h\biggl[\frac{1}{t_\varepsilon}\biggl(\mathbf{E}_{y}
\int_0^{t_\varepsilon}L_{x,y^x(s)}\varphi(x)\,ds
-t_\varepsilon\int L_{x,z}\varphi(x)\rho_x(dz)\biggr)\\
&\phantom{{=}+h\biggl[}+\frac{1}{t_\varepsilon}
\biggl(\mathbf{E}_{y}\int_0^{t_\varepsilon}L_{x,y^x(s)}
\varphi(x)\,ds -\mathbf{E}_{x,y}\int_0^{t_\varepsilon}
L_{x,y_\varepsilon(\varepsilon s)}
\varphi(x)\,ds\biggr)\biggr]\\
&=h\wh{L}_x\varphi(x)+h\theta_\varepsilon(x,y),
\end{split}
age, the equation numbers for split environments will be centered vertically on the height of the split:
|
𝐼
2
=
|
∫
0
𝑇
𝜓
(
𝑡
)
{
𝑢
(
𝑎
,
𝑡
)
−
∫
𝛾
(
𝑡
𝑎
𝑑
𝜃
𝑘
(
𝜃
,
𝑡
∫
𝑎
𝜃
𝑐
(
𝜉
)
𝑢
𝑡
(
𝜉
,
𝑡
)
𝑑
𝜉
𝑑
𝑡
≤
𝐶
6
|
|
𝑓
∫
Ω
|
𝑆
̃
𝑎
,
@@ -76501,50 +76184,50 @@
−
1
,
0
𝑊
2
(
Ω
,
Γ
𝑙
)
|
|
𝑢
→
@@ -76676,40 +76359,40 @@
𝑊
2
𝐴
̃
(
Ω
;
Γ
𝑟
,
𝑇
)
@@ -76797,7 +76480,7 @@
Use of split within align:
(66)
|
𝐼
1
=
|
∫
Ω
𝑔
𝑅
𝑢
𝑑
Ω
≤
𝐶
3
[
∫
Ω
(
∫
𝑎
𝑥
𝑔
(
𝜉
,
𝑡
)
𝑑
𝜉
2
𝑑
Ω
1
/
2
@@ -77261,36 +76944,36 @@
×
[
∫
Ω
{
𝑢
𝑥
2
+
1
𝑘
(
∫
𝑎
𝑥
𝑐
𝑢
𝑡
𝑑
𝜉
2
𝑐
Ω
1
/
2
@@ -77519,47 +77202,47 @@
≤
𝐶
4
|
|
𝑓
|
𝑆
̃
𝑎
,
@@ -77642,50 +77325,50 @@
−
1
,
0
𝑊
2
(
Ω
,
Γ
𝑙
)
|
|
𝑢
→
@@ -77817,40 +77500,40 @@
𝑊
2
𝐴
̃
(
Ω
;
Γ
𝑟
,
𝑇
)
@@ -77938,44 +77621,44 @@
(67)
|
𝐼
2
=
|
∫
0
𝑇
𝜓
(
𝑡
)
{
𝑢
(
𝑎
,
𝑡
)
−
∫
𝛾
(
𝑡
𝑎
𝑑
𝜃
𝑘
(
𝜃
,
𝑡
∫
𝑎
𝜃
𝑐
(
𝜉
)
𝑢
𝑡
(
𝜉
,
𝑡
)
𝑑
𝜉
𝑑
𝑡
≤
𝐶
6
|
|
𝑓
∫
Ω
|
𝑆
̃
𝑎
,
@@ -78521,50 +78204,50 @@
−
1
,
0
𝑊
2
(
Ω
,
Γ
𝑙
)
|
|
𝑢
→
@@ -78696,40 +78379,40 @@
𝑊
2
𝐴
̃
(
Ω
;
Γ
𝑟
,
𝑇
)
@@ -78820,7 +78503,7 @@
\begin{align}
\begin{split}\abs{I_1}
&=\left\lvert \int_\Omega gRu\,d\Omega\right\rvert\\
&\le C_3\left[\int_\Omega\left(\int_{a}^x
g(\xi,t)\,d\xi\right)^2d\Omega\right]^{1/2}\\
&\quad\times \left[\int_\Omega\left\{u^2_x+\frac{1}{k}
\left(\int_{a}^x cu_t\,d\xi\right)^2\right\}
c\Omega\right]^{1/2}\\
&\le C_4\left\lvert \left\lvert f\left\lvert \wt{S}^{-1,0}_{a,-}
W_2(\Omega,\Gamma_l)\right\rvert\right\rvert
\left\lvert \abs{u}\overset{\circ}\to W_2^{\wt{A}}
(\Omega;\Gamma_r,T)\right\rvert\right\rvert.
\end{split}\label{eq:A}\\
\begin{split}\abs{I_2}&=\left\lvert \int_{0}^T \psi(t)\left\{u(a,t)
-\int_{\gamma(t)}^a\frac{d\theta}{k(\theta,t)}
\int_{a}^\theta c(\xi)u_t(\xi,t)\,d\xi\right\}dt\right\rvert\\
&\le C_6\left\lvert \left\lvert f\int_\Omega
\left\lvert \wt{S}^{-1,0}_{a,-}
W_2(\Omega,\Gamma_l)\right\rvert\right\rvert
\left\lvert \abs{u}\overset{\circ}\to W_2^{\wt{A}}
(\Omega;\Gamma_r,T)\right\rvert\right\rvert.
\end{split}
Unnumbered align, with a number on the second split:
|
𝐼
1
=
|
∫
Ω
𝑔
𝑅
𝑢
𝑑
Ω
≤
𝐶
3
[
∫
Ω
(
∫
𝑎
𝑥
𝑔
(
𝜉
,
𝑡
)
𝑑
𝜉
2
𝑑
Ω
1
/
2
@@ -79471,44 +79154,44 @@
×
[
∫
Ω
{
𝑢
𝑥
2
+
1
𝑘
(
∫
𝑎
𝑥
𝑐
𝑢
𝑡
𝑑
𝜉
2
𝑐
Ω
1
/
2
@@ -79737,47 +79420,47 @@
≤
𝐶
4
|
|
𝑓
|
𝑆
̃
𝑎
,
@@ -79860,50 +79543,50 @@
−
1
,
0
𝑊
2
(
Ω
,
Γ
𝑙
)
|
|
𝑢
→
@@ -80035,40 +79718,40 @@
𝑊
2
𝐴
̃
(
Ω
;
Γ
𝑟
,
𝑇
)
@@ -80156,64 +79839,63 @@
(67
-
′
-
+
)
|
𝐼
2
=
|
∫
0
𝑇
𝜓
(
𝑡
)
{
𝑢
(
𝑎
,
𝑡
)
−
∫
𝛾
(
𝑡
𝑎
𝑑
𝜃
𝑘
(
𝜃
,
𝑡
∫
𝑎
𝜃
𝑐
(
𝜉
)
𝑢
𝑡
(
𝜉
,
𝑡
)
𝑑
𝜉
𝑑
𝑡
≤
𝐶
6
|
|
𝑓
∫
Ω
|
𝑆
̃
𝑎
,
@@ -80759,50 +80441,50 @@
−
1
,
0
𝑊
2
(
Ω
,
Γ
𝑙
)
|
|
𝑢
→
@@ -80934,40 +80616,40 @@
𝑊
2
𝐴
̃
(
Ω
;
Γ
𝑟
,
𝑇
)
@@ -81058,7 +80740,7 @@
\begin{align*}
\begin{split}\abs{I_1}&=\left\lvert \int_\Omega gRu\,d\Omega\right\rvert\\
&\le C_3\left[\int_\Omega\left(\int_{a}^x
g(\xi,t)\,d\xi\right)^2d\Omega\right]^{1/2}\\
&\phantom{=}\times \left[\int_\Omega\left\{u^2_x+\frac{1}{k}
\left(\int_{a}^x cu_t\,d\xi\right)^2\right\}
c\Omega\right]^{1/2}\\
&\le C_4\left\lvert \left\lvert f\left\lvert \wt{S}^{-1,0}_{a,-}
W_2(\Omega,\Gamma_l)\right\rvert\right\rvert
\left\lvert \abs{u}\overset{\circ}\to W_2^{\wt{A}}
(\Omega;\Gamma_r,T)\right\rvert\right\rvert.
\end{split}\\
\begin{split}\abs{I_2}&=\left\lvert \int_{0}^T \psi(t)\left\{u(a,t)
-\int_{\gamma(t)}^a\frac{d\theta}{k(\theta,t)}
\int_{a}^\theta c(\xi)u_t(\xi,t)\,d\xi\right\}dt\right\rvert\\
&\le C_6\left\lvert \left\lvert f\int_\Omega
\left\lvert \wt{S}^{-1,0}_{a,-}
W_2(\Omega,\Gamma_l)\right\rvert\right\rvert
\left\lvert \abs{u}\overset{\circ}\to W_2^{\wt{A}}
(\Omega;\Gamma_r,T)\right\rvert\right\rvert.
\end{split}\tag{\theequation$'$}
A.2
@@ -81270,11 +80952,11 @@
Multline
Numbered version:
(68)
∫
𝑎
𝑏
{
∫
𝑎
𝑏
[
𝑓
(
𝑥
)
2
𝑔
(
𝑦
)
2
+
𝑓
(
𝑦
)
2
𝑔
(
𝑥
)
2
]
−
2
𝑓
(
𝑥
)
𝑔
(
𝑥
)
𝑓
(
𝑦
)
𝑔
(
𝑦
)
𝑑
𝑥
}
𝑑
𝑦
=
∫
𝑎
𝑏
{
𝑔
(
𝑦
)
2
∫
𝑎
𝑏
𝑓
2
+
𝑓
(
𝑦
)
2
∫
𝑎
𝑏
𝑔
2
−
2
𝑓
(
𝑦
)
𝑔
(
𝑦
)
∫
𝑎
𝑏
𝑓
𝑔
}
𝑑
𝑦
@@ -82014,20 +81696,20 @@
To test the use of
\label
and
\ref
@@ -82035,15 +81717,15 @@
\begin{multline}\label{eq:E}
\int_a^b\biggl\{\int_a^b[f(x)^2g(y)^2+f(y)^2g(x)^2]
-2f(x)g(x)f(y)g(y)\,dx\biggr\}\,dy \\
=\int_a^b\biggl\{g(y)^2\int_a^bf^2+f(y)^2
\int_a^b g^2-2f(y)g(y)\int_a^b fg\biggr\}\,dy
Unnumbered version:
∫
𝑎
𝑏
{
∫
𝑎
𝑏
[
𝑓
(
𝑥
)
2
𝑔
(
𝑦
)
2
+
𝑓
(
𝑦
)
2
𝑔
(
𝑥
)
2
]
−
2
𝑓
(
𝑥
)
𝑔
(
𝑥
)
𝑓
(
𝑦
)
𝑔
(
𝑦
)
𝑑
𝑥
}
𝑑
𝑦
=
∫
𝑎
𝑏
{
𝑔
(
𝑦
)
2
∫
𝑎
𝑏
𝑓
2
+
𝑓
(
𝑦
)
2
∫
𝑎
𝑏
𝑔
2
−
2
𝑓
(
𝑦
)
𝑔
(
𝑦
)
∫
𝑎
𝑏
𝑓
𝑔
}
𝑑
𝑦
@@ -82834,7 +82516,7 @@
\begin{multline*}
\int_a^b\biggl\{\int_a^b[f(x)^2g(y)^2+f(y)^2g(x)^2]
-2f(x)g(x)f(y)g(y)\,dx\biggr\}\,dy \\
=\int_a^b\biggl\{g(y)^2\int_a^bf^2+f(y)^2
\int_a^b g^2-2f(y)g(y)\int_a^b fg\biggr\}\,dy
A.3
@@ -82918,25 +82600,25 @@
Gather
Numbered version with
\notag
on the second line:
(69)
𝐷
(
𝑎
,
𝑟
)
≡
{
𝑧
∈
C
∶
|
𝑧
−
𝑎
<
𝑟
}
@@ -83146,25 +82828,25 @@
seg
(
𝑎
,
𝑟
)
≡
{
𝑧
∈
C
∶
ℑ
𝑧
=
ℑ
𝑎
,
|
𝑧
−
𝑎
<
𝑟
}
@@ -83369,29 +83051,29 @@
(70)
𝑐
(
𝑒
,
𝜃
,
𝑟
)
≡
{
(
𝑥
,
𝑦
)
∈
C
∶
|
𝑥
−
𝑒
<
𝑦
tan
𝜃
,
0
<
𝑦
<
𝑟
}
@@ -83662,29 +83344,29 @@
(71)
𝐶
(
𝐸
,
𝜃
,
𝑟
)
≡
⋃
𝑒
∈
𝐸
𝑐
(
𝑒
,
𝜃
,
𝑟
)
@@ -83831,11 +83513,11 @@
\begin{gather}
D(a,r)\equiv\{z\in\mathbf{C}\colon \abs{z-a}<r\},\\
\seg(a,r)\equiv\{z\in\mathbf{C}\colon
\Im z= \Im a,\ \abs{z-a}<r\},\notag\\
c(e,\theta,r)\equiv\{(x,y)\in\mathbf{C}
\colon \abs{x-e}<y\tan\theta,\ 0<y<r\},\\
C(E,\theta,r)\equiv\bigcup_{e\in E}c(e,\theta,r).
Unnumbered version.
𝐷
(
𝑎
,
𝑟
)
≡
{
𝑧
∈
C
∶
|
𝑧
−
𝑎
<
𝑟
}
@@ -84116,25 +83798,25 @@
seg
(
𝑎
,
𝑟
)
≡
{
𝑧
∈
C
∶
ℑ
𝑧
=
ℑ
𝑎
,
|
𝑧
−
𝑎
<
𝑟
}
@@ -84339,24 +84021,24 @@
𝑐
(
𝑒
,
𝜃
,
𝑟
)
≡
{
(
𝑥
,
𝑦
)
∈
C
∶
|
𝑥
−
𝑒
<
𝑦
tan
𝜃
,
0
<
𝑦
<
𝑟
}
@@ -84627,24 +84309,24 @@
𝐶
(
𝐸
,
𝜃
,
𝑟
)
≡
⋃
𝑒
∈
𝐸
𝑐
(
𝑒
,
𝜃
,
𝑟
)
@@ -84791,7 +84473,7 @@
Some text after to test the below-display spacing.
\begin{gather*}
D(a,r)\equiv\{z\in\mathbf{C}\colon \abs{z-a}<r\},\\
\seg (a,r)\equiv\{z\in\mathbf{C}\colon
\Im z= \Im a,\ \abs{z-a}<r\},\\
c(e,\theta,r)\equiv\{(x,y)\in\mathbf{C}
\colon \abs{x-e}<y\tan\theta,\ 0<y<r\},\\
C(E,\theta,r)\equiv\bigcup_{e\in E}c(e,\theta,r).
A.4
@@ -84886,11 +84568,11 @@
Align
Numbered version:
(72)
𝛾
𝑥
(
𝑡
=
(
cos
𝑡
𝑢
+
sin
𝑡
𝑥
,
𝑣
)
@@ -85068,38 +84750,38 @@
(73)
𝛾
𝑦
(
𝑡
=
(
𝑢
,
cos
𝑡
𝑣
+
sin
𝑡
𝑦
)
@@ -85217,38 +84899,38 @@
(74)
𝛾
𝑧
(
𝑡
=
(
cos
𝑡
𝑢
+
𝛼
𝛽
sin
𝑡
𝑣
,
−
𝛽
𝛼
sin
𝑡
𝑢
+
cos
𝑡
𝑣
@@ -85464,7 +85146,7 @@
\begin{align}
\gamma_x(t)&=(\cos tu+\sin tx,v),\\
\gamma_y(t)&=(u,\cos tv+\sin ty),\\
\gamma_z(t)&=\left(\cos tu+\frac\alpha\beta\sin tv,
-\frac\beta\alpha\sin tu+\cos tv\right).
Unnumbered version:
𝛾
𝑥
(
𝑡
=
(
cos
𝑡
𝑢
+
sin
𝑡
𝑥
,
𝑣
)
@@ -85706,33 +85388,33 @@
𝛾
𝑦
(
𝑡
=
(
𝑢
,
cos
𝑡
𝑣
+
sin
𝑡
𝑦
)
@@ -85850,33 +85532,33 @@
𝛾
𝑧
(
𝑡
=
(
cos
𝑡
𝑢
+
𝛼
𝛽
sin
𝑡
𝑣
,
−
𝛽
𝛼
sin
𝑡
𝑢
+
cos
𝑡
𝑣
@@ -86092,7 +85774,7 @@
\begin{align*}
\gamma_x(t)&=(\cos tu+\sin tx,v),\\
\gamma_y(t)&=(u,\cos tv+\sin ty),\\
\gamma_z(t)&=\left(\cos tu+\frac\alpha\beta\sin tv,
-\frac\beta\alpha\sin tu+\cos tv\right).
A variation:
(75)
𝑥
=
𝑦
by (84)
(76)
𝑥
-
′
-
+
=
𝑦
-
′
-
+
by (85)
(77)
𝑥
+
𝑥
-
′
-
+
=
𝑦
+
𝑦
-
′
-
+
by Axiom 1.
@@ -86425,7 +86103,7 @@
\begin{align}
x& =y && \text {by (\ref{eq:C})}\\
x'& = y' && \text {by (\ref{eq:D})}\\
x+x' & = y+y' && \text {by Axiom 1.}
A.5
@@ -86501,18 +86179,18 @@
Align and split within gather
When using the align environment within the gather environment, one or the other, or both, should be unnumbered (using the
*
@@ -86520,11 +86198,11 @@
Automatically numbered gather with split and align*:
𝜁
0
=
(
𝜉
0
)
2
@@ -86637,72 +86315,72 @@
𝜁
1
=
𝜉
0
𝜉
1
@@ -86711,44 +86389,44 @@
𝜁
2
=
(
𝜉
1
)
2
@@ -86799,51 +86477,51 @@
(78)
𝜑
(
𝑥
,
𝑧
=
𝑧
−
𝛾
10
𝑥
−
𝛾
𝑚
𝑛
𝑥
𝑚
𝑧
𝑛
@@ -86978,102 +86656,102 @@
=
𝑧
−
𝑀
𝑟
−
1
𝑥
−
𝑀
𝑟
−
(
𝑚
+
𝑛
𝑥
𝑚
𝑧
𝑛
@@ -87141,22 +86819,22 @@
@@ -87166,7 +86844,7 @@
\begin{gather}
\begin{split} \varphi(x,z)
&=z-\gamma_{10}x-\gamma_{mn}x^mz^n\\
&=z-Mr^{-1}x-Mr^{-(m+n)}x^mz^n
\end{split}\\[6pt]
\begin{align*}
\zeta^0 &=(\xi^0)^2,\\
\zeta^1 &=\xi^0\xi^1,\\
\zeta^2 &=(\xi^1)^2,
\end{align*}
The
*
-ed form of gather with the non-
*
-ed form of align.
(79)
𝜁
0
=
(
𝜉
0
)
2
@@ -87408,77 +87086,77 @@
(80)
𝜁
1
=
𝜉
0
𝜉
1
@@ -87487,49 +87165,49 @@
(81)
𝜁
2
=
(
𝜉
1
)
2
@@ -87580,46 +87258,46 @@
𝜑
(
𝑥
,
𝑧
=
𝑧
−
𝛾
10
𝑥
−
𝛾
𝑚
𝑛
𝑥
𝑚
𝑧
𝑛
@@ -87754,102 +87432,102 @@
=
𝑧
−
𝑀
𝑟
−
1
𝑥
−
𝑀
𝑟
−
(
𝑚
+
𝑛
𝑥
𝑚
𝑧
𝑛
@@ -87917,22 +87595,22 @@
@@ -87942,7 +87620,7 @@
\begin{gather*}
\begin{split} \varphi(x,z)
&=z-\gamma_{10}x-\gamma_{mn}x^mz^n\\
&=z-Mr^{-1}x-Mr^{-(m+n)}x^mz^n
\end{split}\\[6pt]
\begin{align} \zeta^0&=(\xi^0)^2,\\
\zeta^1 &=\xi^0\xi^1,\\
\zeta^2 &=(\xi^1)^2,
\end{align}
A.6
@@ -88058,11 +87736,11 @@
Alignat
Numbered version:
(82)
𝑉
𝑖
=
𝑣
𝑖
−
𝑞
𝑖
𝑣
𝑗
@@ -88189,90 +87867,90 @@
𝑋
𝑖
=
𝑥
𝑖
−
𝑞
𝑖
𝑥
𝑗
@@ -88280,86 +87958,86 @@
𝑈
𝑖
=
𝑢
𝑖
,
for
𝑖
≠
𝑗
@@ -88369,63 +88047,63 @@
(83)
𝑉
𝑗
=
𝑣
𝑗
@@ -88433,55 +88111,55 @@
𝑋
𝑗
=
𝑥
𝑗
@@ -88489,58 +88167,58 @@
𝑈
𝑗
𝑢
𝑗
+
∑
𝑖
≠
𝑗
𝑞
𝑖
𝑢
𝑖
@@ -88610,7 +88288,7 @@
\begin{alignat}{3}
V_i & =v_i - q_i v_j, & \qquad X_i & = x_i - q_i x_j,
& \qquad U_i & = u_i,
\qquad \text{for $i\ne j$;}\label{eq:B}\\
V_j & = v_j, & \qquad X_j & = x_j,
& \qquad U_j & u_j + \sum_{i\ne j} q_i u_i.
Unnumbered version:
𝑉
𝑖
=
𝑣
𝑖
−
𝑞
𝑖
𝑣
𝑗
@@ -88809,90 +88487,90 @@
𝑋
𝑖
=
𝑥
𝑖
−
𝑞
𝑖
𝑥
𝑗
@@ -88900,86 +88578,86 @@
𝑈
𝑖
=
𝑢
𝑖
,
for
𝑖
≠
𝑗
@@ -88989,58 +88667,58 @@
𝑉
𝑗
=
𝑣
𝑗
@@ -89048,55 +88726,55 @@
𝑋
𝑗
=
𝑥
𝑗
@@ -89104,58 +88782,58 @@
𝑈
𝑗
𝑢
𝑗
+
∑
𝑖
≠
𝑗
𝑞
𝑖
𝑢
𝑖
@@ -89225,7 +88903,7 @@
\begin{alignat*}3
V_i & =v_i - q_i v_j, & \qquad X_i & = x_i - q_i x_j,
& \qquad U_i & = u_i,
\qquad \text{for $i\ne j$;} \\
V_j & = v_j, & \qquad X_j & = x_j,
& \qquad U_j & u_j + \sum_{i\ne j} q_i u_i.
The most common use for alignat is for things like
(84)
𝑥
=
𝑦
by (66)
(85)
𝑥
-
′
-
+
=
𝑦
-
′
-
+
by (82)
(86)
𝑥
+
𝑥
-
′
-
+
=
𝑦
+
𝑦
-
′
-
+
by Axiom 1.
@@ -89582,7 +89256,7 @@
\begin{alignat}{2}
x& =y && \qquad \text {by (\ref{eq:A})}\label{eq:C}\\
x'& = y' && \qquad \text {by (\ref{eq:B})}\label{eq:D}\\
x+x' & = y+y' && \qquad \text {by Axiom 1.}
-
[1]
W. Diffie and E. Hellman,
New directions in cryptography
@@ -89700,32 +89374,32 @@
-
[2]
D. H. Fremlin,
Cichon’s diagram
@@ -89735,33 +89409,33 @@
-
[3]
I. P. Goulden and D. M. Jackson,
The enumeration of directed closed Euler trails and directed Hamiltonian circuits by Langrangian methods
@@ -89771,33 +89445,33 @@
-
[4]
F. Harary and E. M. Palmer,
Graphical enumeration
@@ -89807,33 +89481,33 @@
-
[5]
R. Impagliazzo, L. Levin, and M. Luby,
Pseudo-random generation from one-way functions
@@ -89843,33 +89517,33 @@
-
[6]
M. Kojima, S. Mizuno, and A. Yoshise,
A new continuation method for complementarity problems with uniform p-functions
@@ -89879,33 +89553,33 @@
-
[7]
,
A polynomial-time algorithm for a class of linear complementarity problems
@@ -89915,33 +89589,33 @@
-
[8]
C. J. Liu and Yutze Chow,
On operator and formal sum methods for graph enumeration problems
@@ -89951,33 +89625,33 @@
-
[9]
M. Marcus and H. Minc,
A survey of matrix theory and matrix inequalities
@@ -89987,33 +89661,33 @@
-
[10]
S. Mizuno, A. Yoshise, and T. Kikuchi,
Practical polynomial time algo
rithms for linear complementarity problems
@@ -90025,33 +89699,33 @@
-
[11]
R. D. Monteiro and I. Adler,
Interior path following primal-dual algorithms, part II: Quadratic programming
@@ -90061,33 +89735,33 @@
-
[12]
E. M. Stein,
Singular integrals and differentiability properties of functions
@@ -90097,33 +89771,33 @@
-
[13]
Y. Ye,
Interior algorithms for linear, quadratic and linearly constrained convex programming
diff --git a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-04.tex b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-04.tex
index c27f54390..4398d5b0d 100644
--- a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-04.tex
+++ b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-04.tex
@@ -19,7 +19,7 @@
\date{Version 2.0a, 2023/08/24}
\UseName{sys_if_engine_opentype:TF}
- {\usepackage{unicode-math}}
+ {\usepackage{lua-unicode-math}}
{\usepackage{amsmath}}
\usepackage{amsthm}
diff --git a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-05-BAD.tex b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-05-BAD.tex
index dbb66e033..c89972687 100644
--- a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-05-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-05-BAD.tex
@@ -9,7 +9,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\title{amsmath tagging test - extensible arrows with mathml-SE}
diff --git a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-06.tex b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-06.tex
index 05b89b724..3d9975071 100644
--- a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-06.tex
+++ b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-06.tex
@@ -9,7 +9,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\title{amsmath tagging test - intertext with mathml-SE}
diff --git a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-07-BAD.tex b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-07-BAD.tex
index 18aa63495..32f32873e 100644
--- a/tagging-status/testfiles-partial-mathml/amsmath/amsmath-07-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/amsmath/amsmath-07-BAD.tex
@@ -9,7 +9,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\title{amsmath tagging test - split with mathml-SE}
diff --git a/tagging-status/testfiles-partial-mathml/amsthm/amsthm-03.tex b/tagging-status/testfiles-partial-mathml/amsthm/amsthm-03.tex
index 2c0f78040..17c5748b1 100644
--- a/tagging-status/testfiles-partial-mathml/amsthm/amsthm-03.tex
+++ b/tagging-status/testfiles-partial-mathml/amsthm/amsthm-03.tex
@@ -17,7 +17,7 @@
\title{Newtheorem and theoremstyle test}
\author{Michael Downes\\updated by Barbara Beeton}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage[exercise]{amsthm}
\newtheorem{thm}{Theorem}[section]
diff --git a/tagging-status/testfiles-partial-mathml/amsthm/amsthm-04-BAD.tex b/tagging-status/testfiles-partial-mathml/amsthm/amsthm-04-BAD.tex
index 0112f6025..80ff89c52 100644
--- a/tagging-status/testfiles-partial-mathml/amsthm/amsthm-04-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/amsthm/amsthm-04-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{amsthm}
\newtheoremstyle{break}% name
diff --git a/tagging-status/testfiles-partial-mathml/amsxtra/amsxtra-01.tex b/tagging-status/testfiles-partial-mathml/amsxtra/amsxtra-01.tex
index 1f474c90f..7627ec5a4 100644
--- a/tagging-status/testfiles-partial-mathml/amsxtra/amsxtra-01.tex
+++ b/tagging-status/testfiles-partial-mathml/amsxtra/amsxtra-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage{amsxtra}
\title{amsxtra tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/calrsfs/calrsfs-01.tex b/tagging-status/testfiles-partial-mathml/calrsfs/calrsfs-01.tex
index 13477bb27..00f50e46f 100644
--- a/tagging-status/testfiles-partial-mathml/calrsfs/calrsfs-01.tex
+++ b/tagging-status/testfiles-partial-mathml/calrsfs/calrsfs-01.tex
@@ -9,7 +9,7 @@
\IfFileExists{\jobname-luamml-mathml.html}
{\usepackage{calrsfs}}
{\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\else
\usepackage{calrsfs}
\fi}
diff --git a/tagging-status/testfiles-partial-mathml/centernot/centernot-01-BAD.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/centernot/centernot-01-BAD.pdftex.struct.xml
index f34a8b2ef..381e879e6 100644
--- a/tagging-status/testfiles-partial-mathml/centernot/centernot-01-BAD.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/centernot/centernot-01-BAD.pdftex.struct.xml
@@ -22,7 +22,7 @@
Layout:Placement="Inline"
>
- ∥
+ ̸ ∥
$\centernot \parallel $
@@ -51,7 +51,7 @@
Layout:Placement="Inline"
>
- ⟶
+ ̸ ⟶
$\centernot \longrightarrow $
@@ -80,7 +80,7 @@
Layout:Placement="Inline"
>
- =
+ ̸ =
$\centernot =$
@@ -138,7 +138,7 @@
Layout:Placement="Inline"
>
- ⟶
+ ⟶
$\not \longrightarrow $
diff --git a/tagging-status/testfiles-partial-mathml/centernot/centernot-01-BAD.struct.xml b/tagging-status/testfiles-partial-mathml/centernot/centernot-01-BAD.struct.xml
index a7a1ce122..d77a44ae6 100644
--- a/tagging-status/testfiles-partial-mathml/centernot/centernot-01-BAD.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/centernot/centernot-01-BAD.struct.xml
@@ -21,7 +21,7 @@
Layout:Placement="Inline"
>
- ∥
+ ̸ ∥
$\centernot \parallel $
@@ -48,7 +48,7 @@
Layout:Placement="Inline"
>
- ⟶
+ ̸ ⟶
$\centernot \longrightarrow $
@@ -75,7 +75,7 @@
Layout:Placement="Inline"
>
- =
+ ̸ =
$\centernot =$
@@ -129,7 +129,7 @@
Layout:Placement="Inline"
>
- ⟶
+ ⟶
$\not \longrightarrow $
diff --git a/tagging-status/testfiles-partial-mathml/centernot/centernot-01-BAD.tex b/tagging-status/testfiles-partial-mathml/centernot/centernot-01-BAD.tex
index e5346069f..99fb53cd2 100644
--- a/tagging-status/testfiles-partial-mathml/centernot/centernot-01-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/centernot/centernot-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{centernot}
\title{centernot tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/chemarr/chemarr-01.struct.xml b/tagging-status/testfiles-partial-mathml/chemarr/chemarr-01.struct.xml
index 95b773170..c6c354f9f 100644
--- a/tagging-status/testfiles-partial-mathml/chemarr/chemarr-01.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/chemarr/chemarr-01.struct.xml
@@ -49,7 +49,7 @@
\begin {equation*}A \xrightleftharpoons [T \geq 400\,\mathrm {K}]{p > 10\,\mathrm {hPa}} B\end {equation*}
- 𝐴𝑝>10hPa−−−−−−⇀↽−−−−−−𝑇≥400K𝐵
+ 𝐴𝑝>10hPa−−−−−⇀↽−−−−−𝑇≥400K𝐵
diff --git a/tagging-status/testfiles-partial-mathml/chemarr/chemarr-01.tex b/tagging-status/testfiles-partial-mathml/chemarr/chemarr-01.tex
index 8882a45b8..37dd6f402 100644
--- a/tagging-status/testfiles-partial-mathml/chemarr/chemarr-01.tex
+++ b/tagging-status/testfiles-partial-mathml/chemarr/chemarr-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{chemarr}
\title{chemarr tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/chemarrow/chemarrow-01-BAD.tex b/tagging-status/testfiles-partial-mathml/chemarrow/chemarrow-01-BAD.tex
index 4ab265f9b..4e08bcaa8 100644
--- a/tagging-status/testfiles-partial-mathml/chemarrow/chemarrow-01-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/chemarrow/chemarrow-01-BAD.tex
@@ -9,7 +9,7 @@
\documentclass[fleqn,12pt,a4paper]{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{amsmath,chemarrow}
\begin{document}
diff --git a/tagging-status/testfiles-partial-mathml/circledsteps/circledsteps-01-BAD.tex b/tagging-status/testfiles-partial-mathml/circledsteps/circledsteps-01-BAD.tex
index ee273cf6e..92765e322 100644
--- a/tagging-status/testfiles-partial-mathml/circledsteps/circledsteps-01-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/circledsteps/circledsteps-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{circledsteps}
diff --git a/tagging-status/testfiles-partial-mathml/cleveref/cleveref-01.tex b/tagging-status/testfiles-partial-mathml/cleveref/cleveref-01.tex
index 4065f0e8c..5637c2ab7 100644
--- a/tagging-status/testfiles-partial-mathml/cleveref/cleveref-01.tex
+++ b/tagging-status/testfiles-partial-mathml/cleveref/cleveref-01.tex
@@ -8,7 +8,7 @@
\documentclass[a4paper,10pt]{article}
\UseName{sys_if_engine_opentype:TF}
- {\usepackage{unicode-math}}
+ {\usepackage{lua-unicode-math}}
{\usepackage{amsmath}}
% ^ need to load amsmath before cleveref
\usepackage{varioref}
diff --git a/tagging-status/testfiles-partial-mathml/cleveref/cleveref-02.tex b/tagging-status/testfiles-partial-mathml/cleveref/cleveref-02.tex
index 04f4dfefe..a031e2ebe 100644
--- a/tagging-status/testfiles-partial-mathml/cleveref/cleveref-02.tex
+++ b/tagging-status/testfiles-partial-mathml/cleveref/cleveref-02.tex
@@ -8,7 +8,7 @@
\documentclass{book}
\UseName{sys_if_engine_opentype:TF}
- {\usepackage{unicode-math}}
+ {\usepackage{lua-unicode-math}}
{\usepackage{amsmath}}
\usepackage{hyperref}
\usepackage{cleveref}
diff --git a/tagging-status/testfiles-partial-mathml/cmll/cmll-01.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/cmll/cmll-01.pdftex.struct.xml
index 96dc2cd24..5598904ba 100644
--- a/tagging-status/testfiles-partial-mathml/cmll/cmll-01.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/cmll/cmll-01.pdftex.struct.xml
@@ -17,13 +17,10 @@
-
-
-
$\biginvamp $
@@ -46,13 +43,10 @@
-
-
-
$\bigparr $
@@ -75,13 +69,10 @@
-
- ^^08
-
$\bigwith $
@@ -104,13 +95,10 @@
-
-
-
$\Bot $
@@ -133,13 +121,10 @@
-
- ^^04
-
$\coh $
@@ -162,13 +147,10 @@
-
- ^^06
-
$\incoh $
@@ -191,13 +173,10 @@
-
- ^^00
-
$\invamp $
@@ -220,13 +199,10 @@
-
- ^^0c
-
$\multimapboth $
@@ -249,13 +225,10 @@
-
- ⟜
-
$\multimapinv $
@@ -278,13 +251,10 @@
-
- ^^10
-
$\nmultimap $
@@ -307,13 +277,10 @@
-
- ^^12
-
$\nmultimapboth $
@@ -336,13 +303,10 @@
-
- ^^11
-
$\nmultimapinv $
@@ -365,13 +329,10 @@
-
- !
-
$\oc $
@@ -394,13 +355,10 @@
-
- ^^00
-
$\parr $
@@ -423,13 +381,10 @@
-
-
-
$\Perp $
@@ -452,13 +407,10 @@
-
- ^^05
-
$\scoh $
@@ -481,13 +433,10 @@
-
- ^^03
-
$\shift $
@@ -510,13 +459,10 @@
-
- ^^02
-
$\shneg $
@@ -539,13 +485,10 @@
-
- ^^01
-
$\shpos $
@@ -568,13 +511,10 @@
-
- ^^0e
-
$\simbot $
@@ -597,13 +537,10 @@
-
- ^^0e
-
$\simperp $
@@ -626,13 +563,10 @@
-
- ^^07
-
$\sincoh $
@@ -655,13 +589,10 @@
-
- &
-
$\with $
@@ -684,13 +615,10 @@
-
- ?
-
$\wn $
diff --git a/tagging-status/testfiles-partial-mathml/cmll/cmll-01.struct.xml b/tagging-status/testfiles-partial-mathml/cmll/cmll-01.struct.xml
index d10a177a9..6f215e73a 100644
--- a/tagging-status/testfiles-partial-mathml/cmll/cmll-01.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/cmll/cmll-01.struct.xml
@@ -1,680 +1 @@
-
-
-
-
-
-
-
-
-
-
- $\biginvamp $
-
- ˙
-
- biginvamp
-
-
-
-
-
-
-
-
-
- $\bigparr $
-
- ˙
-
- bigparr
-
-
-
-
-
-
- ^^08
-
-
- $\bigwith $
-
- ˘
-
- bigwith
-
-
-
-
-
-
-
-
-
- $\Bot $
-
- ‚
-
- Bot
-
-
-
-
-
-
- ^^04
-
-
- $\coh $
-
- ¨
-
- coh
-
-
-
-
-
-
- ^^06
-
-
- $\incoh $
-
- ˚
-
- incoh
-
-
-
-
-
-
- ^^00
-
-
- $\invamp $
-
- `
-
- invamp
-
-
-
-
-
-
- ^^0c
-
-
- $\multimapboth $
-
- ˛
-
- multimapboth
-
-
-
-
-
-
- ⟜
-
-
- $\multimapinv $
-
- ⟜
-
- multimapinv
-
-
-
-
-
-
- ^^10
-
-
- $\nmultimap $
-
- “
-
- nmultimap
-
-
-
-
-
-
- ^^12
-
-
- $\nmultimapboth $
-
- „
-
- nmultimapboth
-
-
-
-
-
-
- ^^11
-
-
- $\nmultimapinv $
-
- ”
-
- nmultimapinv
-
-
-
-
-
-
- !
-
-
- $\oc $
-
- !
-
- oc
-
-
-
-
-
-
- ^^00
-
-
- $\parr $
-
- `
-
- parr
-
-
-
-
-
-
-
-
-
- $\Perp $
-
- ‚
-
- Perp
-
-
-
-
-
-
- ^^05
-
-
- $\scoh $
-
- ˝
-
- scoh
-
-
-
-
-
-
- ^^03
-
-
- $\shift $
-
- ˜
-
- shift
-
-
-
-
-
-
- ^^02
-
-
- $\shneg $
-
- ˆ
-
- shneg
-
-
-
-
-
-
- ^^01
-
-
- $\shpos $
-
- ´
-
- shpos
-
-
-
-
-
-
- ^^0e
-
-
- $\simbot $
-
- ‹
-
- simbot
-
-
-
-
-
-
- ^^0e
-
-
- $\simperp $
-
- ‹
-
- simperp
-
-
-
-
-
-
- ^^07
-
-
- $\sincoh $
-
- ˇ
-
- sincoh
-
-
-
-
-
-
- &
-
-
- $\with $
-
- &
-
- with
-
-
-
-
-
-
- ?
-
-
- $\wn $
-
- ?
-
- wn
-
-
-
-
-
+
\ No newline at end of file
diff --git a/tagging-status/testfiles-partial-mathml/cmll/cmll-01.tex b/tagging-status/testfiles-partial-mathml/cmll/cmll-01.tex
index 721358445..25f306876 100644
--- a/tagging-status/testfiles-partial-mathml/cmll/cmll-01.tex
+++ b/tagging-status/testfiles-partial-mathml/cmll/cmll-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{cmll}
\title{cmll tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/colonequals/colonequals-01.tex b/tagging-status/testfiles-partial-mathml/colonequals/colonequals-01.tex
index afac3b2a0..b333826f3 100644
--- a/tagging-status/testfiles-partial-mathml/colonequals/colonequals-01.tex
+++ b/tagging-status/testfiles-partial-mathml/colonequals/colonequals-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{colonequals}
\title{colonequals tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/dcolumn/dcolumn-01.tex b/tagging-status/testfiles-partial-mathml/dcolumn/dcolumn-01.tex
index 249e560b5..81ba60d90 100644
--- a/tagging-status/testfiles-partial-mathml/dcolumn/dcolumn-01.tex
+++ b/tagging-status/testfiles-partial-mathml/dcolumn/dcolumn-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{dcolumn}
\newcolumntype{d}[1]{D{.}{\cdot}{#1}}
diff --git a/tagging-status/testfiles-partial-mathml/delarray/delarray-01-BAD.tex b/tagging-status/testfiles-partial-mathml/delarray/delarray-01-BAD.tex
index 5d54052d6..999ae7252 100644
--- a/tagging-status/testfiles-partial-mathml/delarray/delarray-01-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/delarray/delarray-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{delarray}
\title{delarray tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/delimset/delimset-01.tex b/tagging-status/testfiles-partial-mathml/delimset/delimset-01.tex
index 044a0340e..bca7bb9d6 100644
--- a/tagging-status/testfiles-partial-mathml/delimset/delimset-01.tex
+++ b/tagging-status/testfiles-partial-mathml/delimset/delimset-01.tex
@@ -11,7 +11,7 @@
\usepackage[margin=2cm]{geometry}
\usepackage{amsfonts}
\UseName{sys_if_engine_opentype:TF}
- {\usepackage{unicode-math}}
+ {\usepackage{lua-unicode-math}}
{\usepackage{amsmath}}
\usepackage{delimset}
diff --git a/tagging-status/testfiles-partial-mathml/dotlessi/dotlessi-01-BAD.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/dotlessi/dotlessi-01-BAD.pdftex.struct.xml
index 43e505ff6..5229fd1fb 100644
--- a/tagging-status/testfiles-partial-mathml/dotlessi/dotlessi-01-BAD.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/dotlessi/dotlessi-01-BAD.pdftex.struct.xml
@@ -22,7 +22,7 @@
Layout:Placement="Inline"
>
- 𝑓 m 7 ´ n
+ 𝑓 m ^^11 ´ n
$f_{\mathrm {m\acute {\dotlessj }n}}$
diff --git a/tagging-status/testfiles-partial-mathml/dotlessi/dotlessi-01-BAD.struct.xml b/tagging-status/testfiles-partial-mathml/dotlessi/dotlessi-01-BAD.struct.xml
index 1dcf7910b..11ba38be3 100644
--- a/tagging-status/testfiles-partial-mathml/dotlessi/dotlessi-01-BAD.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/dotlessi/dotlessi-01-BAD.struct.xml
@@ -21,12 +21,12 @@
Layout:Placement="Inline"
>
- 𝑓 m 7 ´ n
+ 𝑓 m ^^11 ´ n
$f_{\mathrm {m\acute {\dotlessj }n}}$
- 𝑓ḿ7n
+ 𝑓ḿȷn
diff --git a/tagging-status/testfiles-partial-mathml/dotlessi/dotlessi-01-BAD.tex b/tagging-status/testfiles-partial-mathml/dotlessi/dotlessi-01-BAD.tex
index c2543199d..211536c38 100644
--- a/tagging-status/testfiles-partial-mathml/dotlessi/dotlessi-01-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/dotlessi/dotlessi-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{dotlessi}
\title{dotlessi tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/dotlessj/dotlessj-01-BAD.tex b/tagging-status/testfiles-partial-mathml/dotlessj/dotlessj-01-BAD.tex
index 53a4e12bd..43a627c92 100644
--- a/tagging-status/testfiles-partial-mathml/dotlessj/dotlessj-01-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/dotlessj/dotlessj-01-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{dotlessj}
diff --git a/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01-af.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01-af.pdftex.struct.xml
index 7e5362e01..dc3eef7db 100644
--- a/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01-af.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01-af.pdftex.struct.xml
@@ -420,7 +420,7 @@
Layout:Placement="Block"
>
- ! 𝑥 = 𝑦
+ ! 𝑥 = 𝑦
!x =y
diff --git a/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01-af.struct.xml b/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01-af.struct.xml
index cc478cec8..03a415823 100644
--- a/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01-af.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01-af.struct.xml
@@ -394,7 +394,7 @@
Layout:Placement="Block"
>
- ! 𝑥 = 𝑦
+ ! 𝑥 = 𝑦
!𝑥=𝑦
diff --git a/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01-se.struct.xml b/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01-se.struct.xml
index 7f30b8597..a3ff14cab 100644
--- a/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01-se.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01-se.struct.xml
@@ -1453,13 +1453,12 @@
id="ID.00253"
intent=":pause-medium"
>
-
!
-
+
diff --git a/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01.ltx b/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01.ltx
index 58caf968f..c5bee3d6f 100644
--- a/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01.ltx
+++ b/tagging-status/testfiles-partial-mathml/eqnlines/eqnlines-01.ltx
@@ -7,7 +7,7 @@
\UseName{sys_if_engine_opentype:TF}
- {\usepackage{unicode-math}}
+ {\usepackage{lua-unicode-math}}
{\usepackage{amsmath}}
\usepackage[backup]{eqnlines}
\eqnlinesset{modifier=off,modifiersqrang=on,modifierenv=on}
diff --git a/tagging-status/testfiles-partial-mathml/esint/esint-01.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/esint/esint-01.pdftex.struct.xml
index 8b1c0ed43..5cc3e590b 100644
--- a/tagging-status/testfiles-partial-mathml/esint/esint-01.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/esint/esint-01.pdftex.struct.xml
@@ -15,7 +15,7 @@
Layout:Placement="Block"
>
- ∫ 0 1 𝑓 ( 𝑥 ) 𝑑 𝑥
+ ^^01 0 1 𝑓 ( 𝑥 ) 𝑑 𝑥
\begin {equation*}\int _0^1f(x)dx\end {equation*}
@@ -37,7 +37,7 @@
Layout:Placement="Inline"
>
- ∫
+ ^^01
$\int $
@@ -66,7 +66,7 @@
Layout:Placement="Inline"
>
- ∬
+ ^^03
$\iint $
@@ -95,7 +95,7 @@
Layout:Placement="Inline"
>
- ∭
+ ^^05
$\iiint $
@@ -124,7 +124,7 @@
Layout:Placement="Inline"
>
- ⨌
+ ^^07
$\iiiint $
@@ -182,7 +182,7 @@
Layout:Placement="Inline"
>
- ∮
+ ^^0b
$\oint $
@@ -211,7 +211,7 @@
Layout:Placement="Inline"
>
- ∯
+
$\oiint $
@@ -269,7 +269,7 @@
Layout:Placement="Inline"
>
- ⨖
+ ^^0f
$\sqint $
@@ -327,7 +327,7 @@
Layout:Placement="Inline"
>
- ∳
+ ^^17
$\ointctrclockwise $
@@ -385,7 +385,7 @@
Layout:Placement="Inline"
>
- ∲
+ ^^1b
$\varointclockwise $
@@ -443,7 +443,7 @@
Layout:Placement="Inline"
>
- ⨏
+ ^^1f
$\fint $
diff --git a/tagging-status/testfiles-partial-mathml/esint/esint-01.struct.xml b/tagging-status/testfiles-partial-mathml/esint/esint-01.struct.xml
index 482615893..948771143 100644
--- a/tagging-status/testfiles-partial-mathml/esint/esint-01.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/esint/esint-01.struct.xml
@@ -15,12 +15,12 @@
Layout:Placement="Block"
>
- ∫ 0 1 𝑓 ( 𝑥 ) 𝑑 𝑥
+ ^^01 0 1 𝑓 ( 𝑥 ) 𝑑 𝑥
\begin {equation*}\int _0^1f(x)dx\end {equation*}
- ∫10𝑓(𝑥)𝑑𝑥
+ ˆ10𝑓(𝑥)𝑑𝑥
- ∫
+ ^^01
$\int $
- ∫
+ ´
int
@@ -64,12 +64,12 @@
Layout:Placement="Inline"
>
- ∬
+ ^^03
$\iint $
- ∬
+ ˜
iint
@@ -92,12 +92,12 @@
Layout:Placement="Inline"
>
- ∭
+ ^^05
$\iiint $
- ∭
+ ˝
iiint
@@ -120,12 +120,12 @@
Layout:Placement="Inline"
>
- ⨌
+ ^^07
$\iiiint $
- ⨌
+ ˇ
iiiint
@@ -176,12 +176,12 @@
Layout:Placement="Inline"
>
- ∮
+ ^^0b
$\oint $
- ∮
+ ¸
oint
@@ -204,12 +204,12 @@
Layout:Placement="Inline"
>
- ∯
+
$\oiint $
- ∯
+ ‚
oiint
@@ -260,12 +260,12 @@
Layout:Placement="Inline"
>
- ⨖
+ ^^0f
$\sqint $
-
+ ›
sqint
@@ -316,12 +316,12 @@
Layout:Placement="Inline"
>
- ∳
+ ^^17
$\ointctrclockwise $
- ∳
+
ointctrclockwise
@@ -372,12 +372,12 @@
Layout:Placement="Inline"
>
- ∲
+ ^^1b
$\varointclockwise $
- ∲
+ ff
varointclockwise
@@ -428,12 +428,12 @@
Layout:Placement="Inline"
>
- ⨏
+ ^^1f
$\fint $
-
+ ffl
fint
diff --git a/tagging-status/testfiles-partial-mathml/esint/esint-01.tex b/tagging-status/testfiles-partial-mathml/esint/esint-01.tex
index 9b0941c9c..0549cbcd6 100644
--- a/tagging-status/testfiles-partial-mathml/esint/esint-01.tex
+++ b/tagging-status/testfiles-partial-mathml/esint/esint-01.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\UseName{sys_if_engine_opentype:TF}
- {\usepackage{unicode-math}}
+ {\usepackage{lua-unicode-math}}
{\usepackage{amsmath}} % must be loaded before esint
\usepackage{esint}
diff --git a/tagging-status/testfiles-partial-mathml/extarrows/extarrows-01.tex b/tagging-status/testfiles-partial-mathml/extarrows/extarrows-01.tex
index 633811787..5dfcebd12 100644
--- a/tagging-status/testfiles-partial-mathml/extarrows/extarrows-01.tex
+++ b/tagging-status/testfiles-partial-mathml/extarrows/extarrows-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{extarrows}
\title{extarrows tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/extarrows/extarrows-02-BAD.tex b/tagging-status/testfiles-partial-mathml/extarrows/extarrows-02-BAD.tex
index 2471703d4..6fc3b1087 100644
--- a/tagging-status/testfiles-partial-mathml/extarrows/extarrows-02-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/extarrows/extarrows-02-BAD.tex
@@ -8,7 +8,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{extarrows}
\title{extarrows tagging test - mathml-SE}
diff --git a/tagging-status/testfiles-partial-mathml/extpfeil/extpfeil-01.tex b/tagging-status/testfiles-partial-mathml/extpfeil/extpfeil-01.tex
index 265e0317b..cd02e9e4b 100644
--- a/tagging-status/testfiles-partial-mathml/extpfeil/extpfeil-01.tex
+++ b/tagging-status/testfiles-partial-mathml/extpfeil/extpfeil-01.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\usepackage{extpfeil}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\title{extpfeil tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/faktor/faktor-01.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/faktor/faktor-01.pdftex.struct.xml
index bb4de8e7e..76c08ce75 100644
--- a/tagging-status/testfiles-partial-mathml/faktor/faktor-01.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/faktor/faktor-01.pdftex.struct.xml
@@ -22,7 +22,7 @@
Layout:Placement="Inline"
>
- 𝑎 ⟋ 𝑏
+ 𝑎 ⟋ 𝑏
$\faktor {a}{b}$
@@ -44,7 +44,7 @@
Layout:Placement="Block"
>
- ∑ 𝑖 = 1 𝑛 𝑘 [ 𝑋 ] ⟋ ∑ 𝑖 = 1 𝑛 𝑘 [ 𝑋 ] ⋅ 𝜃 𝑖
+ ∑ 𝑖 = 1 𝑛 𝑘 [ 𝑋 ] ⟋ ∑ 𝑖 = 1 𝑛 𝑘 [ 𝑋 ] ⋅ 𝜃 𝑖
\begin {equation*}\faktor {\sum _{i=1}^n k[X]}{\sum _{i=1}^n k[X] \cdot \theta _i}\end {equation*}
diff --git a/tagging-status/testfiles-partial-mathml/faktor/faktor-01.struct.xml b/tagging-status/testfiles-partial-mathml/faktor/faktor-01.struct.xml
index d241f1261..cfbc12d7a 100644
--- a/tagging-status/testfiles-partial-mathml/faktor/faktor-01.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/faktor/faktor-01.struct.xml
@@ -21,7 +21,7 @@
Layout:Placement="Inline"
>
- 𝑎 ⟋ 𝑏
+ 𝑎 ⟋ 𝑏
$\faktor {a}{b}$
@@ -42,7 +42,7 @@
Layout:Placement="Block"
>
- ∑ 𝑖 = 1 𝑛 𝑘 [ 𝑋 ] ⟋ ∑ 𝑖 = 1 𝑛 𝑘 [ 𝑋 ] ⋅ 𝜃 𝑖
+ ∑ 𝑖 = 1 𝑛 𝑘 [ 𝑋 ] ⟋ ∑ 𝑖 = 1 𝑛 𝑘 [ 𝑋 ] ⋅ 𝜃 𝑖
\begin {equation*}\faktor {\sum _{i=1}^n k[X]}{\sum _{i=1}^n k[X] \cdot \theta _i}\end {equation*}
diff --git a/tagging-status/testfiles-partial-mathml/faktor/faktor-01.tex b/tagging-status/testfiles-partial-mathml/faktor/faktor-01.tex
index a30bf644d..a8224b047 100644
--- a/tagging-status/testfiles-partial-mathml/faktor/faktor-01.tex
+++ b/tagging-status/testfiles-partial-mathml/faktor/faktor-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\else
\usepackage{amssymb}
\fi
diff --git a/tagging-status/testfiles-partial-mathml/fdsymbol/fdsymbol-01.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/fdsymbol/fdsymbol-01.pdftex.struct.xml
index 8776af0d8..3984df0c8 100644
--- a/tagging-status/testfiles-partial-mathml/fdsymbol/fdsymbol-01.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/fdsymbol/fdsymbol-01.pdftex.struct.xml
@@ -134,13 +134,10 @@
-
- ⩞
-
$\doublebarwedge $
@@ -163,13 +160,10 @@
-
- ≊
-
$\approxeq $
@@ -192,13 +186,10 @@
-
- ∫ 𝑖 𝑗 𝑓 ( 𝑥 )
-
$\int _i^j f(x)$
diff --git a/tagging-status/testfiles-partial-mathml/fdsymbol/fdsymbol-01.struct.xml b/tagging-status/testfiles-partial-mathml/fdsymbol/fdsymbol-01.struct.xml
index d1faaae11..6f215e73a 100644
--- a/tagging-status/testfiles-partial-mathml/fdsymbol/fdsymbol-01.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/fdsymbol/fdsymbol-01.struct.xml
@@ -1,206 +1 @@
-
-
-
-
-
- R⃝
-
-
-
-
- S⃝
-
-
-
-
- ¥
-
-
-
-
- †
-
-
-
-
- ‡
-
-
-
-
- ¶
-
-
-
-
- §
-
-
-
-
- $
-
-
-
-
- £
-
-
-
-
-
-
- ⩞
-
-
- $\doublebarwedge $
-
- ⩞
-
-
-
-
-
-
-
- ≊
-
-
- $\approxeq $
-
- ≊
-
-
-
-
-
-
-
- ∫ 𝑖 𝑗 𝑓 ( 𝑥 )
-
-
- $\int _i^j f(x)$
-
- ∫jif(x)
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/tagging-status/testfiles-partial-mathml/fdsymbol/fdsymbol-01.tex b/tagging-status/testfiles-partial-mathml/fdsymbol/fdsymbol-01.tex
index 2676e9985..ef2fe4ba5 100644
--- a/tagging-status/testfiles-partial-mathml/fdsymbol/fdsymbol-01.tex
+++ b/tagging-status/testfiles-partial-mathml/fdsymbol/fdsymbol-01.tex
@@ -10,7 +10,7 @@
\IfFileExists{\jobname-luamml-mathml.html}
{\usepackage{fdsymbol}}
{\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
% just enough to process math
\def\circledR{Ⓡ}
\def\circledS{Ⓢ}
diff --git a/tagging-status/testfiles-partial-mathml/fge/fge-01.tex b/tagging-status/testfiles-partial-mathml/fge/fge-01.tex
index 049acdc00..0200b1e5e 100644
--- a/tagging-status/testfiles-partial-mathml/fge/fge-01.tex
+++ b/tagging-status/testfiles-partial-mathml/fge/fge-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{fge}
\title{fge tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/fnumprint/fnumprint-01.tex b/tagging-status/testfiles-partial-mathml/fnumprint/fnumprint-01.tex
index bdd0b8643..fa3790661 100644
--- a/tagging-status/testfiles-partial-mathml/fnumprint/fnumprint-01.tex
+++ b/tagging-status/testfiles-partial-mathml/fnumprint/fnumprint-01.tex
@@ -6,7 +6,7 @@
tagging=on
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\usepackage[german]{fnumprint}
\title{fnumprint tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/gensymb/gensymb-01.tex b/tagging-status/testfiles-partial-mathml/gensymb/gensymb-01.tex
index 5b0a5b269..8c8c88636 100644
--- a/tagging-status/testfiles-partial-mathml/gensymb/gensymb-01.tex
+++ b/tagging-status/testfiles-partial-mathml/gensymb/gensymb-01.tex
@@ -11,7 +11,7 @@
% but this should be unnecessary
\usepackage{textcomp}
\usepackage{gensymb}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
% ^ errors if loaded before gensymb
\title{gensymb tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/ghsystem/ghsystem-01.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/ghsystem/ghsystem-01.pdftex.struct.xml
index 20540c6b2..60b559ff6 100644
--- a/tagging-status/testfiles-partial-mathml/ghsystem/ghsystem-01.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/ghsystem/ghsystem-01.pdftex.struct.xml
@@ -232,7 +232,7 @@
Layout:Placement="Inline"
>
- ° C
+ ° C
$\mathrm {\SIUnitSymbolDegree C}$
@@ -264,7 +264,7 @@
Layout:Placement="Inline"
>
- ° F
+ ° F
$\mathrm {\SIUnitSymbolDegree F}$
@@ -373,7 +373,7 @@
Layout:Placement="Inline"
>
- ° C
+ ° C
$\mathrm {\SIUnitSymbolDegree C}$
@@ -405,7 +405,7 @@
Layout:Placement="Inline"
>
- ° F
+ ° F
$\mathrm {\SIUnitSymbolDegree F}$
@@ -9181,7 +9181,7 @@
Layout:Placement="Inline"
>
- ° C
+ ° C
$\mathrm {\SIUnitSymbolDegree C}$
@@ -9197,7 +9197,7 @@
Layout:Placement="Inline"
>
- ° F
+ ° F
$\mathrm {\SIUnitSymbolDegree F}$
@@ -9265,7 +9265,7 @@
Layout:Placement="Inline"
>
- ° C
+ ° C
$\mathrm {\SIUnitSymbolDegree C}$
@@ -9297,7 +9297,7 @@
Layout:Placement="Inline"
>
- ° F
+ ° F
$\mathrm {\SIUnitSymbolDegree F}$
@@ -9381,7 +9381,7 @@
Layout:Placement="Inline"
>
- ° C
+ ° C
$\mathrm {\SIUnitSymbolDegree C}$
@@ -9397,7 +9397,7 @@
Layout:Placement="Inline"
>
- ° F
+ ° F
$\mathrm {\SIUnitSymbolDegree F}$
@@ -9681,7 +9681,7 @@
Layout:Placement="Inline"
>
- ° C
+ ° C
$\mathrm {\SIUnitSymbolDegree C}$
@@ -9713,7 +9713,7 @@
Layout:Placement="Inline"
>
- ° F
+ ° F
$\mathrm {\SIUnitSymbolDegree F}$
@@ -9765,7 +9765,7 @@
Layout:Placement="Inline"
>
- ° C
+ ° C
$\mathrm {\SIUnitSymbolDegree C}$
@@ -9781,7 +9781,7 @@
Layout:Placement="Inline"
>
- ° F
+ ° F
$\mathrm {\SIUnitSymbolDegree F}$
diff --git a/tagging-status/testfiles-partial-mathml/ghsystem/ghsystem-01.struct.xml b/tagging-status/testfiles-partial-mathml/ghsystem/ghsystem-01.struct.xml
index 5fadd2209..7fabf3a10 100644
--- a/tagging-status/testfiles-partial-mathml/ghsystem/ghsystem-01.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/ghsystem/ghsystem-01.struct.xml
@@ -228,7 +228,7 @@
Layout:Placement="Inline"
>
- ° C
+ ° C
$\mathrm {\SIUnitSymbolDegree C}$
@@ -259,7 +259,7 @@
Layout:Placement="Inline"
>
- ° F
+ ° F
$\mathrm {\SIUnitSymbolDegree F}$
@@ -366,7 +366,7 @@
Layout:Placement="Inline"
>
- ° C
+ ° C
$\mathrm {\SIUnitSymbolDegree C}$
@@ -397,7 +397,7 @@
Layout:Placement="Inline"
>
- ° F
+ ° F
$\mathrm {\SIUnitSymbolDegree F}$
@@ -9158,7 +9158,7 @@
Layout:Placement="Inline"
>
- ° C
+ ° C
$\mathrm {\SIUnitSymbolDegree C}$
@@ -9174,7 +9174,7 @@
Layout:Placement="Inline"
>
- ° F
+ ° F
$\mathrm {\SIUnitSymbolDegree F}$
@@ -9241,7 +9241,7 @@
Layout:Placement="Inline"
>
- ° C
+ ° C
$\mathrm {\SIUnitSymbolDegree C}$
@@ -9272,7 +9272,7 @@
Layout:Placement="Inline"
>
- ° F
+ ° F
$\mathrm {\SIUnitSymbolDegree F}$
@@ -9356,7 +9356,7 @@
Layout:Placement="Inline"
>
- ° C
+ ° C
$\mathrm {\SIUnitSymbolDegree C}$
@@ -9372,7 +9372,7 @@
Layout:Placement="Inline"
>
- ° F
+ ° F
$\mathrm {\SIUnitSymbolDegree F}$
@@ -9655,7 +9655,7 @@
Layout:Placement="Inline"
>
- ° C
+ ° C
$\mathrm {\SIUnitSymbolDegree C}$
@@ -9686,7 +9686,7 @@
Layout:Placement="Inline"
>
- ° F
+ ° F
$\mathrm {\SIUnitSymbolDegree F}$
@@ -9738,7 +9738,7 @@
Layout:Placement="Inline"
>
- ° C
+ ° C
$\mathrm {\SIUnitSymbolDegree C}$
@@ -9754,7 +9754,7 @@
Layout:Placement="Inline"
>
- ° F
+ ° F
$\mathrm {\SIUnitSymbolDegree F}$
diff --git a/tagging-status/testfiles-partial-mathml/ghsystem/ghsystem-01.tex b/tagging-status/testfiles-partial-mathml/ghsystem/ghsystem-01.tex
index 61550e461..61d026d4a 100644
--- a/tagging-status/testfiles-partial-mathml/ghsystem/ghsystem-01.tex
+++ b/tagging-status/testfiles-partial-mathml/ghsystem/ghsystem-01.tex
@@ -6,7 +6,7 @@
tagging=on
}
\documentclass{article}
-\ifdefined\Uchar\usepackage{unicode-math}\fi
+\ifdefined\Uchar\usepackage{lua-unicode-math}\fi
\ExplSyntaxOn % see https://github.com/cgnieder/ghsystem/issues/13
\cs_new:Npn \chemmacros_load_module:n #1 {}
diff --git a/tagging-status/testfiles-partial-mathml/keytheorems/keytheorems-01.tex b/tagging-status/testfiles-partial-mathml/keytheorems/keytheorems-01.tex
index 257931248..7222c90b8 100644
--- a/tagging-status/testfiles-partial-mathml/keytheorems/keytheorems-01.tex
+++ b/tagging-status/testfiles-partial-mathml/keytheorems/keytheorems-01.tex
@@ -8,7 +8,7 @@
tagging=on
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}} % for tagging
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}} % for tagging
\title{\texttt{\char`\\ newkeytheorem} and \texttt{\char`\\ newkeytheoremstyle} test with tagging}
\author{%
Original document by Michael Downes; updated by Barbara Beeton\\
diff --git a/tagging-status/testfiles-partial-mathml/letterswitharrows/letterswitharrows-01-BAD.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/letterswitharrows/letterswitharrows-01-BAD.pdftex.struct.xml
index c4415aba2..779c707b7 100644
--- a/tagging-status/testfiles-partial-mathml/letterswitharrows/letterswitharrows-01-BAD.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/letterswitharrows/letterswitharrows-01-BAD.pdftex.struct.xml
@@ -75,7 +75,7 @@
Layout:Placement="Block"
>
- x → ∶ = − 𝑁 𝑜 𝑉 𝑎 𝑙 𝑢 𝑒 − ⟨ − 𝑁 𝑜 𝑉 𝑎 𝑙 𝑢 𝑒 − , − 𝑁 𝑜 𝑉 𝑎 𝑙 𝑢 𝑒 − ⟩ = 42
+ − 𝑁 𝑜 𝑉 𝑎 𝑙 𝑢 𝑒 − ∶ = − 𝑁 𝑜 𝑉 𝑎 𝑙 𝑢 𝑒 − ⟨ − 𝑁 𝑜 𝑉 𝑎 𝑙 𝑢 𝑒 − , − 𝑁 𝑜 𝑉 𝑎 𝑙 𝑢 𝑒 − ⟩ = 42
\begin {equation*}\vec {\mathbf {x}} := \cev {AB} \qquad \langle \vw , \vright \rangle = 42\end {equation*}
diff --git a/tagging-status/testfiles-partial-mathml/letterswitharrows/letterswitharrows-01-BAD.struct.xml b/tagging-status/testfiles-partial-mathml/letterswitharrows/letterswitharrows-01-BAD.struct.xml
index 5285f3cd1..1d10b4c3e 100644
--- a/tagging-status/testfiles-partial-mathml/letterswitharrows/letterswitharrows-01-BAD.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/letterswitharrows/letterswitharrows-01-BAD.struct.xml
@@ -75,12 +75,12 @@
Layout:Placement="Block"
>
- x → ∶ = − 𝑁 𝑜 𝑉 𝑎 𝑙 𝑢 𝑒 − ⟨ − 𝑁 𝑜 𝑉 𝑎 𝑙 𝑢 𝑒 − , − 𝑁 𝑜 𝑉 𝑎 𝑙 𝑢 𝑒 − ⟩ = 42
+ − 𝑁 𝑜 𝑉 𝑎 𝑙 𝑢 𝑒 − ∶ = − 𝑁 𝑜 𝑉 𝑎 𝑙 𝑢 𝑒 − ⟨ − 𝑁 𝑜 𝑉 𝑎 𝑙 𝑢 𝑒 − , − 𝑁 𝑜 𝑉 𝑎 𝑙 𝑢 𝑒 − ⟩ = 42
\begin {equation*}\vec {\mathbf {x}} := \cev {AB} \qquad \langle \vw , \vright \rangle = 42\end {equation*}
- ⃗x∶=𝐴𝐵−𝑁𝑜𝑉𝑎𝑙𝑢𝑒−⟨𝑤−𝑁𝑜𝑉𝑎𝑙𝑢𝑒−,𝑣−𝑁𝑜𝑉𝑎𝑙𝑢𝑒−⟩=42
+ x−𝑁𝑜𝑉𝑎𝑙𝑢𝑒−∶=𝐴𝐵−𝑁𝑜𝑉𝑎𝑙𝑢𝑒−⟨𝑤−𝑁𝑜𝑉𝑎𝑙𝑢𝑒−,𝑣−𝑁𝑜𝑉𝑎𝑙𝑢𝑒−⟩=42
-
- ( 𝑋 , 𝑌 )
-
$(X,Y)$
@@ -33,13 +30,10 @@
-
- 𝑎
-
$a$
@@ -49,13 +43,10 @@
-
- ( 𝑉 𝐼 𝜈 , 𝑛 )
-
$(VI_{\nu ,n})$
@@ -66,13 +57,10 @@
-
- 𝑎 𝑑 𝑑 𝑎 𝑋 = 𝜈 𝑋 – ( 1 – 𝑋 2 ) 2 𝑛 𝑎 1 – 𝑎 2 𝑎 𝑋 + 𝑌 1 + 𝑎 𝑋 𝑌 𝑎 𝑑 𝑑 𝑎 𝑌 = – ( 𝜈 + 1 ) 𝑌 + ( 1 – 𝑌 2 ) 2 𝑛 𝑎 1 – 𝑎 2 𝑋 + 𝑎 𝑌 1 + 𝑎 𝑋 𝑌
-
\begin {align*}a\frac {d}{da} X &= \nu X - (1 - X^2)\frac {2n a}{1 - a^2}\frac {aX+Y}{1+a XY} \\ a\frac {d}{da} Y &= -(\nu +1) Y + (1 - Y^2)\frac {2n a}{1 - a^2}\frac {X+aY}{1+a XY}\end {align*}
@@ -88,13 +76,10 @@
-
- 𝑞 = 𝑎 𝑎 𝑋 + 𝑌 𝑋 + 𝑎 𝑌
-
$q = a \frac {aX+Y}{X+aY}$
@@ -104,13 +89,10 @@
-
- 𝑏 = 𝑎 2
-
$b= a^2$
@@ -120,13 +102,10 @@
-
- 𝑃 𝑉 𝐼
-
$P_{VI}$
@@ -137,13 +116,10 @@
-
- 𝑑 2 𝑞 𝑑 𝑏 2 = 1 2 { 1 𝑞 + 1 𝑞 – 1 + 1 𝑞 – 𝑏 } ( 𝑑 𝑞 𝑑 𝑏 ) 2 – { 1 𝑏 + 1 𝑏 – 1 + 1 𝑞 – 𝑏 } 𝑑 𝑞 𝑑 𝑏 + 𝑞 ( 𝑞 – 1 ) ( 𝑞 – 𝑏 ) 𝑏 2 ( 𝑏 – 1 ) 2 { 𝛼 + 𝛽 𝑏 𝑞 2 + 𝛾 ( 𝑏 – 1 ) ( 𝑞 – 1 ) 2 + 𝛿 𝑏 ( 𝑏 – 1 ) ( 𝑞 – 𝑏 ) 2 }
-
\begin {equation*}\begin {split} \frac {d^2 q}{db^2} = \frac 12\left \{\frac 1q+\frac 1{q-1} +\frac 1{q-b}\right \}\left (\frac {dq}{db}\right )^2 - \left \{\frac 1b+\frac 1{b-1} +\frac 1{q-b}\right \}\frac {dq}{db}\\+\frac {q(q-1)(q-b)}{b^2(b-1)^2}\left \{\alpha +\frac {\beta b}{q^2} + \frac {\gamma (b-1)}{(q-1)^2}+\frac {\delta b(b-1)}{(q-b)^2}\right \} \end {split}\end {equation*}
@@ -159,13 +135,10 @@
-
- ( 𝛼 , 𝛽 , 𝛾 , 𝛿 ) = ( ( 𝜈 + 𝑛 ) 2 2 , – ( 𝜈 + 𝑛 + 1 ) 2 2 , 𝑛 2 2 , 1 – 𝑛 2 2 )
-
$(\alpha ,\beta ,\gamma ,\delta ) = (\frac {(\nu +n)^2}2, \frac {-(\nu +n+1)^2}2, \frac {n^2}2, \frac {1 - n^2}2)$
@@ -188,13 +161,10 @@
-
- Α Β Γ Δ Ξ Ω
-
$\Alpha \Beta \Gamma \Delta \Xi \Omega $
diff --git a/tagging-status/testfiles-partial-mathml/mathastext/mathastext-01.struct.xml b/tagging-status/testfiles-partial-mathml/mathastext/mathastext-01.struct.xml
index 169a445df..6f215e73a 100644
--- a/tagging-status/testfiles-partial-mathml/mathastext/mathastext-01.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/mathastext/mathastext-01.struct.xml
@@ -1,211 +1 @@
-
-
-
-
-
- Let
-
-
- ( 𝑋 , 𝑌 )
-
-
- $(X,Y)$
-
- (𝑋,𝑌)
-
- be two functions of a variable
-
-
- 𝑎
-
-
- $a$
-
- 𝑎
-
- . If they obey the differential system
-
-
- ( 𝑉 𝐼 𝜈 , 𝑛 )
-
-
- $(VI_{\nu ,n})$
-
- (𝑉𝐼𝜈,𝑛)
-
- :
-
-
-
- 𝑎 𝑑 𝑑 𝑎 𝑋 = 𝜈 𝑋 – ( 1 – 𝑋 2 ) 2 𝑛 𝑎 1 – 𝑎 2 𝑎 𝑋 + 𝑌 1 + 𝑎 𝑋 𝑌 𝑎 𝑑 𝑑 𝑎 𝑌 = – ( 𝜈 + 1 ) 𝑌 + ( 1 – 𝑌 2 ) 2 𝑛 𝑎 1 – 𝑎 2 𝑋 + 𝑎 𝑌 1 + 𝑎 𝑋 𝑌
-
-
- \begin {align*}a\frac {d}{da} X &= \nu X - (1 - X^2)\frac {2n a}{1 - a^2}\frac {aX+Y}{1+a XY} \\ a\frac {d}{da} Y &= -(\nu +1) Y + (1 - Y^2)\frac {2n a}{1 - a^2}\frac {X+aY}{1+a XY}\end {align*}
-
- 𝑎𝑑𝑑𝑎𝑋=𝜈𝑋–(1–𝑋2)2𝑛𝑎1–𝑎2𝑎𝑋+𝑌1+𝑎𝑋𝑌
- 𝑎𝑑𝑑𝑎𝑌=–(𝜈+1)𝑌+(1–𝑌2)2𝑛𝑎1–𝑎2𝑋+𝑎𝑌1+𝑎𝑋𝑌
-
-
- then the quantity
-
-
- 𝑞 = 𝑎 𝑎 𝑋 + 𝑌 𝑋 + 𝑎 𝑌
-
-
- $q = a \frac {aX+Y}{X+aY}$
-
- 𝑞=𝑎𝑎𝑋+𝑌𝑋+𝑎𝑌
-
- satisfies as function of
-
-
- 𝑏 = 𝑎 2
-
-
- $b= a^2$
-
- 𝑏=𝑎2
-
- the
-
-
- 𝑃 𝑉 𝐼
-
-
- $P_{VI}$
-
- 𝑃𝑉𝐼
-
- differential equation:
-
-
-
- 𝑑 2 𝑞 𝑑 𝑏 2 = 1 2 { 1 𝑞 + 1 𝑞 – 1 + 1 𝑞 – 𝑏 } ( 𝑑 𝑞 𝑑 𝑏 ) 2 – { 1 𝑏 + 1 𝑏 – 1 + 1 𝑞 – 𝑏 } 𝑑 𝑞 𝑑 𝑏 + 𝑞 ( 𝑞 – 1 ) ( 𝑞 – 𝑏 ) 𝑏 2 ( 𝑏 – 1 ) 2 { 𝛼 + 𝛽 𝑏 𝑞 2 + 𝛾 ( 𝑏 – 1 ) ( 𝑞 – 1 ) 2 + 𝛿 𝑏 ( 𝑏 – 1 ) ( 𝑞 – 𝑏 ) 2 }
-
-
- \begin {equation*}\begin {split} \frac {d^2 q}{db^2} = \frac 12\left \{\frac 1q+\frac 1{q-1} +\frac 1{q-b}\right \}\left (\frac {dq}{db}\right )^2 - \left \{\frac 1b+\frac 1{b-1} +\frac 1{q-b}\right \}\frac {dq}{db}\\+\frac {q(q-1)(q-b)}{b^2(b-1)^2}\left \{\alpha +\frac {\beta b}{q^2} + \frac {\gamma (b-1)}{(q-1)^2}+\frac {\delta b(b-1)}{(q-b)^2}\right \} \end {split}\end {equation*}
-
-
- 𝑑2𝑞𝑑𝑏2=12{1𝑞+1𝑞–1+1𝑞–𝑏}(𝑑𝑞𝑑𝑏)2–{1𝑏+1𝑏–1+1𝑞–𝑏}𝑑𝑞𝑑𝑏
- +𝑞(𝑞–1)(𝑞–𝑏)𝑏2(𝑏–1)2{𝛼+𝛽𝑏𝑞2+𝛾(𝑏–1)(𝑞–1)2+𝛿𝑏(𝑏–1)(𝑞–𝑏)2}
-
-
- with parameters
-
-
- ( 𝛼 , 𝛽 , 𝛾 , 𝛿 ) = ( ( 𝜈 + 𝑛 ) 2 2 , – ( 𝜈 + 𝑛 + 1 ) 2 2 , 𝑛 2 2 , 1 – 𝑛 2 2 )
-
-
- $(\alpha ,\beta ,\gamma ,\delta ) = (\frac {(\nu +n)^2}2, \frac {-(\nu +n+1)^2}2, \frac {n^2}2, \frac {1 - n^2}2)$
-
- (𝛼,𝛽,𝛾,𝛿)=((𝜈+𝑛)22,–(𝜈+𝑛+1)22,𝑛22,1–𝑛22)
-
- .
-
-
-
-
- Test of uppercase Greek in math:
-
-
- Α Β Γ Δ Ξ Ω
-
-
- $\Alpha \Beta \Gamma \Delta \Xi \Omega $
-
- ΑΒΓΔΞΩ
-
- .
-
-
-
-
-
+
\ No newline at end of file
diff --git a/tagging-status/testfiles-partial-mathml/mathastext/mathastext-01.tex b/tagging-status/testfiles-partial-mathml/mathastext/mathastext-01.tex
index 2c3fba8f4..2bcdf236b 100644
--- a/tagging-status/testfiles-partial-mathml/mathastext/mathastext-01.tex
+++ b/tagging-status/testfiles-partial-mathml/mathastext/mathastext-01.tex
@@ -9,7 +9,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\usepackage{mathastext}
\else
\usepackage[T1]{fontenc}
diff --git a/tagging-status/testfiles-partial-mathml/mathbbol/mathbbol-01.tex b/tagging-status/testfiles-partial-mathml/mathbbol/mathbbol-01.tex
index 15262d30a..86028a7f0 100644
--- a/tagging-status/testfiles-partial-mathml/mathbbol/mathbbol-01.tex
+++ b/tagging-status/testfiles-partial-mathml/mathbbol/mathbbol-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage[bbgreekl]{mathbbol}
\title{mathbbol tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/mathdots/mathdots-01.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/mathdots/mathdots-01.pdftex.struct.xml
index e71b0a9e7..55076d9bf 100644
--- a/tagging-status/testfiles-partial-mathml/mathdots/mathdots-01.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/mathdots/mathdots-01.pdftex.struct.xml
@@ -22,7 +22,7 @@
Layout:Placement="Inline"
>
- ⋱
+ . .
$\ddots $
@@ -38,7 +38,7 @@
Layout:Placement="Inline"
>
- ⋱
+ . .
$\ddots $
@@ -67,7 +67,7 @@
Layout:Placement="Inline"
>
- ⋮ 2 ⋮
+ 2
$\vdots \quad 2^{\vdots }$
@@ -125,7 +125,7 @@
Layout:Placement="Inline"
>
- 𝑋 ⃛ 𝑋 ⃜
+ 𝑋 � 𝑋 �
$\dddot {X}\quad \ddddot {X}$
diff --git a/tagging-status/testfiles-partial-mathml/mathdots/mathdots-01.struct.xml b/tagging-status/testfiles-partial-mathml/mathdots/mathdots-01.struct.xml
index 21662fed0..aa69f49e2 100644
--- a/tagging-status/testfiles-partial-mathml/mathdots/mathdots-01.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/mathdots/mathdots-01.struct.xml
@@ -21,12 +21,12 @@
Layout:Placement="Inline"
>
- ⋱
+ . .
$\ddots $
- ⋱
+ ...
- ⋱
+ . .
$\ddots $
- ⋱
+ ...
@@ -63,12 +63,12 @@
Layout:Placement="Inline"
>
- ⋮ 2 ⋮
+ 2
$\vdots \quad 2^{\vdots }$
- ⋮2⋮
+ ...2...
@@ -117,12 +117,12 @@
Layout:Placement="Inline"
>
- 𝑋 ⃛ 𝑋 ⃜
+ 𝑋 � 𝑋 �
$\dddot {X}\quad \ddddot {X}$
- ⃛𝑋⃜𝑋
+ ˙˙˙𝑋˙˙˙˙𝑋
diff --git a/tagging-status/testfiles-partial-mathml/mathdots/mathdots-01.tex b/tagging-status/testfiles-partial-mathml/mathdots/mathdots-01.tex
index 31cb1f58c..702752c9d 100644
--- a/tagging-status/testfiles-partial-mathml/mathdots/mathdots-01.tex
+++ b/tagging-status/testfiles-partial-mathml/mathdots/mathdots-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{mathdots}
\title{mathdots tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-01-BAD.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-01-BAD.pdftex.struct.xml
index 33718c1fa..ffc79fe85 100644
--- a/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-01-BAD.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-01-BAD.pdftex.struct.xml
@@ -35,7 +35,7 @@
Layout:Placement="Block"
>
- � � label
+ � � label
\begin {equation*}\inferrule *[Right={label}]{a \\\\ b}{c \\ d}\end {equation*}
diff --git a/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-01-BAD.struct.xml b/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-01-BAD.struct.xml
index 6f6e05654..0d5dfe7de 100644
--- a/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-01-BAD.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-01-BAD.struct.xml
@@ -37,7 +37,7 @@
Layout:Placement="Block"
>
- � � label
+ � � label
\begin {equation*}\inferrule *[Right={label}]{a \\\\ b}{c \\ d}\end {equation*}
diff --git a/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-01-BAD.tex b/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-01-BAD.tex
index 6800b5bba..7557cb061 100644
--- a/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-01-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-01-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{mathpartir}
diff --git a/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-02-BAD.tex b/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-02-BAD.tex
index 1efad4923..d6c08d7f7 100644
--- a/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-02-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/mathpartir/mathpartir-02-BAD.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage{mathpartir}
diff --git a/tagging-status/testfiles-partial-mathml/mathrsfs/mathrsfs-01.tex b/tagging-status/testfiles-partial-mathml/mathrsfs/mathrsfs-01.tex
index e86220ae8..36f7dce43 100644
--- a/tagging-status/testfiles-partial-mathml/mathrsfs/mathrsfs-01.tex
+++ b/tagging-status/testfiles-partial-mathml/mathrsfs/mathrsfs-01.tex
@@ -9,7 +9,7 @@
\IfFileExists{\jobname-luamml-mathml.html}
{\usepackage{mathrsfs}}
{\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\else
\usepackage{mathrsfs}
\fi}
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-01.tex b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-01.tex
index 19c940b32..3c255cd05 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-01.tex
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-01.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\usepackage{mathtools}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\title{mathtools tagging test - Fine-tuning mathematical layout}
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-02.tex b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-02.tex
index ddc8f2d82..3ad5abc69 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-02.tex
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-02.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\usepackage{mathtools}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\title{mathtools tagging test - Controlling tags}
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-03.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-03.pdftex.struct.xml
index e09e69706..7e67fa7a1 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-03.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-03.pdftex.struct.xml
@@ -42,7 +42,7 @@
Layout:Placement="Inline"
>
- 𝑓 𝑜 𝑜 𝑏 𝑎 𝑟 ⎵ 𝑏 𝑎 𝑧
+ 𝑓 𝑜 𝑜 𝑏 𝑎 𝑟 ⎵ 𝑏 𝑎 𝑧
$\underbracket {foo\ bar}_{baz}$
@@ -71,7 +71,7 @@
Layout:Placement="Inline"
>
- 𝑓 𝑜 𝑜 𝑏 𝑎 𝑟 ⎴ 𝑏 𝑎 𝑧
+ 𝑓 𝑜 𝑜 𝑏 𝑎 𝑟 ⎴ 𝑏 𝑎 𝑧
$\overbracket {foo\ bar}^{baz}$
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-03.struct.xml b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-03.struct.xml
index 6f930d186..019a0a9d4 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-03.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-03.struct.xml
@@ -41,12 +41,12 @@
Layout:Placement="Inline"
>
- 𝑓 𝑜 𝑜 𝑏 𝑎 𝑟 ⎵ 𝑏 𝑎 𝑧
+ 𝑓 𝑜 𝑜 𝑏 𝑎 𝑟 ⎵ 𝑏 𝑎 𝑧
$\underbracket {foo\ bar}_{baz}$
- 𝑓𝑜𝑜𝑏𝑎𝑟⎵⎵⎵𝑏𝑎𝑧
+ 𝑓𝑜𝑜𝑏𝑎𝑟⎵⎵⎵⎵𝑏𝑎𝑧
@@ -68,12 +68,12 @@
Layout:Placement="Inline"
>
- 𝑓 𝑜 𝑜 𝑏 𝑎 𝑟 ⎴ 𝑏 𝑎 𝑧
+ 𝑓 𝑜 𝑜 𝑏 𝑎 𝑟 ⎴ 𝑏 𝑎 𝑧
$\overbracket {foo\ bar}^{baz}$
- 𝑏𝑎𝑧⎴⎴⎴𝑓𝑜𝑜𝑏𝑎𝑟
+ 𝑏𝑎𝑧⎴⎴⎴⎴𝑓𝑜𝑜𝑏𝑎𝑟
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-03.tex b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-03.tex
index 5e0038552..34873fdad 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-03.tex
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-03.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\usepackage{mathtools}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\title{mathtools tagging test - Extensible symbols}
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-04-BAD.tex b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-04-BAD.tex
index 502dde508..6a7c4b510 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-04-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-04-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\usepackage{mathtools}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\title{mathtools tagging test - New mathematical building blocks}
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-05.tex b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-05.tex
index 8d6a3c75e..1656acb1d 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-05.tex
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-05.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\usepackage{mathtools}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\title{mathtools tagging test - Intertext and short intertext}
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-06-BAD.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-06-BAD.pdftex.struct.xml
index 239c08988..508beb191 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-06-BAD.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-06-BAD.pdftex.struct.xml
@@ -30,7 +30,7 @@
Layout:Placement="Block"
>
- 𝑎 ̸ = 𝑏
+ 𝑎 6 = 𝑏
\begin {equation*}a := b\end {equation*}
@@ -47,13 +47,10 @@
-
- ↛
-
$\nuparrow $
@@ -76,13 +73,10 @@
-
- ↚
-
$\ndownarrow $
@@ -105,13 +99,10 @@
-
- ⨉
-
$\bigtimes $
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-06-BAD.struct.xml b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-06-BAD.struct.xml
index cdf17e2df..6f215e73a 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-06-BAD.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-06-BAD.struct.xml
@@ -1,119 +1 @@
-
-
-
-
-
-
- 𝑎 ∶ = 𝑏 ∼ ∶ 𝑐 ∶ − 𝑑
-
-
- \begin {equation*}a := b \simcolon c \colondash d\end {equation*}
-
- 𝑎∶=𝑏∼∶𝑐∶−𝑑
-
-
-
- 𝑎 ̸ = 𝑏
-
-
- \begin {equation*}a := b\end {equation*}
-
- 𝑎6=𝑏
-
-
-
-
- ↛
-
-
- $\nuparrow $
-
- ↛
-
-
-
-
-
-
-
- ↚
-
-
- $\ndownarrow $
-
- ↚
-
-
-
-
-
-
-
- ⨉
-
-
- $\bigtimes $
-
- ⨉
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-06-BAD.tex b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-06-BAD.tex
index 3ca97e8dd..968eb4e98 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-06-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-06-BAD.tex
@@ -9,7 +9,7 @@
\UseName{sys_if_engine_opentype:TF}
- {\usepackage{unicode-math}}
+ {\usepackage{lua-unicode-math}}
{\usepackage{amssymb}}
\usepackage{mathtools}
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-07-BAD.tex b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-07-BAD.tex
index fc22c26cf..349739dd2 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-07-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-07-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\usepackage{mathtools}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\title{mathtools tagging test - Mathematics within italic text}
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-08.tex b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-08.tex
index 622c176f0..ab8c73073 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-08.tex
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-08.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\usepackage{mathtools}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\title{mathtools tagging test - Left sub/superscripts}
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-09.tex b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-09.tex
index 2f7d1badd..dcf4a8b8b 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-09.tex
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-09.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\usepackage{mathtools}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\title{mathtools tagging test - Spreading equations}
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-10-BAD.tex b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-10-BAD.tex
index e1112caad..8a73b40b6 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-10-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-10-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\usepackage{mathtools}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\title{mathtools tagging test - Gathered environments}
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-11-BAD.tex b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-11-BAD.tex
index 2de15184c..587b3f139 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-11-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-11-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\usepackage{mathtools}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\title{mathtools tagging test - Split fractions}
diff --git a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-12-BAD.tex b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-12-BAD.tex
index f8125b091..1e5d89d53 100644
--- a/tagging-status/testfiles-partial-mathml/mathtools/mathtools-12-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/mathtools/mathtools-12-BAD.tex
@@ -8,7 +8,7 @@
\documentclass{article}
\usepackage{mathtools}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\title{mathtools tagging test - Variable math strut}
diff --git a/tagging-status/testfiles-partial-mathml/mattens/mattens-01.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/mattens/mattens-01.pdftex.struct.xml
index 92789d2fa..4bb5262cd 100644
--- a/tagging-status/testfiles-partial-mathml/mattens/mattens-01.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/mattens/mattens-01.pdftex.struct.xml
@@ -22,7 +22,7 @@
Layout:Placement="Inline"
>
- 𝑓 𝑏 ‾ . 𝑎
+ 𝑓 𝑏 ‾ . 𝑎
$\bS [\dot ]{f}^a_b$
@@ -44,7 +44,7 @@
Layout:Placement="Block"
>
- 𝑒 𝑒 𝑥 _ 𝑥 _
+ 𝑒 𝑒 𝑥 _ 𝑥 _
\begin {equation*}\aS {e} \quad \aS *{e} \quad \Sb {x} \quad \Sb *{x} \quad \aCSa {z} \quad \aCSa *{z}\end {equation*}
@@ -64,7 +64,7 @@
Layout:Placement="Block"
>
- ∮ 𝑟 ‾ 𝑠 ( 𝜉 ) ⋯
+ ∮ 𝑟 ‾ 𝑠 ( 𝜉 ) ⋯
\begin {equation*}\oint \limits _{\bS {r}^s(\xi )} \dotsi \end {equation*}
diff --git a/tagging-status/testfiles-partial-mathml/mattens/mattens-01.struct.xml b/tagging-status/testfiles-partial-mathml/mattens/mattens-01.struct.xml
index 2cbfaf321..125a5a82a 100644
--- a/tagging-status/testfiles-partial-mathml/mattens/mattens-01.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/mattens/mattens-01.struct.xml
@@ -21,7 +21,7 @@
Layout:Placement="Inline"
>
- 𝑓 𝑏 ‾ . 𝑎
+ 𝑓 𝑏 ‾ . 𝑎
$\bS [\dot ]{f}^a_b$
@@ -42,7 +42,7 @@
Layout:Placement="Block"
>
- 𝑒 𝑒 𝑥 _ 𝑥 _
+ 𝑒 𝑒 𝑥 _ 𝑥 _
\begin {equation*}\aS {e} \quad \aS *{e} \quad \Sb {x} \quad \Sb *{x} \quad \aCSa {z} \quad \aCSa *{z}\end {equation*}
@@ -62,7 +62,7 @@
Layout:Placement="Block"
>
- ∮ 𝑟 ‾ 𝑠 ( 𝜉 ) ⋯
+ ∮ 𝑟 ‾ 𝑠 ( 𝜉 ) ⋯
\begin {equation*}\oint \limits _{\bS {r}^s(\xi )} \dotsi \end {equation*}
diff --git a/tagging-status/testfiles-partial-mathml/mattens/mattens-01.tex b/tagging-status/testfiles-partial-mathml/mattens/mattens-01.tex
index 0fd4bf03f..3ae1b646a 100644
--- a/tagging-status/testfiles-partial-mathml/mattens/mattens-01.tex
+++ b/tagging-status/testfiles-partial-mathml/mattens/mattens-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
-\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
+\UseName{sys_if_engine_opentype:T}{\usepackage{lua-unicode-math}}
\usepackage{mattens}
\title{mattens tagging test}
diff --git a/tagging-status/testfiles-partial-mathml/mdsymbol/mdsymbol-01.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/mdsymbol/mdsymbol-01.pdftex.struct.xml
index 8776af0d8..3984df0c8 100644
--- a/tagging-status/testfiles-partial-mathml/mdsymbol/mdsymbol-01.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/mdsymbol/mdsymbol-01.pdftex.struct.xml
@@ -134,13 +134,10 @@
-
- ⩞
-
$\doublebarwedge $
@@ -163,13 +160,10 @@
-
- ≊
-
$\approxeq $
@@ -192,13 +186,10 @@
-
- ∫ 𝑖 𝑗 𝑓 ( 𝑥 )
-
$\int _i^j f(x)$
diff --git a/tagging-status/testfiles-partial-mathml/mdsymbol/mdsymbol-01.struct.xml b/tagging-status/testfiles-partial-mathml/mdsymbol/mdsymbol-01.struct.xml
index d1faaae11..6f215e73a 100644
--- a/tagging-status/testfiles-partial-mathml/mdsymbol/mdsymbol-01.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/mdsymbol/mdsymbol-01.struct.xml
@@ -1,206 +1 @@
-
-
-
-
-
- R⃝
-
-
-
-
- S⃝
-
-
-
-
- ¥
-
-
-
-
- †
-
-
-
-
- ‡
-
-
-
-
- ¶
-
-
-
-
- §
-
-
-
-
- $
-
-
-
-
- £
-
-
-
-
-
-
- ⩞
-
-
- $\doublebarwedge $
-
- ⩞
-
-
-
-
-
-
-
- ≊
-
-
- $\approxeq $
-
- ≊
-
-
-
-
-
-
-
- ∫ 𝑖 𝑗 𝑓 ( 𝑥 )
-
-
- $\int _i^j f(x)$
-
- ∫jif(x)
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/tagging-status/testfiles-partial-mathml/mdsymbol/mdsymbol-01.tex b/tagging-status/testfiles-partial-mathml/mdsymbol/mdsymbol-01.tex
index 4f028fea9..12b0c8979 100644
--- a/tagging-status/testfiles-partial-mathml/mdsymbol/mdsymbol-01.tex
+++ b/tagging-status/testfiles-partial-mathml/mdsymbol/mdsymbol-01.tex
@@ -10,7 +10,7 @@
\IfFileExists{\jobname-luamml-mathml.html}
{\usepackage{mdsymbol}}
{\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
% just enough to process math
\def\circledR{Ⓡ}
\def\circledS{Ⓢ}
diff --git a/tagging-status/testfiles-partial-mathml/newunicodechar/newunicodechar-01.tex b/tagging-status/testfiles-partial-mathml/newunicodechar/newunicodechar-01.tex
index 5b84c7c4a..b093758ae 100644
--- a/tagging-status/testfiles-partial-mathml/newunicodechar/newunicodechar-01.tex
+++ b/tagging-status/testfiles-partial-mathml/newunicodechar/newunicodechar-01.tex
@@ -7,7 +7,7 @@
}
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\else
\usepackage[T1]{fontenc} % for pdflatex
\fi
diff --git a/tagging-status/testfiles-partial-mathml/nomencl/nomencl-tasks-01.tex b/tagging-status/testfiles-partial-mathml/nomencl/nomencl-tasks-01.tex
index 882e05fdb..0272df3ab 100644
--- a/tagging-status/testfiles-partial-mathml/nomencl/nomencl-tasks-01.tex
+++ b/tagging-status/testfiles-partial-mathml/nomencl/nomencl-tasks-01.tex
@@ -9,7 +9,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage[nocfg]{nomencl}
diff --git a/tagging-status/testfiles-partial-mathml/nomencl/nomencl-tasks-02.tex b/tagging-status/testfiles-partial-mathml/nomencl/nomencl-tasks-02.tex
index 8e63f027a..636c26782 100644
--- a/tagging-status/testfiles-partial-mathml/nomencl/nomencl-tasks-02.tex
+++ b/tagging-status/testfiles-partial-mathml/nomencl/nomencl-tasks-02.tex
@@ -9,7 +9,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage[stdsubgroups,nocfg]{nomencl}
diff --git a/tagging-status/testfiles-partial-mathml/nomencl/nomencl-tasks-03-BAD.tex b/tagging-status/testfiles-partial-mathml/nomencl/nomencl-tasks-03-BAD.tex
index e8fcb5398..a1f3ccd29 100644
--- a/tagging-status/testfiles-partial-mathml/nomencl/nomencl-tasks-03-BAD.tex
+++ b/tagging-status/testfiles-partial-mathml/nomencl/nomencl-tasks-03-BAD.tex
@@ -9,7 +9,7 @@
\documentclass{article}
\ifdefined\Uchar
- \usepackage{unicode-math}
+ \usepackage{lua-unicode-math}
\fi
\usepackage[nomentbl]{nomencl}
diff --git a/tagging-status/testfiles-partial-mathml/numprint/numprint-01.pdftex.struct.xml b/tagging-status/testfiles-partial-mathml/numprint/numprint-01.pdftex.struct.xml
index 4a6891c6e..1fdbe70cc 100644
--- a/tagging-status/testfiles-partial-mathml/numprint/numprint-01.pdftex.struct.xml
+++ b/tagging-status/testfiles-partial-mathml/numprint/numprint-01.pdftex.struct.xml
@@ -91,11 +91,11 @@
-
+
⋅
@@ -160,11 +160,11 @@
-
+
@@ -176,11 +176,11 @@
-
+
N / mm 2
@@ -218,11 +218,11 @@
-
+
@@ -234,11 +234,11 @@
-
+
N / mm 2
@@ -274,11 +274,11 @@
-
+
123 , 45 ⋅ 10 12
@@ -295,11 +295,11 @@
-
+
123 , 45 ⋅ 10 12
@@ -316,11 +316,11 @@
-
+
123 , 45 ⋅ 10 12
@@ -337,11 +337,11 @@
-
+
⋅
@@ -370,11 +370,11 @@
-
+
123 , 45 ⋅ 10 12
@@ -391,11 +391,11 @@
-
+
123 , 45 ⋅ 10 12
@@ -412,11 +412,11 @@
-
+
123 , 45 ⋅ 10 12
@@ -433,11 +433,11 @@
-
+
⋅
@@ -466,11 +466,11 @@
-
+
123 , 45 ⋅ 10 12
@@ -487,11 +487,11 @@
-
+