46f60082f5
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.
11 lines
282 B
Makefile
11 lines
282 B
Makefile
# $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"
|