texmath 0.8.6.6 → 0.8.6.7
raw patch · 3 files changed
+7/−1 lines, 3 files
Files
- changelog +5/−0
- src/Text/TeXMath/Readers/TeX.hs +1/−0
- texmath.cabal +1/−1
changelog view
@@ -1,3 +1,8 @@+texmath (0.8.6.7)++ * TeX reader: treat backslash + newline as like backslash + space.+ Previously this case gave an error. See jgm/pandoc#3189.+ texmath (0.8.6.6) * Allow pandoc-types 1.17.*.
src/Text/TeXMath/Readers/TeX.hs view
@@ -975,6 +975,7 @@ , ("\\:",ESpace (2 % 9)) , ("\\;",ESpace (5 % 18)) , ("\\ ",ESpace (2 % 9))+ , ("\\\n",ESpace (2 % 9)) , ("\\quad",ESpace (1 % 1)) , ("\\qquad",ESpace (2 % 1)) , ("\\arccos",EMathOperator "arccos")
texmath.cabal view
@@ -1,5 +1,5 @@ Name: texmath-Version: 0.8.6.6+Version: 0.8.6.7 Cabal-Version: >= 1.10 Build-type: Simple Synopsis: Conversion between formats used to represent mathematics.