From d3d5366e5197330e035f9f1700929c9b5a24d532 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 12 May 2025 10:20:04 -0700 Subject: Use texmath-0.12.10.1 --- pandoc.cabal | 2 +- stack.yaml | 2 +- test/writer.jats_archiving | 2 +- test/writer.jats_articleauthoring | 2 +- test/writer.jats_publishing | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pandoc.cabal b/pandoc.cabal index cb8298961..61b50fb42 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -535,7 +535,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.10 && < 0.13, + texmath >= 0.12.10.1 && < 0.13, text >= 1.1.1.0 && < 2.2, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.15, diff --git a/stack.yaml b/stack.yaml index 960e685b1..352309849 100644 --- a/stack.yaml +++ b/stack.yaml @@ -16,7 +16,7 @@ extra-deps: - commonmark-extensions-0.2.6 - commonmark-pandoc-0.2.3 - typst-0.7 -- texmath-0.12.10 +- texmath-0.12.10.1 - citeproc-0.9 ghc-options: diff --git a/test/writer.jats_archiving b/test/writer.jats_archiving index fdf43040e..503f5e214 100644 --- a/test/writer.jats_archiving +++ b/test/writer.jats_archiving @@ -687,7 +687,7 @@ These should not be escaped: \$ \\ \> \[ \{

Here’s some display math: - ddxf(x)=limh0f(x+h)f(x)h

+ ddxf(x)=limh0f(x+h)f(x)h

Here’s one that has a line break in it: diff --git a/test/writer.jats_articleauthoring b/test/writer.jats_articleauthoring index e8cf526ea..cba0c363f 100644 --- a/test/writer.jats_articleauthoring +++ b/test/writer.jats_articleauthoring @@ -673,7 +673,7 @@ These should not be escaped: \$ \\ \> \[ \{

Here’s some display math: - ddxf(x)=limh0f(x+h)f(x)h

+ ddxf(x)=limh0f(x+h)f(x)h

Here’s one that has a line break in it: diff --git a/test/writer.jats_publishing b/test/writer.jats_publishing index 6f2c42892..76f20525a 100644 --- a/test/writer.jats_publishing +++ b/test/writer.jats_publishing @@ -687,7 +687,7 @@ These should not be escaped: \$ \\ \> \[ \{

Here’s some display math: - ddxf(x)=limh0f(x+h)f(x)h

+ ddxf(x)=limh0f(x+h)f(x)h

Here’s one that has a line break in it: -- cgit v1.2.3