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 May 12 02:01:39 UTC 2018
Modified Files:
pkgsrc/math/tex-unicode-math: Makefile distinfo
pkgsrc/math/tex-unicode-math-doc: Makefile PLIST distinfo
Log Message:
tex-unicode-math{,-doc}: update to 0.8l
# v0.8l (2018/02/02)
* Issue an error message if `\setmathfont{...}[range=...]` is used first; a
`range` declaration inherently implies a subset, so a main math font needs
to be set up first.
* Fix issue when nesting `\mathXX` and `\symZZ` commands.
* Fix another issue when using `mathXX` or `\symXX` inside `\DeclareMathOperator`.
* Document incompatibility with the `mathspec` package.
* Fix bugs for using `range=\partial` and `range=\nabla`.
## v0.8k (2018/01/13)
* Eliminate warnings `Variant form 'NV' invalid for base form`...
* Fix issue when loading the `cal` range
* Fix issue with `\sqrt[n]{x}` with `amsmath`
* Error when loading on (really) old versions of XeTeX/LuaTeX removed.
* More UM fonts listed in the README
- v0.8j (2018/01/07)
* NEW
* Numbers and latin letters in the fullwidth Unicode range are
now supported as aliases to their ASCII counterparts.
* New commands `\(New|Renew)NegationCommand \foo` for defining
custom negations accessed via `\not\foo`.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/tex-unicode-math/Makefile \
pkgsrc/math/tex-unicode-math/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/tex-unicode-math-doc/Makefile \
pkgsrc/math/tex-unicode-math-doc/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/tex-unicode-math-doc/PLIST
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/Makefile
diff -u pkgsrc/math/tex-unicode-math/Makefile:1.3 pkgsrc/math/tex-unicode-math/Makefile:1.4
--- pkgsrc/math/tex-unicode-math/Makefile:1.3 Mon Oct 23 09:23:44 2017
+++ pkgsrc/math/tex-unicode-math/Makefile Sat May 12 02:01:39 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2017/10/23 09:23:44 markd Exp $
+# $NetBSD: Makefile,v 1.4 2018/05/12 02:01:39 markd Exp $
DISTNAME= unicode-math
-PKGNAME= tex-${DISTNAME}-0.8h
-TEXLIVE_REV= 45510
+PKGNAME= tex-${DISTNAME}-0.8l
+TEXLIVE_REV= 46515
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://ctan.org/pkg/unicode-math
Index: pkgsrc/math/tex-unicode-math/distinfo
diff -u pkgsrc/math/tex-unicode-math/distinfo:1.3 pkgsrc/math/tex-unicode-math/distinfo:1.4
--- pkgsrc/math/tex-unicode-math/distinfo:1.3 Mon Oct 23 09:23:44 2017
+++ pkgsrc/math/tex-unicode-math/distinfo Sat May 12 02:01:39 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/10/23 09:23:44 markd Exp $
+$NetBSD: distinfo,v 1.4 2018/05/12 02:01:39 markd Exp $
-SHA1 (tex-unicode-math-45510/unicode-math.tar.xz) = 944efd7b4ca991f1eee843283872ceff47f12984
-RMD160 (tex-unicode-math-45510/unicode-math.tar.xz) = 86a7e1735cb554595e3eb76c2ae288ea3ef6fa0f
-SHA512 (tex-unicode-math-45510/unicode-math.tar.xz) = 9bef717bbe653437dc1a8755745e0aeb4a9d215a6d25feccea6449202918852f986aa2dd8720d1fdf73cefb04f40d561fc8ee1013f69bcfff5a252e01b555204
-Size (tex-unicode-math-45510/unicode-math.tar.xz) = 40592 bytes
+SHA1 (tex-unicode-math-46515/unicode-math.tar.xz) = 9c88f0b0a2fd256b8ecd444fc4f770667e9dbf41
+RMD160 (tex-unicode-math-46515/unicode-math.tar.xz) = 453a1a84183113e07254071e17f528b7fbfcf2b8
+SHA512 (tex-unicode-math-46515/unicode-math.tar.xz) = 9df99551927f48b6b50281581292d055b7ff25c8296ab2001fa31527093153743e8dd3e17891a1f68f204b00314752c18287c1fd19540dc78379c919dcefc0e5
+Size (tex-unicode-math-46515/unicode-math.tar.xz) = 42536 bytes
Index: pkgsrc/math/tex-unicode-math-doc/Makefile
diff -u pkgsrc/math/tex-unicode-math-doc/Makefile:1.3 pkgsrc/math/tex-unicode-math-doc/Makefile:1.4
--- pkgsrc/math/tex-unicode-math-doc/Makefile:1.3 Mon Oct 23 09:23:44 2017
+++ pkgsrc/math/tex-unicode-math-doc/Makefile Sat May 12 02:01:39 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2017/10/23 09:23:44 markd Exp $
+# $NetBSD: Makefile,v 1.4 2018/05/12 02:01:39 markd Exp $
DISTNAME= unicode-math.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-0.8h
-TEXLIVE_REV= 45510
+PKGNAME= tex-${DISTNAME:S/./-/}-0.8l
+TEXLIVE_REV= 46515
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://ctan.org/pkg/unicode-math
Index: pkgsrc/math/tex-unicode-math-doc/distinfo
diff -u pkgsrc/math/tex-unicode-math-doc/distinfo:1.3 pkgsrc/math/tex-unicode-math-doc/distinfo:1.4
--- pkgsrc/math/tex-unicode-math-doc/distinfo:1.3 Mon Oct 23 09:23:44 2017
+++ pkgsrc/math/tex-unicode-math-doc/distinfo Sat May 12 02:01:39 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/10/23 09:23:44 markd Exp $
+$NetBSD: distinfo,v 1.4 2018/05/12 02:01:39 markd Exp $
-SHA1 (tex-unicode-math-45510/unicode-math.doc.tar.xz) = 8043dc9bb7f7b31e90c4511580c9c1d59f83f807
-RMD160 (tex-unicode-math-45510/unicode-math.doc.tar.xz) = aab7fcef6dfc1e19e06421fd3283f11ad74183da
-SHA512 (tex-unicode-math-45510/unicode-math.doc.tar.xz) = ac0be3041fe54c6f3c2069a907e4adfde7870bce9400b7be38ed16f46146d3d9f10774b82460a62f598cc8d6be197a2209898b2a48ca2e233bf5bf5623d15559
-Size (tex-unicode-math-45510/unicode-math.doc.tar.xz) = 2020404 bytes
+SHA1 (tex-unicode-math-46515/unicode-math.doc.tar.xz) = e4d5ff1c33c90dbbcd416dab778f4eb4c04f4ad3
+RMD160 (tex-unicode-math-46515/unicode-math.doc.tar.xz) = 632225e5a0478d11c8123fec2015bab4f2958a6a
+SHA512 (tex-unicode-math-46515/unicode-math.doc.tar.xz) = 2727ea73b01dc728ea848128ae28497434441910346fa1daf7a3968d202ff4d2ac27079b5e504b589ba2627030d9cf2b50d2a9d98c074a3fe75bef5043b2028b
+Size (tex-unicode-math-46515/unicode-math.doc.tar.xz) = 2145436 bytes
Index: pkgsrc/math/tex-unicode-math-doc/PLIST
diff -u pkgsrc/math/tex-unicode-math-doc/PLIST:1.2 pkgsrc/math/tex-unicode-math-doc/PLIST:1.3
--- pkgsrc/math/tex-unicode-math-doc/PLIST:1.2 Mon Oct 23 09:23:44 2017
+++ pkgsrc/math/tex-unicode-math-doc/PLIST Sat May 12 02:01:39 2018
@@ -1,9 +1,20 @@
-@comment $NetBSD: PLIST,v 1.2 2017/10/23 09:23:44 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/05/12 02:01:39 markd Exp $
share/texmf-dist/doc/latex/unicode-math/CHANGES.md
-share/texmf-dist/doc/latex/unicode-math/CONTRIBUTING.md
+share/texmf-dist/doc/latex/unicode-math/LICENSE
+share/texmf-dist/doc/latex/unicode-math/MANIFEST.md
share/texmf-dist/doc/latex/unicode-math/README.md
-share/texmf-dist/doc/latex/unicode-math/unicode-math-doc.tex
+share/texmf-dist/doc/latex/unicode-math/RELEASE_CHECKLIST.md
+share/texmf-dist/doc/latex/unicode-math/um-doc-legacyfontdimen.tex
+share/texmf-dist/doc/latex/unicode-math/um-doc-main.tex
+share/texmf-dist/doc/latex/unicode-math/um-doc-mathfontdimen.tex
+share/texmf-dist/doc/latex/unicode-math/um-doc-nfsssummary.tex
+share/texmf-dist/doc/latex/unicode-math/um-doc-stixextract.tex
+share/texmf-dist/doc/latex/unicode-math/um-doc-style.tex
+share/texmf-dist/doc/latex/unicode-math/unicode-math-code.ltx
+share/texmf-dist/doc/latex/unicode-math/unicode-math-code.pdf
+share/texmf-dist/doc/latex/unicode-math/unicode-math.ltx
share/texmf-dist/doc/latex/unicode-math/unicode-math.pdf
share/texmf-dist/doc/latex/unicode-math/unimath-example.ltx
+share/texmf-dist/doc/latex/unicode-math/unimath-example.pdf
share/texmf-dist/doc/latex/unicode-math/unimath-symbols.ltx
share/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf
Home |
Main Index |
Thread Index |
Old Index