#!/usr/bin/perl # # by Thomas A. Alspaugh # # Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License # http://creativecommons.org/licenses/by-nc-sa/2.5/ # use strict; use warnings; # ¤ circle with tabs # ° # · # • sub help { my $cmdname = $0; $cmdname =~ s:.*/::; print "$cmdname - Produce a formatted HTML presentation of bibtex entries.\n"; print "The entries are read from .bib files named on the command line, or from\n"; print "bib files whose keys are named in
,
  • , or

    elements in a file\n"; print "given in the -filter option. -- represents the standard input.\n"; print ""; print "Each entry is assumed to have each field on a single line.\n"; print ""; print "Annotations may be read from .tex files (-annotation), or linked to in\n"; print "KEY.notes.html files (-notes).\n"; print ""; print "Output for each entry is formatted as a

    element of a
    list\n"; print "(default), an
  • element of an
      or