texmath 0.6.1.2 → 0.6.1.3
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- Text/TeXMath/Parser.hs +1/−0
- texmath.cabal +1/−1
Text/TeXMath/Parser.hs view
@@ -569,6 +569,7 @@ , ("\\vartheta", EIdentifier "\x03D1") , ("\\Theta", ESymbol Op "\x0398") , ("\\upsilon", EIdentifier "\x03C5")+ , ("\\Upsilon", EIdentifier "\x03A5") , ("\\xi", EIdentifier "\x03BE") , ("\\Xi", ESymbol Op "\x039E") , ("\\zeta", EIdentifier "\x03B6")
texmath.cabal view
@@ -1,5 +1,5 @@ Name: texmath-Version: 0.6.1.2+Version: 0.6.1.3 Cabal-Version: >= 1.6 Build-type: Custom Synopsis: Conversion of LaTeX math formulas to MathML or OMML.