From 4552555625fd3904189322c81382166a4f4d1de5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 2 Jun 2014 13:50:28 -0700 Subject: [PATCH] Require latest texmath. Closes #1319. This allows `\left` to be used with `]`, `)`, etc. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 01b3c401a..0fb00b150 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.1 && < 0.7, + texmath >= 0.6.6.2 && < 0.7, xml >= 1.3.12 && < 1.4, random >= 1 && < 1.1, extensible-exceptions >= 0.1 && < 0.2,