From 65346fa6b1ced5062cf059335b4e9b2db48c287c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 6 May 2023 11:03:43 -0700 Subject: Use latest texmath --- cabal.project | 2 +- stack.yaml | 2 +- test/epub/features.native | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cabal.project b/cabal.project index 5c966d58b..0c4b9eabf 100644 --- a/cabal.project +++ b/cabal.project @@ -10,4 +10,4 @@ constraints: skylighting-format-blaze-html >= 0.1.1, source-repository-package type: git location: https://github.com/jgm/texmath - tag: d6693220408415cc6b7739a74142838584f176c0 + tag: 5b337e57b80831b624f52dd250ab5d612ee94b88 diff --git a/stack.yaml b/stack.yaml index 3f7caa5bc..294e46193 100644 --- a/stack.yaml +++ b/stack.yaml @@ -46,7 +46,7 @@ extra-deps: - commonmark-extensions-0.2.3.4 - doclayout-0.4.0.1 - git: https://github.com/jgm/texmath - commit: d6693220408415cc6b7739a74142838584f176c0 + commit: 5b337e57b80831b624f52dd250ab5d612ee94b88 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules diff --git a/test/epub/features.native b/test/epub/features.native index 659c9692e..ef5f0d032 100644 --- a/test/epub/features.native +++ b/test/epub/features.native @@ -1184,7 +1184,7 @@ , Plain [ Math DisplayMath - "c = \\overset{\\text{complex\\ number}}{\\overbrace{\\underset{\\text{real}}{\\underbrace{\\mspace{20mu} a\\mspace{20mu}}} + \\underset{\\text{imaginary}}{\\underbrace{\\quad b{\\mathbb{i}}\\quad}}}}" + "c = \\overset{\\text{complex number}}{\\overbrace{\\underset{\\text{real}}{\\underbrace{\\mspace{20mu} a\\mspace{20mu}}} + \\underset{\\text{imaginary}}{\\underbrace{\\quad b{\\mathbb{i}}\\quad}}}}" ] , Para [ Str "The" -- cgit v1.2.3