3047e10ebc
For a long time pdfLaTeX has offered the command \pdfannot for inserting arbitrary PDF annotations. However, the command is presented in a form where additional knowledge of the definition of the PDF format is indispensable. This package is an answer to the - occasional - questions in newsgroups, about how one could use the comment function of Adobe Reader. At least for the writer of LaTeX code, the package offers a convenient and user-friendly means of using \pdfannot to provide comments in PDF files. Since version v1.1, pdfcomment.sty also supports: LaTeX -> dvips -> ps2pdf, LaTeX - > dvipdfmx and XeLaTeX. Unfortunately, support of PDF annotations by PDF viewers is sparse to nonexistent. The reference viewer for the development of this package is Adobe Reader.
19 lines
668 B
Makefile
19 lines
668 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/01/12 16:42:01 minskim Exp $
|
|
|
|
DISTNAME= pdfcomment
|
|
PKGNAME= tex-${DISTNAME}-2.1
|
|
TEXLIVE_REV= 20724
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= User-friendly interface to pdf annotations
|
|
|
|
DEPENDS+= tex-datetime-[0-9]*:../../print/tex-datetime
|
|
DEPENDS+= tex-hyperref>=6.81p:../../print/tex-hyperref
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
DEPENDS+= tex-marginnote-[0-9]*:../../print/tex-marginnote
|
|
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|