summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-06-03 17:17:33 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-06-03 17:17:33 -0700
commitaff6ba921b38304944de851ff7f4d6f0df651964 (patch)
tree712b5209cacd1e61cd721902ddf355f793a92b7b /pandoc.cabal
parent45f3851611007f18530b52c9fcc5f0106fbc6816 (diff)
Require texmath >= 0.6.6.3. Closes #1324.
This fixes \tilde{E}, especially in docx.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 5782938e5..501a25a45 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -218,7 +218,7 @@ Library
old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,
- texmath >= 0.6.6.2 && < 0.7,
+ texmath >= 0.6.6.3 && < 0.7,
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,