d001e7cab2
For version 6.0, added the "\doznumtowords" macro, which will take a counter and output it in dozenal words. Which words it uses can be customized; I have made no attempt to internationalize this with different languages, because I haven't the foggiest how to do so other than simply writing option packs with different definitions in them. Also did a complete rewrite of |\basex|, so its workings are now (almost) comprehensible. Finally, darkened the tally marks and put in hand-written italic shapes.
13 lines
343 B
Makefile
13 lines
343 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/08/02 10:09:52 markd Exp $
|
|
|
|
DISTNAME= dozenal.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-6.0
|
|
TEXLIVE_REV= 37698
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/dozenal
|
|
COMMENT= Documentation for tex-dozenal
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|