This package provides a set of bibliography tools. It includes:
aux2bib
, a Perl script which will take an.aux
file and make a portable.bib
file to go with it;bibify
, a shell script that will optimize away one pass of the LaTeX-BibTeX cycle, in some cases;bibkey
, a shell script that finds entries whose keyword field matches the given keys (usessed
andawk
);cleantex
, a shell script to tidy up after a LaTeX run;looktex
, a shell script to list entries that match a given regexp;makebib
, a shell script to make an exportable.bib
file from an existing (set of).bib
file(s) and an optional set of citations (usessed
);printbib
, a shell script to make a DVI file from a.bib
file, sorted by cite key, and including fields like keyword, abstract, and comment;bib2html
, a Perl script that makes a browsable HTML version of a bibliography (several.bst
files are supplied);and
citekeys
, a shell script that lists the citation keys of a.bib
file.