pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Feb 17 01:46:49 UTC 2024

Modified Files:
        pkgsrc/math/tex-unicode-math: DESCR Makefile distinfo
        pkgsrc/math/tex-unicode-math-doc: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/tex-unicode-math/DESCR
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/tex-unicode-math/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/tex-unicode-math/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/tex-unicode-math-doc/Makefile \
    pkgsrc/math/tex-unicode-math-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

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

Index: pkgsrc/math/tex-unicode-math/Makefile
diff -u pkgsrc/math/tex-unicode-math/Makefile:1.11 pkgsrc/math/tex-unicode-math/Makefile:1.12
--- pkgsrc/math/tex-unicode-math/Makefile:1.11  Mon Apr 27 02:20:52 2020
+++ pkgsrc/math/tex-unicode-math/Makefile       Sat Feb 17 01:46:49 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2020/04/27 02:20:52 markd Exp $
+# $NetBSD: Makefile,v 1.12 2024/02/17 01:46:49 markd Exp $
 
 DISTNAME=      unicode-math
-PKGNAME=       tex-${DISTNAME}-0.8q
-TEXLIVE_REV=   53609
+PKGNAME=       tex-${DISTNAME}-0.8r
+TEXLIVE_REV=   67919
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/unicode-math

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

Index: pkgsrc/math/tex-unicode-math-doc/Makefile
diff -u pkgsrc/math/tex-unicode-math-doc/Makefile:1.10 pkgsrc/math/tex-unicode-math-doc/Makefile:1.11
--- pkgsrc/math/tex-unicode-math-doc/Makefile:1.10      Mon Apr 27 02:20:52 2020
+++ pkgsrc/math/tex-unicode-math-doc/Makefile   Sat Feb 17 01:46:49 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2020/04/27 02:20:52 markd Exp $
+# $NetBSD: Makefile,v 1.11 2024/02/17 01:46:49 markd Exp $
 
 DISTNAME=      unicode-math.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-0.8q
-TEXLIVE_REV=   53609
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.8r
+TEXLIVE_REV=   67919
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/unicode-math
Index: pkgsrc/math/tex-unicode-math-doc/distinfo
diff -u pkgsrc/math/tex-unicode-math-doc/distinfo:1.10 pkgsrc/math/tex-unicode-math-doc/distinfo:1.11
--- pkgsrc/math/tex-unicode-math-doc/distinfo:1.10      Tue Oct 26 10:56:11 2021
+++ pkgsrc/math/tex-unicode-math-doc/distinfo   Sat Feb 17 01:46:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:56:11 nia Exp $
+$NetBSD: distinfo,v 1.11 2024/02/17 01:46:49 markd Exp $
 
-BLAKE2s (unicode-math.doc.r53609.tar.xz) = f4f2f16f7f57ee7894e8e5315f486abc30596a6eaf25c8ad9a6fb42cae407194
-SHA512 (unicode-math.doc.r53609.tar.xz) = 47051682a03bd91a9e9d6861239baca8c0f34b0e2b1b94a4a1e4100a522c639712fd9cdebf4ab7be1b2d09e90ed6ca2335b4bce0233a8e047dbe5090493fbecb
-Size (unicode-math.doc.r53609.tar.xz) = 1725060 bytes
+BLAKE2s (unicode-math.doc.r67919.tar.xz) = 1f7856377ef678b955cf853a0d051150ae55fc7e96ca956fde415095a866a6e5
+SHA512 (unicode-math.doc.r67919.tar.xz) = deffa8e0656c9e543e61228e4cba9a9cb31e137f6517e552f8b6243d14273b580b69e617c0473eb57a884972abfd07cd8cd9b4b836ffa1858aa1bf433375e954
+Size (unicode-math.doc.r67919.tar.xz) = 3336280 bytes



Home | Main Index | Thread Index | Old Index