db1582c503
The package allows the user to include several bibliographies covering different 'topics' or bibliographic material into a document (e.g., one bibliography for primary literature and one for secondary literature). The package provides commands to include either all references from a .bib file, only the references actually cited or those not cited in your document. The user has to construct a separate .bib file for each bibliographic 'topic', each of which will be processed separately by BibTeX. If you want to have bibliographies specific to one part of a document, see the packages bibunits or chapterbib.
15 lines
433 B
Makefile
15 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/03/06 21:48:54 minskim Exp $
|
|
|
|
DISTNAME= bibtopic
|
|
PKGNAME= tex-${DISTNAME}-1.1a
|
|
TEXLIVE_REV= 15878
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Include multiple bibliographies in a document
|
|
|
|
CONFLICTS= teTeX-texmf<=3.0nb29
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|