From 57ae2ed1c7068bcf7c5adbf65f48726cfeced4f4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 24 Jan 2023 21:37:59 -0800 Subject: [PATCH] Require texmath 0.12.6 - for better MathML output. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 4ce32bb3d..5d6ee2aff 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -512,7 +512,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.5.5 && < 0.13, + texmath >= 0.12.6 && < 0.13, text >= 1.1.1.0 && < 2.1, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.14,