texmath 0.12.10 → 0.12.10.1
raw patch · 45 files changed
+533/−349 lines, 45 files
Files
- changelog.md +8/−0
- src/Text/TeXMath/Writers/MathML.hs +12/−6
- test/writer/mml/00000_C0_Controls_and_Basic_Latin.test +0/−1
- test/writer/mml/08.test +8/−4
- test/writer/mml/09.test +0/−1
- test/writer/mml/10.test +4/−2
- test/writer/mml/a.test +0/−1
- test/writer/mml/b.test +0/−2
- test/writer/mml/c.test +0/−2
- test/writer/mml/complex3.test +352/−190
- test/writer/mml/emptyContent1.test +0/−1
- test/writer/mml/f.test +0/−1
- test/writer/mml/g.test +0/−3
- test/writer/mml/invChars.test +4/−2
- test/writer/mml/l.test +0/−4
- test/writer/mml/mfencedAempty.test +0/−1
- test/writer/mml/mfracZcomp-01.test +4/−2
- test/writer/mml/mfracZcomp-02.test +4/−2
- test/writer/mml/mfracZcomp-03.test +4/−2
- test/writer/mml/mfracZcomp-12.test +4/−2
- test/writer/mml/mfracZcomp-13.test +4/−2
- test/writer/mml/mfracZcomp-14.test +4/−2
- test/writer/mml/mfracZcomp-15.test +4/−2
- test/writer/mml/mfracZcomp-16.test +4/−2
- test/writer/mml/mfracZcomp-17.test +4/−2
- test/writer/mml/mfracZcomp-18.test +4/−2
- test/writer/mml/mfracZcomp-19.test +4/−2
- test/writer/mml/mfracZcomp-20.test +4/−2
- test/writer/mml/mfracZcomp-21.test +4/−2
- test/writer/mml/mfracZcomp-24.test +4/−2
- test/writer/mml/mfracZcomp-25.test +4/−2
- test/writer/mml/mfracZcomp-33.test +4/−2
- test/writer/mml/mi2.test +4/−2
- test/writer/mml/mo6.test +8/−4
- test/writer/mml/n.test +0/−31
- test/writer/mml/operatorname.test +36/−23
- test/writer/mml/primes1.test +0/−1
- test/writer/mml/s.test +0/−3
- test/writer/mml/simplePres.test +4/−2
- test/writer/mml/sphere_volume.test +8/−4
- test/writer/mml/subsup.test +0/−5
- test/writer/mml/t.test +0/−2
- test/writer/mml/v.test +0/−8
- test/writer/mml/white10.test +20/−10
- texmath.cabal +1/−1
changelog.md view
@@ -1,3 +1,11 @@+texmath (0.12.10.1)++ * MathML writer: group function application with operator name (#262).+ This fixes an issue with munder/mover. Previously the mo+ with the U+2061 was being put under the 'lim' operator+ instead of 'n -> oo'. Grouping them ensures that munder/mover+ will work properly.+ texmath (0.12.10) * texmath-server:
src/Text/TeXMath/Writers/MathML.hs view
@@ -159,12 +159,18 @@ showExps tt = map (showExp tt) . insertFunctionApps insertFunctionApps :: [Exp] -> [Exp]-insertFunctionApps [] = []-insertFunctionApps (e@EMathOperator{} : ESymbol _ "\x2061" : es) =- e : ESymbol Pun "\x2061" : insertFunctionApps es-insertFunctionApps (e@EMathOperator{} : es) =- e : ESymbol Pun "\x2061" : insertFunctionApps es-insertFunctionApps (e:es) = e : insertFunctionApps es+-- handle this as a special case, or we get an infinite loop+-- since we insert a new EGrouped to which insertFunctionApp will be applied.+insertFunctionApps [e@EMathOperator{}, ESymbol _ "\x2061"] =+ [e, ESymbol Pun "\x2061"]+insertFunctionApps es' = go es'+ where+ go [] = []+ go (e@EMathOperator{} : ESymbol _ "\x2061" : es) =+ EGrouped [e , ESymbol Pun "\x2061"] : go es+ go (e@EMathOperator{} : es@(_:_)) =+ EGrouped [e, ESymbol Pun "\x2061"] : go es+ go (e:es) = e : go es showExp :: Maybe TextType -> Exp -> Element showExp tt e =
test/writer/mml/00000_C0_Controls_and_Basic_Latin.test view
@@ -225,7 +225,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi></mi>- <mo>⁡</mo> </mtd> <mtd columnalign="center" style="text-align: center"> <mi>0</mi>
test/writer/mml/08.test view
@@ -73,9 +73,11 @@ <mi>n</mi> </msup> <mo>,</mo>- <mi>arg</mi>- <mo>⁡</mo> <mrow>+ <mi>arg</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="true" form="prefix">(</mo> <msup> <mi>z</mi>@@ -85,8 +87,10 @@ </mrow> <mo>=</mo> <mi>n</mi>- <mi>arg</mi>- <mo>⁡</mo>+ <mrow>+ <mi>arg</mi>+ <mo>⁡</mo>+ </mrow> <mrow> <mo stretchy="true" form="prefix">(</mo> <mi>z</mi>
test/writer/mml/09.test view
@@ -20,7 +20,6 @@ <mrow> <munder> <mi>lim</mi>- <mo>⁡</mo> <mrow> <mi>z</mi> <mo>→</mo>
test/writer/mml/10.test view
@@ -76,8 +76,10 @@ </msubsup> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mrow> <mo stretchy="true" form="prefix">(</mo> <mi>κ</mi>
test/writer/mml/a.test view
@@ -139,7 +139,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>∾̳</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>
test/writer/mml/b.test view
@@ -578,7 +578,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>=⃥</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -587,7 +586,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>≡⃥</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>
test/writer/mml/c.test view
@@ -238,7 +238,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>∩︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1039,7 +1038,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>∪︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>
test/writer/mml/complex3.test view
@@ -7733,10 +7733,14 @@ </mrow> <mo>+</mo> <mrow>- <mi>sin</mi>- <mo>⁡</mo>- <mi>cos</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> </mrow>@@ -7899,7 +7903,6 @@ <mrow> <munder> <mi>lim</mi>- <mo>⁡</mo> <mrow> <mi>n</mi> <mo>→</mo>@@ -9131,8 +9134,10 @@ </msup> <mi>⁢</mi> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>y</mi> </mrow> <mi>⁢</mi>@@ -9187,8 +9192,10 @@ </mrow> <mo>=</mo> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>x</mi> </mrow> </mrow>@@ -10377,9 +10384,11 @@ </msup> <mi>⁢</mi> <mrow>- <mi>cos</mi>- <mo>⁡</mo> <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mfrac> <mn>1</mn> <mn>2</mn>@@ -10427,9 +10436,11 @@ <mn>2</mn> <mi>⁢</mi> <mrow>- <mi>tan</mi>- <mo>⁡</mo> <mrow>+ <mi>tan</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="true" form="prefix">(</mo> <mrow> <mrow>@@ -11352,8 +11363,10 @@ <mtr> <mtd columnalign="center" style="text-align: center"> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> </mtd>@@ -11361,8 +11374,10 @@ <mtr> <mtd columnalign="center" style="text-align: center"> <mrow>- <mi>cos</mi>- <mo>⁡</mo>+ <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow> <mi>γ</mi> </mrow> </mtd>@@ -11494,8 +11509,10 @@ <mtd columnalign="center" style="text-align: center"> <mrow> <mrow>- <mi>∇×</mi>- <mo>⁡</mo>+ <mrow>+ <mi>∇×</mi>+ <mo>⁡</mo>+ </mrow> <mi>F</mi> </mrow> <mo>=</mo>@@ -11507,8 +11524,10 @@ <mtr> <mtd columnalign="center" style="text-align: center"> <mrow>- <mi>∇·</mi>- <mo>⁡</mo>+ <mrow>+ <mi>∇·</mi>+ <mo>⁡</mo>+ </mrow> <mi>F</mi> </mrow> </mtd>@@ -11518,8 +11537,10 @@ <mtd columnalign="center" style="text-align: center"> <mrow> <mrow>- <mi>∇·∇</mi>- <mo>⁡</mo>+ <mrow>+ <mi>∇·∇</mi>+ <mo>⁡</mo>+ </mrow> <mi>F</mi> </mrow> <mo>=</mo>@@ -11544,9 +11565,11 @@ <mtd columnalign="center" style="text-align: center"> <mrow> <mrow>- <mi>∇×</mi>- <mo>⁡</mo> <mrow>+ <mi>∇×</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="false" form="prefix">(</mo> <mrow> <mrow>@@ -11609,9 +11632,11 @@ <mtd columnalign="center" style="text-align: center"> <mrow> <mrow>- <mi>∇×</mi>- <mo>⁡</mo> <mrow>+ <mi>∇×</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="false" form="prefix">(</mo> <mrow> <mi>y</mi>@@ -12198,9 +12223,11 @@ <mrow> <mo stretchy="true" form="prefix">(</mo> <mrow>- <mi>arccos</mi>- <mo>⁡</mo> <mrow>+ <mi>arccos</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mfrac> <mn>1</mn> <mn>7</mn>@@ -12249,9 +12276,11 @@ <mrow> <mo stretchy="true" form="prefix">(</mo> <mrow>- <mi>arccos</mi>- <mo>⁡</mo> <mrow>+ <mi>arccos</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mfrac> <mn>1</mn> <mn>7</mn>@@ -12321,9 +12350,11 @@ <mtd columnalign="center" style="text-align: center"> <mrow> <mrow>- <mi>det</mi>- <mo>⁡</mo> <mrow>+ <mi>det</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="true" form="prefix">(</mo> <mtable> <mtr>@@ -12430,8 +12461,10 @@ <mtr> <mtd columnalign="center" style="text-align: center"> <mrow>- <mi>cos</mi>- <mo>⁡</mo>+ <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> </mtd>@@ -12439,8 +12472,10 @@ <mrow> <mo>−</mo> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> </mrow>@@ -12449,15 +12484,19 @@ <mtr> <mtd columnalign="center" style="text-align: center"> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> </mtd> <mtd columnalign="center" style="text-align: center"> <mrow>- <mi>cos</mi>- <mo>⁡</mo>+ <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> </mtd>@@ -12472,15 +12511,19 @@ <mtr> <mtd columnalign="center" style="text-align: center"> <mrow>- <mi>cos</mi>- <mo>⁡</mo>+ <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> </mtd> <mtd columnalign="center" style="text-align: center"> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> </mtd>@@ -12490,16 +12533,20 @@ <mrow> <mo>−</mo> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> </mrow> </mtd> <mtd columnalign="center" style="text-align: center"> <mrow>- <mi>cos</mi>- <mo>⁡</mo>+ <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> </mtd>@@ -12646,9 +12693,11 @@ <mtd columnalign="center" style="text-align: center"> <mrow> <mrow>- <mi>det</mi>- <mo>⁡</mo> <mrow>+ <mi>det</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="true" form="prefix">(</mo> <mtable> <mtr>@@ -12805,7 +12854,6 @@ <mrow> <munder> <mi>max</mi>- <mo>⁡</mo> <mrow> <mi>x</mi> <mo>≠</mo>@@ -13169,7 +13217,6 @@ <mrow> <munder> <mi>lim</mi>- <mo>⁡</mo> <mrow> <mi>x</mi> <mo>=</mo>@@ -13219,7 +13266,6 @@ <mrow> <munder> <mi>lim</mi>- <mo>⁡</mo> <mrow> <mrow> <mo>∥</mo>@@ -13301,7 +13347,6 @@ <mrow> <munder> <mi>lim</mi>- <mo>⁡</mo> <mrow> <mi>n</mi> <mo>→</mo>@@ -13608,7 +13653,6 @@ <mrow> <munder> <mi>lim</mi>- <mo>⁡</mo> <mrow> <mi>x</mi> <mo>→</mo>@@ -13616,9 +13660,11 @@ </mrow> </munder> <mrow>- <mi>sin</mi>- <mo>⁡</mo> <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="true" form="prefix">(</mo> <mfrac> <mn>1</mn>@@ -13828,9 +13874,11 @@ <mrow> <mo stretchy="true" form="prefix">(</mo> <mrow>- <mi>max</mi>- <mo>⁡</mo> <mrow>+ <mi>max</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="true" form="prefix">{</mo> <mrow> <mrow>@@ -13983,7 +14031,6 @@ <mrow> <munder> <mi>lim</mi>- <mo>⁡</mo> <mrow> <mi>a</mi> <mo>→</mo>@@ -13995,8 +14042,10 @@ </munder> <mrow> <msub>- <mi>log</mi>- <mo>⁡</mo>+ <mrow>+ <mi>log</mi>+ <mo>⁡</mo>+ </mrow> <mi>a</mi> </msub> <mo>⁡</mo>@@ -14048,7 +14097,6 @@ <mrow> <munder> <mi>lim</mi>- <mo>⁡</mo> <mrow> <mi>a</mi> <mo>→</mo>@@ -14060,8 +14108,10 @@ </munder> <mrow> <msub>- <mi>log</mi>- <mo>⁡</mo>+ <mrow>+ <mi>log</mi>+ <mo>⁡</mo>+ </mrow> <mi>a</mi> </msub> <mo>⁡</mo>@@ -14133,9 +14183,11 @@ </mrow> <mo>=</mo> <mrow>- <mi>exp</mi>- <mo>⁡</mo> <mrow>+ <mi>exp</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="true" form="prefix">(</mo> <mrow> <mo>−</mo>@@ -14196,9 +14248,11 @@ <mtd columnalign="center" style="text-align: center"> <mrow> <mrow>- <mi>Aut</mi>- <mo>⁡</mo> <mrow>+ <mi>Aut</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="false" form="prefix">(</mo> <mi>𝐈</mi> <mo stretchy="false" form="postfix">)</mo>@@ -14310,8 +14364,10 @@ <mtext mathvariant="normal"> </mtext> <mrow> <mrow>- <mi>tan</mi>- <mo>⁡</mo>+ <mrow>+ <mi>tan</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mo>=</mo>@@ -14357,8 +14413,10 @@ <mn>2</mn> <mo>+</mo> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>t</mi> </mrow> </mrow>@@ -14368,8 +14426,10 @@ <mn>10</mn> <mi>⁢</mi> <mrow>- <mi>cos</mi>- <mo>⁡</mo>+ <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow> <mi>t</mi> </mrow> </mrow>@@ -14381,8 +14441,10 @@ <mn>2</mn> <mo>+</mo> <mrow>- <mi>cos</mi>- <mo>⁡</mo>+ <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow> <mi>t</mi> </mrow> </mrow>@@ -14392,8 +14454,10 @@ <mn>10</mn> <mi>⁢</mi> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>t</mi> </mrow> </mrow>@@ -14402,9 +14466,11 @@ <mn>3</mn> <mi>⁢</mi> <mrow>- <mi>sin</mi>- <mo>⁡</mo> <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mn>3</mn> <mi>⁢</mi> <mi>t</mi>@@ -14988,8 +15054,10 @@ <mtr> <mtd columnalign="center" style="text-align: center"> <mrow>- <mi>mod</mi>- <mo>⁡</mo>+ <mrow>+ <mi>mod</mi>+ <mo>⁡</mo>+ </mrow> <mi>a</mi> </mrow> </mtd>@@ -15000,8 +15068,10 @@ <mrow> <mrow> <mn>5</mn>- <mi>mod</mi>- <mo>⁡</mo>+ <mrow>+ <mi>mod</mi>+ <mo>⁡</mo>+ </mrow> <mn>3</mn> </mrow> <mo>=</mo>@@ -15023,8 +15093,10 @@ <mo stretchy="false" form="postfix">)</mo> </mrow> </mrow>- <mi>mod</mi>- <mo>⁡</mo>+ <mrow>+ <mi>mod</mi>+ <mo>⁡</mo>+ </mrow> <mn>3</mn> </mrow> <mo>=</mo>@@ -15053,8 +15125,10 @@ <mrow> <mo stretchy="true" form="prefix">(</mo> <mrow>- <mi>mod</mi>- <mo>⁡</mo>+ <mrow>+ <mi>mod</mi>+ <mo>⁡</mo>+ </mrow> <mn>13</mn> </mrow> <mo stretchy="true" form="postfix">)</mo>@@ -15082,8 +15156,10 @@ <mi>/</mi> <mn>5</mn> </mrow>- <mi>mod</mi>- <mo>⁡</mo>+ <mrow>+ <mi>mod</mi>+ <mo>⁡</mo>+ </mrow> <mn>7</mn> </mrow> <mo>=</mo>@@ -15130,8 +15206,10 @@ <mo stretchy="true" form="postfix">)</mo> </mrow> </mrow>- <mi>mod</mi>- <mo>⁡</mo>+ <mrow>+ <mi>mod</mi>+ <mo>⁡</mo>+ </mrow> <mn>3</mn> </mrow> <mo>=</mo>@@ -15296,9 +15374,11 @@ <mtd columnalign="center" style="text-align: center"> <mrow> <mrow>- <mi>Pr</mi>- <mo>⁡</mo> <mrow>+ <mi>Pr</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="false" form="prefix">(</mo> <mrow> <mi>X</mi>@@ -15339,9 +15419,11 @@ <mi>k</mi> <mo>=</mo> <mrow>- <mi>max</mi>- <mo>⁡</mo> <mrow>+ <mi>max</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="true" form="prefix">{</mo> <mrow> <mrow>@@ -15402,7 +15484,6 @@ <mrow> <munder> <mi>lim</mi>- <mo>⁡</mo> <mrow> <mi>x</mi> <mover>@@ -16297,8 +16378,10 @@ <mn>13</mn> <mi>⁢</mi> <mrow>- <mi>cos</mi>- <mo>⁡</mo>+ <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow> <mi>x</mi> </mrow> </mrow>@@ -16320,8 +16403,10 @@ <mn>9</mn> <mrow> <msup>- <mi>cos</mi>- <mo>⁡</mo>+ <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow> <mn>2</mn> </msup> <mo>⁡</mo>@@ -16333,16 +16418,20 @@ <mfrac> <mn>60</mn> <mrow>- <mi>cos</mi>- <mo>⁡</mo>+ <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow> <mi>x</mi> </mrow> </mfrac> <mi>⁢</mi> <mrow>- <mi>sin</mi>- <mo>⁡</mo> <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="true" form="prefix">(</mo> <mrow> <mi>x</mi>@@ -16378,9 +16467,11 @@ <mo stretchy="true" form="prefix">∫</mo> <mrow> <mrow>- <mi>cos</mi>- <mo>⁡</mo> <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="false" form="prefix">(</mo> <mrow> <mi>A</mi>@@ -16392,9 +16483,11 @@ </mrow> <mi>⁢</mi> <mrow>- <mi>sin</mi>- <mo>⁡</mo> <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="false" form="prefix">(</mo> <mrow> <mi>B</mi>@@ -16417,9 +16510,11 @@ <mrow> <mo>−</mo> <mrow>- <mi>cos</mi>- <mo>⁡</mo> <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mrow> <mo stretchy="false" form="prefix">(</mo> <mrow>@@ -16453,9 +16548,11 @@ <mrow> <mo>−</mo> <mrow>- <mi>cos</mi>- <mo>⁡</mo> <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mrow> <mo stretchy="false" form="prefix">(</mo> <mrow>@@ -16513,7 +16610,6 @@ <mrow> <munder> <mi>max</mi>- <mo>⁡</mo> <mrow> <mrow> <mo>−</mo>@@ -16613,8 +16709,10 @@ <mi>n</mi> </msup> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>x</mi> </mrow> </mrow>@@ -16711,8 +16809,10 @@ <mn>13</mn> <mi>⁢</mi> <mrow>- <mi>cos</mi>- <mo>⁡</mo>+ <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow> <mi>x</mi> </mrow> </mrow>@@ -16734,8 +16834,10 @@ <mn>9</mn> <mrow> <msup>- <mi>cos</mi>- <mo>⁡</mo>+ <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow> <mn>2</mn> </msup> <mo>⁡</mo>@@ -16747,16 +16849,20 @@ <mfrac> <mn>60</mn> <mrow>- <mi>cos</mi>- <mo>⁡</mo>+ <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow> <mi>x</mi> </mrow> </mfrac> <mi>⁢</mi> <mrow>- <mi>sin</mi>- <mo>⁡</mo> <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="true" form="prefix">(</mo> <mrow> <mi>x</mi>@@ -16869,8 +16975,10 @@ <mrow> <mo stretchy="true" form="prefix">(</mo> <mrow>- <mi>∇×</mi>- <mo>⁡</mo>+ <mrow>+ <mi>∇×</mi>+ <mo>⁡</mo>+ </mrow> <mi>𝐅</mi> </mrow> <mo stretchy="true" form="postfix">)</mo>@@ -17081,8 +17189,10 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> </mtd>@@ -17282,8 +17392,10 @@ <mtr> <mtd columnalign="center" style="text-align: center"> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> </mtd>@@ -17390,8 +17502,10 @@ <mrow> <mrow> <msup>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mn>3</mn> </msup> <mo>⁡</mo>@@ -17403,8 +17517,10 @@ <mo>+</mo> <mrow> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <msup> <mi>x</mi> <mn>2</mn>@@ -17412,13 +17528,17 @@ </mrow> <mi>⁢</mi> <mrow>- <mi>sin</mi>- <mo>⁡</mo> <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="true" form="prefix">(</mo> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <msup> <mi>x</mi> <mn>2</mn>@@ -18222,9 +18342,11 @@ <mo stretchy="false" form="prefix">(</mo> <mrow> <msup>- <mi>csc</mi>- <mo>⁡</mo> <mrow>+ <mi>csc</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo>−</mo> <mn>1</mn> </mrow>@@ -18270,9 +18392,11 @@ <mrow> <mrow> <msup>- <mi>tanh</mi>- <mo>⁡</mo> <mrow>+ <mi>tanh</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo>−</mo> <mn>1</mn> </mrow>@@ -18288,9 +18412,11 @@ </mfrac> <mi>⁢</mi> <mrow>- <mi>ln</mi>- <mo>⁡</mo> <mrow>+ <mi>ln</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mo stretchy="true" form="prefix">(</mo> <mfrac> <mrow>@@ -18691,11 +18817,15 @@ <mtd columnalign="center" style="text-align: center"> <mrow> <mi>x</mi>- <mi>≰⃥</mi>- <mo>⁡</mo>+ <mrow>+ <mi>≰⃥</mi>+ <mo>⁡</mo>+ </mrow> <mi>y</mi>- <mi>≰⃥</mi>- <mo>⁡</mo>+ <mrow>+ <mi>≰⃥</mi>+ <mo>⁡</mo>+ </mrow> <mi>z</mi> </mrow> </mtd>@@ -18706,7 +18836,6 @@ <mrow> <mover> <mi>lim</mi>- <mo>⁡</mo> <mo accent="true">¯</mo> </mover> <mi>x</mi>@@ -18719,7 +18848,6 @@ <mrow> <munder> <mi>lim</mi>- <mo>⁡</mo> <mo accent="true">̲</mo> </munder> <mi>x</mi>@@ -18732,7 +18860,6 @@ <mrow> <munder> <mi>lim</mi>- <mo>⁡</mo> <mo accent="true">→</mo> </munder> <mi>x</mi>@@ -18745,7 +18872,6 @@ <mrow> <munder> <mi>lim</mi>- <mo>⁡</mo> <mo accent="true">←</mo> </munder> <mi>x</mi>@@ -19593,8 +19719,10 @@ <mo stretchy="true" form="prefix">(</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19610,8 +19738,10 @@ <mo stretchy="true" form="prefix">(</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19627,8 +19757,10 @@ <mo stretchy="true" form="prefix">(</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19644,8 +19776,10 @@ <mo stretchy="true" form="prefix">(</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19661,8 +19795,10 @@ <mo stretchy="true" form="prefix">(</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19678,8 +19814,10 @@ <mo stretchy="true" form="prefix">(</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19695,8 +19833,10 @@ <mo stretchy="true" form="prefix">(</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19712,8 +19852,10 @@ <mo stretchy="true" form="prefix">(</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19729,8 +19871,10 @@ <mo stretchy="true" form="prefix">(</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19744,8 +19888,10 @@ <mtd columnalign="center" style="text-align: center"> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19757,8 +19903,10 @@ <mtd columnalign="center" style="text-align: center"> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19770,8 +19918,10 @@ <mtd columnalign="center" style="text-align: center"> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19783,8 +19933,10 @@ <mtd columnalign="center" style="text-align: center"> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19796,8 +19948,10 @@ <mtd columnalign="center" style="text-align: center"> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19809,8 +19963,10 @@ <mtd columnalign="center" style="text-align: center"> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19822,8 +19978,10 @@ <mtd columnalign="center" style="text-align: center"> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19835,8 +19993,10 @@ <mtd columnalign="center" style="text-align: center"> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>@@ -19848,8 +20008,10 @@ <mtd columnalign="center" style="text-align: center"> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>
test/writer/mml/emptyContent1.test view
@@ -6,6 +6,5 @@ <msub> <mn></mn> <mi></mi>- <mo>⁡</mo> </msub> </math>
test/writer/mml/f.test view
@@ -158,7 +158,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>fj</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>
test/writer/mml/g.test view
@@ -318,7 +318,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⋛︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -719,7 +718,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>≩︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -728,7 +726,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>≩︀</mi>- <mo>⁡</mo> </mtd> </mtr> </mtable>
test/writer/mml/invChars.test view
@@ -12,8 +12,10 @@ <math display="block" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mn></mn>- <mi></mi>- <mo>⁡</mo>+ <mrow>+ <mi></mi>+ <mo>⁡</mo>+ </mrow> <mi></mi> <mi>⁢</mi> <mn></mn>
test/writer/mml/l.test view
@@ -549,7 +549,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⪭︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1118,7 +1117,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⋚︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1967,7 +1965,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>≨︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1976,7 +1973,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>≨︀</mi>- <mo>⁡</mo> </mtd> </mtr> </mtable>
test/writer/mml/mfencedAempty.test view
@@ -11,6 +11,5 @@ <mi>y</mi> </mrow> <mi></mi>- <mo>⁡</mo> </mrow> </math>
test/writer/mml/mfracZcomp-01.test view
@@ -15,8 +15,10 @@ <mtext mathvariant="normal">Inline, auto, normal line </mtext> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>π</mi>
test/writer/mml/mfracZcomp-02.test view
@@ -15,8 +15,10 @@ <mtext mathvariant="normal">Inline, display style, normal line </mtext> <mfrac> <mrow>- <mi>ln</mi>- <mo>⁡</mo>+ <mrow>+ <mi>ln</mi>+ <mo>⁡</mo>+ </mrow> <mi>x</mi> </mrow> <mi>y</mi>
test/writer/mml/mfracZcomp-03.test view
@@ -15,8 +15,10 @@ <mtext mathvariant="normal">Inline, text style, normal line </mtext> <mfrac> <mrow>- <mi>tan</mi>- <mo>⁡</mo>+ <mrow>+ <mi>tan</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mn>67</mn>
test/writer/mml/mfracZcomp-12.test view
@@ -21,8 +21,10 @@ <mo stretchy="true" form="prefix">(</mo> <mfrac> <mrow>- <mi>log</mi>- <mo>⁡</mo>+ <mrow>+ <mi>log</mi>+ <mo>⁡</mo>+ </mrow> <mi>x</mi> </mrow> <mi>y</mi>
test/writer/mml/mfracZcomp-13.test view
@@ -21,8 +21,10 @@ <mo stretchy="true" form="prefix">|</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>
test/writer/mml/mfracZcomp-14.test view
@@ -23,8 +23,10 @@ <mo stretchy="true" form="infix">↑</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>
test/writer/mml/mfracZcomp-15.test view
@@ -23,8 +23,10 @@ <mo stretchy="true" form="infix">↓</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>
test/writer/mml/mfracZcomp-16.test view
@@ -21,8 +21,10 @@ <mo stretchy="true" form="prefix">⌊</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>
test/writer/mml/mfracZcomp-17.test view
@@ -21,8 +21,10 @@ <mo stretchy="true" form="prefix">⌈</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>
test/writer/mml/mfracZcomp-18.test view
@@ -24,8 +24,10 @@ <mo stretchy="true" form="infix">↕</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>
test/writer/mml/mfracZcomp-19.test view
@@ -23,8 +23,10 @@ <mo stretchy="true" form="infix">⇑</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>
test/writer/mml/mfracZcomp-20.test view
@@ -25,8 +25,10 @@ <mo stretchy="true" form="infix">⇓</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>
test/writer/mml/mfracZcomp-21.test view
@@ -25,8 +25,10 @@ <mo stretchy="true" form="infix">⇕</mo> <mfrac> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mi>M</mi>
test/writer/mml/mfracZcomp-24.test view
@@ -55,8 +55,10 @@ <mfrac> <mrow> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mo>+</mo>
test/writer/mml/mfracZcomp-25.test view
@@ -55,8 +55,10 @@ <mfrac> <mrow> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> </mrow> <mo>+</mo>
test/writer/mml/mfracZcomp-33.test view
@@ -73,8 +73,10 @@ <mn>2</mn> <mi>i</mi> <mi> </mi>- <mi>cos</mi>- <mo>⁡</mo>+ <mrow>+ <mi>cos</mi>+ <mo>⁡</mo>+ </mrow> <mrow> <mo stretchy="true" form="prefix">(</mo> <mfrac>
test/writer/mml/mi2.test view
@@ -4,8 +4,10 @@ <?xml version='1.0' ?> <math display="block" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>x</mi> </mrow> </math>
test/writer/mml/mo6.test view
@@ -18,16 +18,20 @@ <?xml version='1.0' ?> <math display="block" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow>- <mi>there exists</mi>- <mo>⁡</mo> <mrow>+ <mi>there exists</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mrow> <mi>δ</mi> <mo>></mo> <mn>0</mn> </mrow>- <mi>such that</mi>- <mo>⁡</mo>+ <mrow>+ <mi>such that</mi>+ <mo>⁡</mo>+ </mrow> <mrow> <mrow> <mi>f</mi>
test/writer/mml/n.test view
@@ -406,7 +406,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>∠⃒</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -423,7 +422,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⩰̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -432,7 +430,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>≋̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -553,7 +550,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⩭̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -634,7 +630,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>≐̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -715,7 +710,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi></mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -764,7 +758,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>≧̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -781,7 +774,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>≧̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -806,7 +798,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⋙̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -831,7 +822,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>≫⃒</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1040,7 +1030,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⋘̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1065,7 +1054,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>≪⃒</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1226,7 +1214,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>≧̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1291,7 +1278,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⋵̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1300,7 +1286,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⋹̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1661,7 +1646,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⫽⃥</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1670,7 +1654,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>∂̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1743,7 +1726,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⤳̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1752,7 +1734,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>↝̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1921,7 +1902,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⫅̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1946,7 +1926,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⫅̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -1987,7 +1966,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⫆̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -2012,7 +1990,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⫆̸</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -2117,7 +2094,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>≍⃒</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -2158,7 +2134,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>≥⃒</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -2167,7 +2142,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>>⃒</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -2200,7 +2174,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>≤⃒</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -2209,7 +2182,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi><⃒</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -2218,7 +2190,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⊴⃒</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -2235,7 +2206,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⊵⃒</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -2244,7 +2214,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>∼⃒</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>
test/writer/mml/operatorname.test view
@@ -76,27 +76,35 @@ <mtr> <mtd columnalign="left" style="text-align: left"> <msub>- <mi>div</mi>- <mo>⁡</mo>+ <mrow>+ <mi>div</mi>+ <mo>⁡</mo>+ </mrow> <mi>x</mi> </msub> <mi>u</mi> <msup>- <mi>div</mi>- <mo>⁡</mo>+ <mrow>+ <mi>div</mi>+ <mo>⁡</mo>+ </mrow> <mi>x</mi> </msup> <mi>u</mi> <msubsup>- <mi>div</mi>- <mo>⁡</mo>+ <mrow>+ <mi>div</mi>+ <mo>⁡</mo>+ </mrow> <mi>x</mi> <mi>y</mi> </msubsup> <mi>u</mi> <msubsup>- <mi>div</mi>- <mo>⁡</mo>+ <mrow>+ <mi>div</mi>+ <mo>⁡</mo>+ </mrow> <mi>x</mi> <mi>y</mi> </msubsup>@@ -110,7 +118,6 @@ <mtd columnalign="left" style="text-align: left"> <munder> <mi>⋆-lim'sup</mi>- <mo>⁡</mo> <mrow> <mi>x</mi> <mo>→</mo>@@ -120,13 +127,11 @@ <mi>u</mi> <mover> <mi>⋆-lim'sup</mi>- <mo>⁡</mo> <mi>w</mi> </mover> <mi>u</mi> <munderover> <mi>⋆-lim'sup</mi>- <mo>⁡</mo> <mrow> <mi>x</mi> <mo>→</mo>@@ -137,7 +142,6 @@ <mi>u</mi> <munderover> <mi>⋆-lim'sup</mi>- <mo>⁡</mo> <mrow> <mi>x</mi> <mo>→</mo>@@ -154,9 +158,11 @@ <mtr> <mtd columnalign="left" style="text-align: left"> <msub>- <mi>⋆-lim'sup</mi>- <mo>⁡</mo> <mrow>+ <mi>⋆-lim'sup</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mi>x</mi> <mo>→</mo> <mn>0</mn>@@ -164,15 +170,19 @@ </msub> <mi>u</mi> <msup>- <mi>⋆-lim'sup</mi>- <mo>⁡</mo>+ <mrow>+ <mi>⋆-lim'sup</mi>+ <mo>⁡</mo>+ </mrow> <mi>w</mi> </msup> <mi>u</mi> <msubsup>- <mi>⋆-lim'sup</mi>- <mo>⁡</mo> <mrow>+ <mi>⋆-lim'sup</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mi>x</mi> <mo>→</mo> <mn>0</mn>@@ -181,9 +191,11 @@ </msubsup> <mi>u</mi> <msubsup>- <mi>⋆-lim'sup</mi>- <mo>⁡</mo> <mrow>+ <mi>⋆-lim'sup</mi>+ <mo>⁡</mo>+ </mrow>+ <mrow> <mi>x</mi> <mo>→</mo> <mn>0</mn>@@ -199,14 +211,15 @@ <mtr> <mtd columnalign="left" style="text-align: left"> <msub>- <mi>curl</mi>- <mo>⁡</mo>+ <mrow>+ <mi>curl</mi>+ <mo>⁡</mo>+ </mrow> <mi>x</mi> </msub> <mi>v</mi> <munder> <mi>argmax</mi>- <mo>⁡</mo> <mi>K</mi> </munder> <mi>u</mi>
test/writer/mml/primes1.test view
@@ -63,7 +63,6 @@ <msup> <mi>x</mi> <mi>''</mi>- <mo>⁡</mo> </msup> <mo>+</mo> <mi>x</mi>
test/writer/mml/s.test view
@@ -813,7 +813,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⪬︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -910,7 +909,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⊓︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -927,7 +925,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⊔︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>
test/writer/mml/simplePres.test view
@@ -47,8 +47,10 @@ </mfrac> <mo>,</mo> <mrow>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>x</mi> </mrow> <mo>.</mo>
test/writer/mml/sphere_volume.test view
@@ -176,8 +176,10 @@ <mi>ρ</mi> <mn>2</mn> </msup>- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> <mspace width="0.167em" /> <mi mathvariant="normal">d</mi>@@ -212,8 +214,10 @@ <mi>π</mi> </msubsup> <mspace width="-0.167em" />- <mi>sin</mi>- <mo>⁡</mo>+ <mrow>+ <mi>sin</mi>+ <mo>⁡</mo>+ </mrow> <mi>θ</mi> <mspace width="0.167em" /> <mi mathvariant="normal">d</mi>
test/writer/mml/subsup.test view
@@ -82,31 +82,26 @@ <mspace width="1.0em" /> <munder> <mi>min</mi>- <mo>⁡</mo> <mi>A</mi> </munder> <mspace width="1.0em" /> <munder> <mi>max</mi>- <mo>⁡</mo> <mi>B</mi> </munder> <mspace width="1.0em" /> <munder> <mi>det</mi>- <mo>⁡</mo> <mi>C</mi> </munder> <mspace width="1.0em" /> <munder> <mi>Pr</mi>- <mo>⁡</mo> <mi>A</mi> </munder> <mspace width="1.0em" /> <munder> <mi>gcd</mi>- <mo>⁡</mo> <mi>A</mi> </munder> <mspace width="1.0em" />
test/writer/mml/t.test view
@@ -102,7 +102,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi></mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -279,7 +278,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi> </mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>
test/writer/mml/v.test view
@@ -186,7 +186,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⊊︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -195,7 +194,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⫋︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -204,7 +202,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⊋︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -213,7 +210,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⫌︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -526,7 +522,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⊊︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -535,7 +530,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⫋︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -544,7 +538,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⊋︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>@@ -553,7 +546,6 @@ </mtd> <mtd columnalign="center" style="text-align: center"> <mi>⫌︀</mi>- <mo>⁡</mo> </mtd> </mtr> <mtr>
test/writer/mml/white10.test view
@@ -32,20 +32,30 @@ <mi>H</mi> <mi> </mi> <mi>H</mi>- <mi> ︀</mi>- <mo>⁡</mo>+ <mrow>+ <mi> ︀</mi>+ <mo>⁡</mo>+ </mrow> <mi>H</mi>- <mi> ︀</mi>- <mo>⁡</mo>+ <mrow>+ <mi> ︀</mi>+ <mo>⁡</mo>+ </mrow> <mi>H</mi>- <mi> ︀</mi>- <mo>⁡</mo>+ <mrow>+ <mi> ︀</mi>+ <mo>⁡</mo>+ </mrow> <mi>H</mi>- <mi> ︀</mi>- <mo>⁡</mo>+ <mrow>+ <mi> ︀</mi>+ <mo>⁡</mo>+ </mrow> <mi>H</mi>- <mi></mi>- <mo>⁡</mo>+ <mrow>+ <mi></mi>+ <mo>⁡</mo>+ </mrow> <mi>H</mi> </mrow> </math>
texmath.cabal view
@@ -1,5 +1,5 @@ Name: texmath-Version: 0.12.10+Version: 0.12.10.1 Cabal-Version: >= 1.10 Build-type: Simple Synopsis: Conversion between math formats.