diff options
| author | John MacFarlane <[email protected]> | 2023-03-30 13:26:35 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-30 13:26:59 -0700 |
| commit | cd299fb0a75ff35a04791f341cb55533cf13b1b0 (patch) | |
| tree | f07b145f554ce266c03034d0f337c2d1e2f26fd9 | |
| parent | 2007fdd575a4e74156211639e5369605f6ffdf78 (diff) | |
Require texmath 0.12.7.1.
Improves typst math output.
| -rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 044164838..d29169f81 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -518,7 +518,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.7 && < 0.13, + texmath >= 0.12.7.1 && < 0.13, text >= 1.1.1.0 && < 2.1, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.14, |
