pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print
Module Name: pkgsrc
Committed By: markd
Date: Sun May 11 04:00:02 UTC 2025
Modified Files:
pkgsrc/print/tex-siunitx: DESCR Makefile distinfo
pkgsrc/print/tex-siunitx-doc: Makefile distinfo
Log Message:
tex-siunitx{,-doc}: update to 3.4.10
3.4.5
- Alignment of separated uncertainty when an exponent is present
3.4.6
- Application of option setting `prefix-mode = combine-exponent` to complex
numbers
3.4.9
- Prevent a linebreak in angles when `[angle-symbol-over-decimal` is active
3.4.10
- Handling of asymmetric uncertainties where one part is zero
- Double subscript error with asymmetric uncertainty and subscript descriptor
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-siunitx/DESCR
cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/tex-siunitx/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/print/tex-siunitx/distinfo
cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/tex-siunitx-doc/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/print/tex-siunitx-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/print/tex-siunitx/DESCR
diff -u pkgsrc/print/tex-siunitx/DESCR:1.1 pkgsrc/print/tex-siunitx/DESCR:1.2
--- pkgsrc/print/tex-siunitx/DESCR:1.1 Thu Jul 2 21:01:53 2015
+++ pkgsrc/print/tex-siunitx/DESCR Sun May 11 04:00:02 2025
@@ -1,20 +1,15 @@
-Typesetting values with units requires care to ensure that the
-combined mathematical meaning of the value plus unit
-combination is clear. In particular, the SI units system lays
-down a consistent set of units with rules on how they are to be
-used. However, different countries and publishers have
-differing conventions on the exact appearance of numbers (and
-units). A number of LaTeX packages have been developed to
-provide consistent application of the various rules: SIunits,
-sistyle, unitsdef and units are the leading examples. The
-numprint package provides a large number of number-related
-functions, while dcolumn and rccol provide tools for
-typesetting tabular numbers. The siunitx package takes the best
-from the existing packages, and adds new features and a
-consistent interface. A number of new ideas have been
-incorporated, to fill gaps in the existing provision. The
-package also provides backward-compatibility with SIunits,
-sistyle, unitsdef and units. The aim is to have one package to
-handle all of the possible unit-related needs of LaTeX users.
-The package relies on LaTeX 3 support from the l3kernel and
-l3packages bundles.
+Physical quantities have both numbers and units, and each
+physical quantity should be expressed as the product of a
+number and a unit. Typesetting physical quantities requires
+care to ensure that the combined mathematical meaning of the
+number-unit combination is clear. In particular, the SI units
+system lays down a consistent set of units with rules on how
+these are to be used. However, different countries and
+publishers have differing conventions on the exact appearance
+of numbers (and units). The siunitx package provides a set of
+tools for authors to typeset quantities in a consistent way.
+The package has an extended set of configuration options which
+make it possible to follow varying typographic conventions with
+the same input syntax. The package includes automated
+processing of numbers and units, and the ability to control
+tabular alignment of numbers.
Index: pkgsrc/print/tex-siunitx/Makefile
diff -u pkgsrc/print/tex-siunitx/Makefile:1.19 pkgsrc/print/tex-siunitx/Makefile:1.20
--- pkgsrc/print/tex-siunitx/Makefile:1.19 Sun Feb 18 10:44:50 2024
+++ pkgsrc/print/tex-siunitx/Makefile Sun May 11 04:00:02 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2024/02/18 10:44:50 markd Exp $
+# $NetBSD: Makefile,v 1.20 2025/05/11 04:00:02 markd Exp $
DISTNAME= siunitx
-PKGNAME= tex-${DISTNAME}-3.3.12
-TEXLIVE_REV= 69922
+PKGNAME= tex-${DISTNAME}-3.4.10
+TEXLIVE_REV= 75152
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/siunitx
Index: pkgsrc/print/tex-siunitx/distinfo
diff -u pkgsrc/print/tex-siunitx/distinfo:1.20 pkgsrc/print/tex-siunitx/distinfo:1.21
--- pkgsrc/print/tex-siunitx/distinfo:1.20 Sun Feb 18 10:44:50 2024
+++ pkgsrc/print/tex-siunitx/distinfo Sun May 11 04:00:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2024/02/18 10:44:50 markd Exp $
+$NetBSD: distinfo,v 1.21 2025/05/11 04:00:02 markd Exp $
-BLAKE2s (siunitx.r69922.tar.xz) = 8f633faddcaf7a31f2ba5aec74db97d3aeb54c7b19f4a671469b94035cd1c0a5
-SHA512 (siunitx.r69922.tar.xz) = df5ab6600630dbb86b496aeb3c048137a950ba0ff56275ed4fc37a8eab517f45e53cf5aacb69e21bad7799b15dc0e8d6c2f827b2a3e41abc972119174d2f2352
-Size (siunitx.r69922.tar.xz) = 67828 bytes
+BLAKE2s (siunitx.r75152.tar.xz) = da27b5d8740d3d59d6d095370d7eeafc3427b88934891243abfc16060690f5b4
+SHA512 (siunitx.r75152.tar.xz) = 8876d641e3c0077fbb78923331fc757712615a32222584f69288e0f37c852c6d71adb911f0df08410501fcd7baffd476354c620af18db1d13372cb8ab1295b87
+Size (siunitx.r75152.tar.xz) = 69036 bytes
Index: pkgsrc/print/tex-siunitx-doc/Makefile
diff -u pkgsrc/print/tex-siunitx-doc/Makefile:1.19 pkgsrc/print/tex-siunitx-doc/Makefile:1.20
--- pkgsrc/print/tex-siunitx-doc/Makefile:1.19 Sun Feb 18 10:44:50 2024
+++ pkgsrc/print/tex-siunitx-doc/Makefile Sun May 11 04:00:02 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2024/02/18 10:44:50 markd Exp $
+# $NetBSD: Makefile,v 1.20 2025/05/11 04:00:02 markd Exp $
DISTNAME= siunitx.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-3.3.12
-TEXLIVE_REV= 69922
+PKGNAME= tex-${DISTNAME:S/./-/}-3.4.10
+TEXLIVE_REV= 75152
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/siunitx
Index: pkgsrc/print/tex-siunitx-doc/distinfo
diff -u pkgsrc/print/tex-siunitx-doc/distinfo:1.20 pkgsrc/print/tex-siunitx-doc/distinfo:1.21
--- pkgsrc/print/tex-siunitx-doc/distinfo:1.20 Sun Feb 18 10:44:50 2024
+++ pkgsrc/print/tex-siunitx-doc/distinfo Sun May 11 04:00:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2024/02/18 10:44:50 markd Exp $
+$NetBSD: distinfo,v 1.21 2025/05/11 04:00:02 markd Exp $
-BLAKE2s (siunitx.doc.r69922.tar.xz) = 5ec0a45fd40f3dcd7366f9adfb04e9aae989b3a97fc207f2c30e579318540a37
-SHA512 (siunitx.doc.r69922.tar.xz) = e0801e342de9483cb5a8cc24b63002c9cd01d2e38ab6945eb91b635ece0833cc1a1c6c12398a9e00eb6ffa284e11329ed53e7f5a708432d7ae1c361ce5390821
-Size (siunitx.doc.r69922.tar.xz) = 1287640 bytes
+BLAKE2s (siunitx.doc.r75152.tar.xz) = 96d15d4c371e9353fd3134971d1f88f47f329fdbec65d5ff787f7930b7deb874
+SHA512 (siunitx.doc.r75152.tar.xz) = 16b5834c39401eac3f64b78b02084f317e4df15359d2294efdda38e0e96d9dd6c726e6dfb8e8a69e76671da0755e7de0e9b2f6bb5b43bd9b1fdb92efc627f70d
+Size (siunitx.doc.r75152.tar.xz) = 727952 bytes
Home |
Main Index |
Thread Index |
Old Index