bibToHtml - Produce a formatted HTML presentation of bibtex entries. The entries are read from .bib files named on the command line, or from bib files whose keys are named in
,
  • , or

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

    element of a
    list (default), an
  • element of an
      or
        list, or a

        element. Unless -wrap is given, the output contains only these elements; you provide the rest of the HTML. Output is the formatted bib entry (default); or an index to key files (-index); or an author cross-reference to key files (-authorIndex); or individual key files (-toKeyFile). -dt Make a

        KEY for each entry [DEFAULT]. -li Make an
      • KEY for each entry. -p Make a

        KEY for each entry. -wrap Wrap the output with a minimal HTML head and tail. -abstract Include abstracts in the HTML output. -annotation Include annotations (KEY.tex files) in the HTML output. -keywords Include keywords in the HTML output. -notes=NDIR Include links to KEY.notes.html files in NDIR [default '.']. -annotationMark[=MARK] Mark entries that have an annotation. -pdfMark[=MARK] Mark entries that have a pdf file. -pdfDir=PDIR Look for pdf files in PDIR [default '.']. -initials Assume entries are alphabetized and insert 'initials'. -filter=FILE Read from FILE and look for keys to expand. Any of the following are expanded with bib information for KEY:

        KEY
      • KEY

        KEY Each elements must be an entire line and exactly as above. An id="KEY" attribute is added to each element. In addition, if the -linkTo option was given, strings of the form KEY are made into a (plain black) link to KEY in the bib file (BFILE#KEY). -linkTo=BFILE Use BFILE as the bib file name if needed. -toKeyFile=KFDIR Write output from each bib file D/KEY.bib to KFDIR/KEY.html. -keyFileDir=KFDIR Use KFDIR as the key file directory. -index=IFILE Write an index file IFILE with a link to each key file in KFDIR. If IFILE is not given, write to standard output. -css=CNAME or +CNAME Use CNAME as the style file. Create if + is given. If CNAME is absent, default is DIR.css. -authorIndex=AFILE Write an author index to AFILE. If AFILE is not given, write to standard output.