diff options
author | smb <smb> | 2006-03-31 03:14:28 +0000 |
---|---|---|
committer | smb <smb> | 2006-03-31 03:14:28 +0000 |
commit | 68f12a0a223922ea3fc8931828dd29ec2227ca83 (patch) | |
tree | 9d75626b88ff823d67e7622178147e39466b9ad3 /print | |
parent | 2474c8c24206f876f22b0f007423c3568bb5375c (diff) | |
download | pkgsrc-68f12a0a223922ea3fc8931828dd29ec2227ca83.tar.gz |
Added bibtool:
BibTeX provides an easy to use means to integrate citations and
bibliographies into LaTeX documents. But the user is left alone
with the management of the BibTeX files. The program BibTool is
intended to fill this gap. BibTool allows the manipulation of BibTeX
files which goes beyond the possibilities---and intentions---of
BibTeX.
BibTool contains a user's manual written in LaTeX of more than 60
pages (and still growing).
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 4f8a522d110..c401abda7f3 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.145 2006/03/15 19:28:05 drochner Exp $ +# $NetBSD: Makefile,v 1.146 2006/03/31 03:14:28 smb Exp $ # COMMENT= Desktop publishing @@ -17,6 +17,7 @@ SUBDIR+= apsfilter SUBDIR+= auctex SUBDIR+= bg5pdf SUBDIR+= bg5ps +SUBDIR+= bibtool SUBDIR+= bww2tex SUBDIR+= chktex SUBDIR+= cjk-lyx |