users dot sourceforge dot net, and adapted to TeX Live 2008 by me. A document class to create small hand-outs (flyers) that fit on a single sheet of paper which is then folded twice. Pages are rearranged by LaTeX so that they print correctly on a single sheet--no external script is necessary. (Works with PostScript and PDF.)
17 lines
549 B
Makefile
17 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/07/12 00:15:11 minskim Exp $
|
|
# TeX Live Revision 7340
|
|
|
|
DISTNAME= leaflet
|
|
PKGNAME= tex-${DISTNAME}-1.0c
|
|
|
|
MAINTAINER= leot1990@users.sourceforge.net
|
|
COMMENT= Create small handouts (flyers)
|
|
|
|
DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms
|
|
DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
|
|
.include "../../print/texlive/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|