summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-04-20 15:05:02 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-04-20 15:05:41 -0700
commita0fae92847207493eff5a2d2a5ac3b483ed00087 (patch)
tree5a0edf7d7d4056416de57f46bedfd2c580cf84bf /pandoc.cabal
parentb8ce756b4126c07233eae2d7eaed86e52c37d88e (diff)
Require texmath 0.8.6.2.
Closes several texmath-related bugs: #2775, #2310, #2310. This fixes issues with sub/superscript positioning and matrix column alignment 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 9d29ec0d0..eebcb6a2c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -257,7 +257,7 @@ Library
text >= 0.11 && < 1.3,
zip-archive >= 0.2.3.4 && < 0.4,
HTTP >= 4000.0.5 && < 4000.4,
- texmath >= 0.8.6.1 && < 0.9,
+ texmath >= 0.8.6.2 && < 0.9,
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.2,
extensible-exceptions >= 0.1 && < 0.2,