673b1e0c29
This package provides macros which can add a specified number of days to the current date (as specified in \today), to save, set and restore the 'current date' and print it. Intended for use, for example, in invoices payable within 14 days from today etc. Has only been tested with Czech dates.
13 lines
334 B
Makefile
13 lines
334 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 06:04:01 minskim Exp $
|
|
# TeX Live Revision 17048
|
|
|
|
DISTNAME= advdate
|
|
PKGNAME= tex-${DISTNAME}-2009
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= LaTeX package to print a date relative to "today"
|
|
|
|
CONFLICTS+= tex-ltxmisc<2009
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|