diff options
author | minskim <minskim> | 2011-09-17 22:40:46 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-09-17 22:40:46 +0000 |
commit | 9960953242261200b98170aa3a026d602a0913f6 (patch) | |
tree | 2f09a02ee39fdbbf777e9bd2b972580febddf42d /print | |
parent | dff0802aea3e55f6a245464a41dbea207f16211e (diff) | |
download | pkgsrc-9960953242261200b98170aa3a026d602a0913f6.tar.gz |
Import tex-sepnum-2.0 as print/tex-sepnum.
Provides a command to print a number with (potentially different)
separators every three digits in the parts either side of the decimal
point (the point itself is also configurable). The macro is fully
expandable and not fragile (unless one of the separators is). There is
also a command \sepnumform, that may be used when defining \the<counter>
macros.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-sepnum/DESCR | 6 | ||||
-rw-r--r-- | print/tex-sepnum/Makefile | 11 | ||||
-rw-r--r-- | print/tex-sepnum/PLIST | 2 | ||||
-rw-r--r-- | print/tex-sepnum/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/print/tex-sepnum/DESCR b/print/tex-sepnum/DESCR new file mode 100644 index 00000000000..25cb4f0880c --- /dev/null +++ b/print/tex-sepnum/DESCR @@ -0,0 +1,6 @@ +Provides a command to print a number with (potentially different) +separators every three digits in the parts either side of the decimal +point (the point itself is also configurable). The macro is fully +expandable and not fragile (unless one of the separators is). There is +also a command \sepnumform, that may be used when defining \the<counter> +macros. diff --git a/print/tex-sepnum/Makefile b/print/tex-sepnum/Makefile new file mode 100644 index 00000000000..1b6f495cd55 --- /dev/null +++ b/print/tex-sepnum/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/09/17 22:40:46 minskim Exp $ + +DISTNAME= sepnum +PKGNAME= tex-${DISTNAME}-2.0 +TEXLIVE_REV= 20186 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Print numbers in a "friendly" format + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-sepnum/PLIST b/print/tex-sepnum/PLIST new file mode 100644 index 00000000000..1ef7e7e9f82 --- /dev/null +++ b/print/tex-sepnum/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/17 22:40:46 minskim Exp $ +share/texmf-dist/tex/latex/sepnum/sepnum.sty diff --git a/print/tex-sepnum/distinfo b/print/tex-sepnum/distinfo new file mode 100644 index 00000000000..e975fb261bd --- /dev/null +++ b/print/tex-sepnum/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/09/17 22:40:46 minskim Exp $ + +SHA1 (tex-sepnum-20186/sepnum.tar.xz) = 567dc4df8ab1e0068788f6cf7ef5e47cbaf17937 +RMD160 (tex-sepnum-20186/sepnum.tar.xz) = e16c25f7ded0293deb5cf9e201115b83afedb568 +Size (tex-sepnum-20186/sepnum.tar.xz) = 2660 bytes |