packages feed

texmath 0.6.6 → 0.6.6.1

raw patch · 3 files changed

+7/−2 lines, 3 files

Files

Text/TeXMath/Parser.hs view
@@ -240,7 +240,7 @@   , ("vmatrix", matrixWith "\x2223" "\x2223")   , ("Vmatrix", matrixWith "\x2225" "\x2225")   , ("split", align)-  , ("multiline", gather)+  , ("multline", gather)   , ("gather", gather)   , ("gathered", gather)   ]
changelog view
@@ -1,3 +1,8 @@+texmath (0.6.6.1)++  * Support \multline (previously it was mispelled "multiline")+  * Changed data-files to extra-source-files.+ texmath (0.6.6)    * Insert braces around macro expansions to prevent breakage (#7).
texmath.cabal view
@@ -1,5 +1,5 @@ Name:                texmath-Version:             0.6.6+Version:             0.6.6.1 Cabal-Version:       >= 1.6 Build-type:          Custom Synopsis:            Conversion of LaTeX math formulas to MathML or OMML.