pkgsrc/print/tex-nopageno/Makefile
minskim 77c736dd62 Import tex-nopageno-2009 as print/tex-nopageno.
LaTeX's standard styles use two page styles, one on normal pages and
one on 'opening' pages with \maketitle or \chapter, etc.
Unfortunately there is only easy access to changing one of these two
so if you want something other than 'plain' on the opening pages you
must use \thispagestyle on each such page.  The fancyhdr package does
provide a more flexible interface, but if you just want an empty page
style on all pages then this package will do the job.
2010-05-17 05:11:22 +00:00

11 lines
283 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/05/17 05:11:22 minskim Exp $
DISTNAME= nopageno
PKGNAME= tex-${DISTNAME}-2009
TEXLIVE_REV= 18128
MAINTAINER= minskim@NetBSD.org
COMMENT= No page numbers in LaTeX documents
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"