forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
textproc/hs-texmath: Update to 0.12.8.4
texmath (0.12.8.4) * TeX reader: ignore `\allowbreak` (#230). * TeX reader: handle `*{5}{lr}` in array column specifier (#229). * OMML reader: allow `m:e` to be missing in `m:nary` (#228). Technically this is not allowed, according to the spec, but Word and LibreOffice seem to tolerate it. texmath (0.12.8.3) * OMML writer: use "on" and "off" instead of "1" and "0" for m:CT_OnOff type. It is said that "1" and "0" work in Word but not Powerpoint. texmath (0.12.8.2) * Typst writer: use binom instead of a fraction (jgm/pandoc#9063). texmath (0.12.8.1) * Typst writer: several fixes (#223, Lleu Yang). + Escape quotes (") in inQuotes + Accent `\8407` corresponds to `arrow()` + Write `#none`'s for matrices with blanks at the beginning of a row texmath (0.12.8) * Expose Text.TeXMath.Shared [API change] * Typst writer: Fix bug where 's' turned into 'space' (#219). * Typst writer: Fix handling of overline (#214). * Typst writer: Fix underbrace (#217). * Typst writer: Improve some accents (#216). * TeX writer: don't include \ on last line of matrix. * TeX writer: Remove escaping of spaces inside \text{}. It isn't needed, and it causes problems in MathJax rendering. * TeX reader: allow empty matrices. * MathML writer: Fix rendering of vectors (#218). * Depend on external typst-symbols package. texmath (0.12.7.1) * Typst writer: + Improve under/overbrace/bracket/line. + Fix bugs with super/subscript grouping (#212). + Fix case where super/subscript is on an empty element, by inserting a zws. texmath (0.12.7) * Add typst writer. New module: Text.TeXMath.Writers.Typst. * TeX reader: Support multilined environment. Closes #210.
- Loading branch information
1 parent
a815e0c
commit e184f79
Showing
4 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.31 2023/10/09 04:54:55 pho Exp $ | ||
# $NetBSD: Makefile,v 1.32 2023/10/31 04:52:24 pho Exp $ | ||
|
||
DISTNAME= texmath-0.12.6 | ||
PKGREVISION= 2 | ||
DISTNAME= texmath-0.12.8.4 | ||
CATEGORIES= textproc | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -10,10 +9,13 @@ LICENSE= gnu-gpl-v2 | |
|
||
CONFIGURE_ARGS+= -fexecutable | ||
|
||
.include "options.mk" | ||
|
||
# lib:texmath | ||
.include "../../textproc/hs-pandoc-types/buildlink3.mk" | ||
.include "../../devel/hs-split/buildlink3.mk" | ||
.include "../../devel/hs-syb/buildlink3.mk" | ||
.include "../../textproc/hs-typst-symbols/buildlink3.mk" | ||
.include "../../textproc/hs-xml/buildlink3.mk" | ||
|
||
# exe:texmath | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.9 2023/01/28 08:35:37 pho Exp $ | ||
$NetBSD: distinfo,v 1.10 2023/10/31 04:52:24 pho Exp $ | ||
|
||
BLAKE2s (texmath-0.12.6.tar.gz) = c163db747457b010d13f480f3ae8cd4751eb703f59aed2ab8173ff21adac6e8b | ||
SHA512 (texmath-0.12.6.tar.gz) = 2f6deabd94ef15520a18df5e124703f5f5f8660106b57a85d3a79c0455065cc19dcd4b364a9c33a93cd39012b118e5452973830535363b75ca3a611fcc329a45 | ||
Size (texmath-0.12.6.tar.gz) = 1463559 bytes | ||
BLAKE2s (texmath-0.12.8.4.tar.gz) = 2ad5957ef8095bf9161139b80d812d366a35085c79903aa51d4909c517b801b3 | ||
SHA512 (texmath-0.12.8.4.tar.gz) = 5cacce61c9dacdcc5c1671b07ad1f0b8aa0dc4e7ada592bf81fd903404b4a58aa370159c5a2a712a2fd85cd6d0c48e3d509c2197522e508bfef0bdc5a9dd8bcb | ||
Size (texmath-0.12.8.4.tar.gz) = 1480935 bytes |