summaryrefslogtreecommitdiff
path: root/print/tex-nopageno/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-05-17 05:11:22 +0000
committerminskim <minskim@pkgsrc.org>2010-05-17 05:11:22 +0000
commit658c3f0d2466e95cb87bbe2708c0befba4e7f1ee (patch)
tree53cba255f78313cdc2c25144d3492b07b1ccc59f /print/tex-nopageno/Makefile
parente0906890778c4f7168036aa6882e0801d02f16e1 (diff)
downloadpkgsrc-658c3f0d2466e95cb87bbe2708c0befba4e7f1ee.tar.gz
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.
Diffstat (limited to 'print/tex-nopageno/Makefile')
-rw-r--r--print/tex-nopageno/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/tex-nopageno/Makefile b/print/tex-nopageno/Makefile
new file mode 100644
index 00000000000..56f033fcb6b
--- /dev/null
+++ b/print/tex-nopageno/Makefile
@@ -0,0 +1,11 @@
+# $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"