Sat Feb 17 01:46:49 2024 UTC (100d)
tex-unicode-math{,-doc}: update to 0.8r

* Revise definitions of `\setminus` and `\smallsetminus`
  — long overdue.
  Note that there are compatibility considerations with this change.

* Add `\diagup` and `\diagdown`

* Make `\operator at font` protected to allow operators
  (e.g., `\cos`) in section headings (etc).

* Allow `\symcal` to handle lowercase Latin.

* Add additional fonts to the symbol listing document


(markd)
diff -r1.1 -r1.2 pkgsrc/math/tex-unicode-math/DESCR
diff -r1.11 -r1.12 pkgsrc/math/tex-unicode-math/Makefile
diff -r1.10 -r1.11 pkgsrc/math/tex-unicode-math/distinfo
diff -r1.10 -r1.11 pkgsrc/math/tex-unicode-math-doc/Makefile
diff -r1.10 -r1.11 pkgsrc/math/tex-unicode-math-doc/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/math/tex-unicode-math/DESCR (expand / switch to unified diff)

--- pkgsrc/math/tex-unicode-math/DESCR 2017/06/23 23:32:12 1.1
+++ pkgsrc/math/tex-unicode-math/DESCR 2024/02/17 01:46:49 1.2
@@ -1,11 +1,8 @@ @@ -1,11 +1,8 @@
1This package will provide a complete implementation of unicode 1This package provides a comprehensive implementation of unicode
2maths for XeLaTeX and LuaLaTeX. Unicode maths is currently 2maths for XeLaTeX and LuaLaTeX. Unicode maths requires an
3supported by the following fonts: Cambria Math (Microsoft), 3OpenType mathematics font, of which there are now a number
4Minion Math (Johannes Kuster, typoma GmbH) Latin Modern Math 4available via CTAN. While backwards compatibility is strived
5(Boguslaw Jackowski, Janusz M. Nowacki) TeX Gyre Pagella Math 5for, there are some differences between the legacy mathematical
6(Boguslaw Jackowski, Janusz M. Nowacki) Asana-Math fonts 6definitions in LaTeX and amsmath, and the Unicode mathematics
7(Apostolos Syropolous), Neo Euler (Khaled Hosny), STIX (STI 7definitions. Care should be taken when transitioning from a
8Pub), and XITS Math (Khaled Hosny). As well as running XeTeX or 8legacy workflow to a Unicode-based one.
9LuaTeX, this package requires recent versions of the fontspec, 
10expl3, xpackages, filehook, ucharcat and lualatex-math 
11packages. 

cvs diff -r1.11 -r1.12 pkgsrc/math/tex-unicode-math/Makefile (expand / switch to unified diff)

--- pkgsrc/math/tex-unicode-math/Makefile 2020/04/27 02:20:52 1.11
+++ pkgsrc/math/tex-unicode-math/Makefile 2024/02/17 01:46:49 1.12
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.11 2020/04/27 02:20:52 markd Exp $ 1# $NetBSD: Makefile,v 1.12 2024/02/17 01:46:49 markd Exp $
2 2
3DISTNAME= unicode-math 3DISTNAME= unicode-math
4PKGNAME= tex-${DISTNAME}-0.8q 4PKGNAME= tex-${DISTNAME}-0.8r
5TEXLIVE_REV= 53609 5TEXLIVE_REV= 67919
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/unicode-math 8HOMEPAGE= https://ctan.org/pkg/unicode-math
9COMMENT= Unicode mathematics support for XeTeX and LuaTeX 9COMMENT= Unicode mathematics support for XeTeX and LuaTeX
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-filehook-[0-9]*:../../print/tex-filehook 12DEPENDS+= tex-filehook-[0-9]*:../../print/tex-filehook
13DEPENDS+= tex-fontspec-[0-9]*:../../fonts/tex-fontspec 13DEPENDS+= tex-fontspec-[0-9]*:../../fonts/tex-fontspec
14DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel 14DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
15DEPENDS+= tex-lm-math-[0-9]*:../../fonts/tex-lm-math 15DEPENDS+= tex-lm-math-[0-9]*:../../fonts/tex-lm-math
16 16
17.include "../../print/texlive/package.mk" 17.include "../../print/texlive/package.mk"
18.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/math/tex-unicode-math/distinfo (expand / switch to unified diff)

