diff options
author | markd <markd@pkgsrc.org> | 2015-05-16 10:30:14 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-05-16 10:30:14 +0000 |
commit | d9c22cfa0f8e9915d796d5d623d78fb08953efd2 (patch) | |
tree | c3d86dfeba8c362262bb36740a568aa639871e5d /print/tex-footbib | |
parent | fadf942df768d588481707885b8351b18645c63e (diff) | |
download | pkgsrc-d9c22cfa0f8e9915d796d5d623d78fb08953efd2.tar.gz |
Add additional tex packages from bibtexextra, latexextra, mathextra and
pictures texlive collections.
Diffstat (limited to 'print/tex-footbib')
-rw-r--r-- | print/tex-footbib/DESCR | 10 | ||||
-rw-r--r-- | print/tex-footbib/Makefile | 13 | ||||
-rw-r--r-- | print/tex-footbib/PLIST | 2 | ||||
-rw-r--r-- | print/tex-footbib/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/print/tex-footbib/DESCR b/print/tex-footbib/DESCR new file mode 100644 index 00000000000..2544a598d0f --- /dev/null +++ b/print/tex-footbib/DESCR @@ -0,0 +1,10 @@ +The package makes bibliographic references appear as footnotes. +It defines a command \footcite which is similar to the LaTeX +\cite command but the references cited in this way appear at +the bottom of the pages. This 'foot bibliography' does not +conflict with the standard one and both may exist +simultaneously in a document. The command \cite may still be +used to produce the standard bibliography. The foot +bibliography uses its own style and bibliographic database +which may be specified independently of the standard one. Any +standard bibliography style may be used. diff --git a/print/tex-footbib/Makefile b/print/tex-footbib/Makefile new file mode 100644 index 00000000000..4d1cf0161fa --- /dev/null +++ b/print/tex-footbib/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:15 markd Exp $ + +DISTNAME= footbib +PKGNAME= tex-${DISTNAME}-2.0.7 +TEXLIVE_REV= 17115 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/footbib +COMMENT= Bibliographic references as footnotes +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-footbib/PLIST b/print/tex-footbib/PLIST new file mode 100644 index 00000000000..8d8137b098a --- /dev/null +++ b/print/tex-footbib/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:15 markd Exp $ +share/texmf-dist/tex/latex/footbib/footbib.sty diff --git a/print/tex-footbib/distinfo b/print/tex-footbib/distinfo new file mode 100644 index 00000000000..bfea5c526f9 --- /dev/null +++ b/print/tex-footbib/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:15 markd Exp $ + +SHA1 (tex-footbib-17115/footbib.tar.xz) = 87887f113a49fe970c7d1853d4604451e1ad8d56 +RMD160 (tex-footbib-17115/footbib.tar.xz) = 94b251af4564e8f4ef2567f48f8e5ab4f4b4ad0a +Size (tex-footbib-17115/footbib.tar.xz) = 6672 bytes |