Add tex-siunitx{,-doc} 2.6e
A comprehensive (SI) units package
This commit is contained in:
parent
ed67770a9b
commit
95d9d93939
8 changed files with 68 additions and 0 deletions
1
print/tex-siunitx-doc/DESCR
Normal file
1
print/tex-siunitx-doc/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Documentation for tex-siunitx.
|
13
print/tex-siunitx-doc/Makefile
Normal file
13
print/tex-siunitx-doc/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/07/02 21:01:53 markd Exp $
|
||||
|
||||
DISTNAME= siunitx.doc
|
||||
PKGNAME= tex-${DISTNAME:S/./-/}-2.6e
|
||||
TEXLIVE_REV= 36118
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://ctan.org/pkg/siunitx
|
||||
COMMENT= Documentation for tex-siunitx
|
||||
LICENSE= lppl-1.3c
|
||||
|
||||
.include "../../print/texlive/package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
print/tex-siunitx-doc/PLIST
Normal file
3
print/tex-siunitx-doc/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/07/02 21:01:53 markd Exp $
|
||||
share/texmf-dist/doc/latex/siunitx/README
|
||||
share/texmf-dist/doc/latex/siunitx/siunitx.pdf
|
5
print/tex-siunitx-doc/distinfo
Normal file
5
print/tex-siunitx-doc/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/07/02 21:01:53 markd Exp $
|
||||
|
||||
SHA1 (tex-siunitx-36118/siunitx.doc.tar.xz) = 97970c7dccab88fa1b225b941370d911d9c2e973
|
||||
RMD160 (tex-siunitx-36118/siunitx.doc.tar.xz) = 8137eb8cac9c0791d4f3d507026fb62b7d8ef1d7
|
||||
Size (tex-siunitx-36118/siunitx.doc.tar.xz) = 608136 bytes
|
20
print/tex-siunitx/DESCR
Normal file
20
print/tex-siunitx/DESCR
Normal file
|
@ -0,0 +1,20 @@
|
|||
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.
|
16
print/tex-siunitx/Makefile
Normal file
16
print/tex-siunitx/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/07/02 21:01:53 markd Exp $
|
||||
|
||||
DISTNAME= siunitx
|
||||
PKGNAME= tex-${DISTNAME}-2.6e
|
||||
TEXLIVE_REV= 36118
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://ctan.org/pkg/siunitx
|
||||
COMMENT= A 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"
|
5
print/tex-siunitx/PLIST
Normal file
5
print/tex-siunitx/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/07/02 21:01:53 markd Exp $
|
||||
share/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg
|
||||
share/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg
|
||||
share/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg
|
||||
share/texmf-dist/tex/latex/siunitx/siunitx.sty
|
5
print/tex-siunitx/distinfo
Normal file
5
print/tex-siunitx/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/07/02 21:01:53 markd Exp $
|
||||
|
||||
SHA1 (tex-siunitx-36118/siunitx.tar.xz) = ecb0e954b6151b8b6e75fdb257ba71cc944e0b07
|
||||
RMD160 (tex-siunitx-36118/siunitx.tar.xz) = 57ede44dab06ba4a725c324fa290e6d25acd5e94
|
||||
Size (tex-siunitx-36118/siunitx.tar.xz) = 34548 bytes
|
Loading…
Reference in a new issue