packages feed

texmath 0.9.4.2 → 0.9.4.3

raw patch · 3 files changed

+7/−2 lines, 3 files

Files

changelog view
@@ -1,3 +1,8 @@+texmath (0.9.4.3)++  * MathML writer: put linethickness attribute directly on mfrac+    element. This fixes binomial rendering.+ texmath (0.9.4.2)    * Pandoc writer: better handle accented characters (jgm/pandoc#3922).
src/Text/TeXMath/Writers/MathML.hs view
@@ -57,7 +57,7 @@        DisplayFrac  -> withAttribute "displaystyle" "true" .                          unode "mstyle" . unode "mfrac" $ [x', y']        NoLineFrac   -> withAttribute "linethickness" "0" .-                         unode "mstyle" . unode "mfrac" $ [x', y']+                         unode "mfrac" $ [x', y']   where x' = showExp tt x         y' = showExp tt y 
texmath.cabal view
@@ -1,5 +1,5 @@ Name:                texmath-Version:             0.9.4.2+Version:             0.9.4.3 Cabal-Version:       >= 1.10 Build-type:          Simple Synopsis:            Conversion between formats used to represent mathematics.