pkgsrc/print/tex-siunitx/Makefile
markd 23b99aed09 tex-siunitx{,-doc}: update to 3.0.50
i3.0.50
- Spacing of sign when using "output-exponent-marker"
- Behavior of "minimum-decimal-digits" with uncertainties

3.0.45
- Include `reset-text-shape = false` in emulation of `detect-all`

3.0.44
-  Hint concerning hyphen inside `\text`
- Handling of `output-exponent-marker` in tables

3.0.43
- Printing `\ohm` with `beamer` clas

3.0.41
- Rounding to an uncertainty purely in the integer part
2022-04-09 03:11:47 +00:00

16 lines
455 B
Makefile

# $NetBSD: Makefile,v 1.13 2022/04/09 03:11:47 markd Exp $
DISTNAME= siunitx
PKGNAME= tex-${DISTNAME}-3.0.50
TEXLIVE_REV= 62903
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/siunitx
COMMENT= Comprehensive (SI) units package
LICENSE= lppl-1.3c
DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"