texmath 0.9.4.3 → 0.9.4.4
raw patch · 5 files changed
+28/−32 lines, 5 files
Files
- changelog +4/−0
- tests/writers/binomial_coefficient.mml +4/−6
- tests/writers/choose.mml +15/−19
- tests/writers/genfrac.mml +4/−6
- texmath.cabal +1/−1
changelog view
@@ -1,3 +1,7 @@+texmath (0.9.4.4)++ * Update tests that should have been updated for 0.9.4.3.+ texmath (0.9.4.3) * MathML writer: put linethickness attribute directly on mfrac
tests/writers/binomial_coefficient.mml view
@@ -31,12 +31,10 @@ <mo>=</mo> <mrow> <mo stretchy="true" form="prefix">(</mo>- <mstyle linethickness="0">- <mfrac>- <mi>n</mi>- <mi>k</mi>- </mfrac>- </mstyle>+ <mfrac linethickness="0">+ <mi>n</mi>+ <mi>k</mi>+ </mfrac> <mo stretchy="true" form="postfix">)</mo> </mrow> <mo>=</mo>
tests/writers/choose.mml view
@@ -2,25 +2,21 @@ <math display="block" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mo stretchy="true" form="prefix">(</mo>- <mstyle linethickness="0">- <mfrac>- <mi>a</mi>- <mrow>- <mo stretchy="true" form="prefix">{</mo>- <mstyle linethickness="0">- <mfrac>- <mi>b</mi>- <mrow>- <mi>c</mi>- <mo>+</mo>- <mn>2</mn>- </mrow>- </mfrac>- </mstyle>- <mo stretchy="true" form="postfix">}</mo>- </mrow>- </mfrac>- </mstyle>+ <mfrac linethickness="0">+ <mi>a</mi>+ <mrow>+ <mo stretchy="true" form="prefix">{</mo>+ <mfrac linethickness="0">+ <mi>b</mi>+ <mrow>+ <mi>c</mi>+ <mo>+</mo>+ <mn>2</mn>+ </mrow>+ </mfrac>+ <mo stretchy="true" form="postfix">}</mo>+ </mrow>+ </mfrac> <mo stretchy="true" form="postfix">)</mo> </mrow> </math>
tests/writers/genfrac.mml view
@@ -2,12 +2,10 @@ <math display="block" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mo stretchy="true" form="prefix">{</mo>- <mstyle linethickness="0">- <mfrac>- <mi>x</mi>- <mi>y</mi>- </mfrac>- </mstyle>+ <mfrac linethickness="0">+ <mi>x</mi>+ <mi>y</mi>+ </mfrac> <mo stretchy="true" form="postfix">}</mo> </mrow> </math>
texmath.cabal view
@@ -1,5 +1,5 @@ Name: texmath-Version: 0.9.4.3+Version: 0.9.4.4 Cabal-Version: >= 1.10 Build-type: Simple Synopsis: Conversion between formats used to represent mathematics.