--- pkgsrc/math/tex-unicode-math/distinfo 2021/10/26 10:56:11 1.10
+++ pkgsrc/math/tex-unicode-math/distinfo 2024/02/17 01:46:49 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2021/10/26 10:56:11 nia Exp $ 1$NetBSD: distinfo,v 1.11 2024/02/17 01:46:49 markd Exp $
2 2
3BLAKE2s (unicode-math.r53609.tar.xz) = 6c32a4b5723c9fe213aa9e4facd73f4fef79ceafa530616448748144e7d3ca25 3BLAKE2s (unicode-math.r67919.tar.xz) = 6ccd1120aee833d77629bcfd566a555d92d2a047f4ac9d5d59794073673aa885
4SHA512 (unicode-math.r53609.tar.xz) = 7ed199c32680ae776c6367cc5d4d1c34826d6652ee50aa16f7952151b339d07809186c93a939f945d7166002ada059b3f02f54fdf5770b0b1cc50c6144d840ca 4SHA512 (unicode-math.r67919.tar.xz) = 181168b0560a67c98fc9df214f0bd37bd1314b2400622d2aa3eac6659db42aabd24ab724845190cba46fd9d53b7b1440c016a0c6fab49561c3d795fefc41550f
5Size (unicode-math.r53609.tar.xz) = 42816 bytes 5Size (unicode-math.r67919.tar.xz) = 42240 bytes

cvs diff -r1.10 -r1.11 pkgsrc/math/tex-unicode-math-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/math/tex-unicode-math-doc/Makefile 2020/04/27 02:20:52 1.10
+++ pkgsrc/math/tex-unicode-math-doc/Makefile 2024/02/17 01:46:49 1.11
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.10 2020/04/27 02:20:52 markd Exp $ 1# $NetBSD: Makefile,v 1.11 2024/02/17 01:46:49 markd Exp $
2 2
3DISTNAME= unicode-math.doc 3DISTNAME= unicode-math.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-0.8q 4PKGNAME= tex-${DISTNAME:S/./-/}-0.8r
5TEXLIVE_REV= 53609 5TEXLIVE_REV= 67919
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/unicode-math 8HOMEPAGE= https://ctan.org/pkg/unicode-math
9COMMENT= Documentation for tex-unicode-math 9COMMENT= Documentation for tex-unicode-math
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12.include "../../print/texlive/package.mk" 12.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/math/tex-unicode-math-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/math/tex-unicode-math-doc/distinfo 2021/10/26 10:56:11 1.10
+++ pkgsrc/math/tex-unicode-math-doc/distinfo 2024/02/17 01:46:49 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2021/10/26 10:56:11 nia Exp $ 1$NetBSD: distinfo,v 1.11 2024/02/17 01:46:49 markd Exp $
2 2
3BLAKE2s (unicode-math.doc.r53609.tar.xz) = f4f2f16f7f57ee7894e8e5315f486abc30596a6eaf25c8ad9a6fb42cae407194 3BLAKE2s (unicode-math.doc.r67919.tar.xz) = 1f7856377ef678b955cf853a0d051150ae55fc7e96ca956fde415095a866a6e5
4SHA512 (unicode-math.doc.r53609.tar.xz) = 47051682a03bd91a9e9d6861239baca8c0f34b0e2b1b94a4a1e4100a522c639712fd9cdebf4ab7be1b2d09e90ed6ca2335b4bce0233a8e047dbe5090493fbecb 4SHA512 (unicode-math.doc.r67919.tar.xz) = deffa8e0656c9e543e61228e4cba9a9cb31e137f6517e552f8b6243d14273b580b69e617c0473eb57a884972abfd07cd8cd9b4b836ffa1858aa1bf433375e954
5Size (unicode-math.doc.r53609.tar.xz) = 1725060 bytes 5Size (unicode-math.doc.r67919.tar.xz) = 3336280 bytes