From 32ecd195bda8af679464361f541a333d03656dc0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 29 Mar 2016 22:56:47 -0700 Subject: Use texmath >= 0.8.6.1. This fixes behavior of roots, e.g. `\sqrt[3]{x}`. See #2824. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index 578cdf2ee..8fca917d9 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.4.1 && < 0.9, + texmath >= 0.8.6.1 && < 0.9, xml >= 1.3.12 && < 1.4, random >= 1 && < 1.2, extensible-exceptions >= 0.1 && < 0.2, -- cgit v1.2.3