diff options
| author | John MacFarlane <[email protected]> | 2023-09-13 19:55:22 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-09-13 19:55:22 -0700 |
| commit | 8317c5cec86f4ac992142039673373030c384cfc (patch) | |
| tree | 8fca0dfa4347f07fb1ce2af7b1600f4fea1d874d | |
| parent | 3f990ad0a1004dc65c8e223f73fffd9b4cac49c1 (diff) | |
Use latest texmath.
This should improve math in powerpoint, fixing empty boxes
around roots in some cases.
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 4e802dfa4..3594e1f68 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -514,7 +514,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.8.2 && < 0.13, + texmath >= 0.12.8.3 && < 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 780eb7e36..5a463247e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -24,7 +24,7 @@ extra-deps: - skylighting-core-0.14 - skylighting-0.14 - skylighting-format-blaze-html-0.1.1.1 -- texmath-0.12.8.2 +- texmath-0.12.8.3 - tls-1.9.0 ghc-options: |
