From b46d00343a26d63a3dadd04b4e5179303918bb3c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 12 Dec 2023 19:08:30 -0800 Subject: Depend on texmath 0.12.8.6. This gives us less verbose typst math output. --- pandoc.cabal | 2 +- stack.yaml | 2 +- test/writer.typst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pandoc.cabal b/pandoc.cabal index 667a9ca55..9cd4d3d14 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.8.5 && < 0.13, + texmath >= 0.12.8.6 && < 0.13, text >= 1.1.1.0 && < 2.2, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.14, diff --git a/stack.yaml b/stack.yaml index 0b6e46921..42bbb471f 100644 --- a/stack.yaml +++ b/stack.yaml @@ -25,7 +25,7 @@ extra-deps: - skylighting-0.14.1 - skylighting-format-blaze-html-0.1.1.1 - tls-1.9.0 -- texmath-0.12.8.5 +- texmath-0.12.8.6 - typst-0.4 - commonmark-0.2.4.1 - commonmark-extensions-0.2.5.1 diff --git a/test/writer.typst b/test/writer.typst index a0f062b79..b450bb2a3 100644 --- a/test/writer.typst +++ b/test/writer.typst @@ -628,7 +628,7 @@ Ellipses…and…and…. - $223$ - $p$-Tree - Here’s some display math: - $ frac(d, d x) f lr((x)) = lim_(h arrow.r 0) frac(f lr((x + h)) - f lr((x)), h) $ + $ frac(d, d x) f (x) = lim_(h arrow.r 0) frac(f (x + h) - f (x), h) $ - Here’s one that has a line break in it: $alpha + omega times x^2$. These shouldn’t be math: -- cgit v1.2.3