packages feed

texmath 0.12.5.1 → 0.12.5.2

raw patch · 3 files changed

+6/−3 lines, 3 files

Files

changelog view
@@ -1,3 +1,7 @@+texmath (0.12.5.2)++  * Fix bug in implementation of `\mspace` (#195).+ texmath (0.12.5.1)    * Compile texmath-server with `-threaded`.
src/Text/TeXMath/Readers/TeX.hs view
@@ -655,8 +655,7 @@   (ERoot <$> inbrackets <*> texToken) <|> (ESqrt <$> texToken)  xspace :: Text -> TP Exp-xspace "\\mspace" = do-  ctrlseq "mspace"+xspace "\\mspace" =   braces $ do     len <- many1 digit     lexeme $ string "mu"
texmath.cabal view
@@ -1,5 +1,5 @@ Name:                texmath-Version:             0.12.5.1+Version:             0.12.5.2 Cabal-Version:       >= 1.10 Build-type:          Simple Synopsis:            Conversion between math formats.