Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tagging-status/build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
<Formula xmlns="http://iso.org/pdf2/ssn"
id="ID.06"
title="equation*"
af="tag-AFfile1.tex"
af="mathml-1.xml tag-AFfile1.tex"
xmlns:Layout="http://iso.org/pdf/ssn/Layout"
Layout:Placement="Block"
>
<AssociatedFile name="mathml-1.xml" xmlns="">
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML"> <mtext> <math xmlns="http://www.w3.org/1998/Math/MathML"> <mo fence="true" lspace="0" rspace="0" symmetric="true">(</mo> <mi> <mglyph/> </mi> <mo fence="true" lspace="0" rspace="0" symmetric="true">)</mo> </math> </mtext> <mspace width="0.167em"/> <mrow> <mspace width="4.981pt"/> <mtable> <mtr> <mtd> <mn>1</mn> </mtd> </mtr> <mtr> <mtd> <mn>2</mn> </mtd> </mtr> <mtr> <mtd> <mn>3</mn> </mtd> </mtr> </mtable> <mspace width="4.981pt"/> </mrow> <mspace width="0.167em"/> <mtext> <math xmlns="http://www.w3.org/1998/Math/MathML"> <mo fence="true" lspace="0" rspace="0" symmetric="true">(</mo> <mi> <mglyph/> </mi> <mo fence="true" lspace="0" rspace="0" symmetric="true">)</mo> </math> </mtext> </math>
</AssociatedFile>
<AssociatedFile name="tag-AFfile1.tex" xmlns="">
\begin {equation*}\begin {array}[t]({c}) 1\\2\\3 \end {array} \begin {array}[c]({cr}) 1 &amp; a\\2 &amp; b\\3 &amp; c \end {array} \begin {array}[b]({c}) 1\\2\\3 \end {array}\end {equation*}
</AssociatedFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
<Formula xmlns="http://iso.org/pdf2/ssn"
id="ID.006"
title="equation"
af="tag-AFfile1.tex"
af="mathml-1.xml tag-AFfile1.tex"
xmlns:Layout="http://iso.org/pdf/ssn/Layout"
Layout:Placement="Block"
>
<AssociatedFile name="mathml-1.xml" xmlns="">
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML"> <mtable displaystyle="true" intent=":system-of-equations"> <mtr> <mtd intent=":equation-label"> <mtext> (1) </mtext> </mtd> <mtd intent=":pause-medium"> <mrow/> <mtext/> <mi> <mglyph/> </mi> </mtd> </mtr> </mtable> </math>
</AssociatedFile>
<AssociatedFile name="tag-AFfile1.tex" xmlns="">
\begin {equation}\begin {lgathered} x=1,\quad x+1=2 \\ y=2 \end {lgathered}\end {equation}
</AssociatedFile>
Expand All @@ -33,10 +36,13 @@
<Formula xmlns="http://iso.org/pdf2/ssn"
id="ID.009"
title="gather"
af="tag-AFfile2.tex"
af="mathml-2.xml tag-AFfile2.tex"
xmlns:Layout="http://iso.org/pdf/ssn/Layout"
Layout:Placement="Block"
>
<AssociatedFile name="mathml-2.xml" xmlns="">
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML"> <mtable class="gather" displaystyle="true" intent=":system-of-equations"> <mtr> <mtd intent=":equation-label"> <mtext> (2) </mtext> </mtd> <mtd intent=":pause-medium"> <mtext/> <mi> <mglyph/> </mi> </mtd> </mtr> </mtable> </math>
</AssociatedFile>
<AssociatedFile name="tag-AFfile2.tex" xmlns="">
\begin {gather}\begin {stargathered} x=1,\quad x+1=2 \\ y=2 \end {stargathered}\end {gather}
</AssociatedFile>
Expand Down
Loading