Index of /archives/text/CTAN/biblio/bibtex/utils/bibtools
Name Last modified Size Description
Parent Directory -
cleantex 2000-10-04 09:00 472
bibify 2000-10-04 09:00 633
citekeys 2000-10-04 09:00 710
bibkey.awk 2000-10-04 09:00 740
bibkey.sed 2000-10-04 09:00 751
bibtex-extras.el 2000-10-04 09:00 901
looktex.awk 2000-10-04 09:00 1.0K
bib.html 2003-01-10 22:49 1.0K
printbib 2000-10-04 09:00 1.3K
looktex 2000-10-04 09:00 1.4K
bibkey 2000-10-04 09:00 1.4K
citekeys.bst 2000-10-04 09:00 1.5K
README 2000-10-04 09:00 1.8K
makebib 2000-10-04 09:00 1.9K
aux2bib 2000-10-04 09:00 1.9K
demo.html 2003-01-10 23:42 2.6K
demo.bib 2002-02-14 08:00 4.3K
subset.bst 2000-10-04 09:00 5.7K
subset-nocomment.bst 2000-10-04 09:00 5.7K
subset-dfk.bst 2000-10-04 09:00 5.9K
bib2html 2004-02-26 00:22 7.9K
html-alpha.bst 2003-01-10 22:35 23K
html-short.bst 2003-01-10 22:35 23K
abstract.bst 2000-10-04 09:00 23K
html-cv.bst 2003-01-10 23:43 24K
html-long.bst 2004-02-26 00:20 24K
html-longp.bst 2003-01-10 22:35 24K
September 3, 1992
updated November 12, 1995
updated October 2000
This is a collection of BibTeX tools written (mostly) by David Kotz.
I provide them as-is. Use them as you please. Some slight
modifications may be needed to pathnames embedded in the shell
scripts, to find the library files they need (sed, awk, and bst
files).
The programs are:
aux2bib - given an .aux file, make a portable .bib file to go with
it. This is useful when you need to ship a tex file elsewhere
bibify - this can be used to eliminate one pass of LaTeX in many
cases: (latex, bibtex, bibify, latex), instead of (latex, bibtex,
latex, latex). Handy for large documents. Does not work with
multiple aux files.
bibkey - make a list of all entries that have the given keyword in
their "keyword" field.
cleantex - really a general tex script, this removes all the
little files created by tex and latex as they run, leaving only
the original files.
looktex - makes a list of all entries that match a given regexp
makebib - makes an exportable .bib file from a given set of bib
files and an optional list of citations. Handy for posting bib
entries on the net! The portability comes from substituting
@strings, and stripping "comment" fields if you like. Ignore the
-d option.
printbib - the most useful of all; this makes a dvi file from a
.bib file for handy reference, sorted by cite key and including
"keyword", "abstract", and "comment" fields.
bib2html - produce an browsable html version of the bibliography.
There are lots of styles that do slightly different things.
See demo.html.
citekeys - makes a list of all the cite keys (on the @ line)
See the shell scripts for more documentation.
Otherwise you're on your own. Good luck.
David Kotz
dfk@cs.dartmouth.edu