This package simplifies the inclusion of external multi-page PDF documents in LaTeX documents. Pages may be freely selected and similar to psnup it is possible to put several logical pages onto each sheet of paper. Furthermore a lot of hypertext features like hyperlinks and article threads are provided. The package supports pdfTeX (pdflatex) and VTeX. With VTeX it is even possible to use this package to insert PostScript files, in addition to PDF files.
13 lines
312 B
Makefile
13 lines
312 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/02/04 22:17:39 minskim Exp $
|
|
|
|
DISTNAME= pdfpages
|
|
PKGNAME= tex-${DISTNAME}-0.4l
|
|
TEXLIVE_REV= 20796
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Include PDF documents in LaTeX
|
|
|
|
CONFLICTS= teTeX-texmf<=3.0nb29
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|