[OS X TeX] footbib
Herbert Schulz
herbs at wideopenwest.com
Tue Dec 1 14:35:03 EST 2009
On Dec 1, 2009, at 11:17 AM, Claus Gerhardt wrote:
> You have to use footbib to generate the bibliography not bibtex, read the manual:
>
> \footbibliography{⟨file ⟩,⟨file ⟩,. . . } Defines the list of bibliographic databases for the foot bibliography. This command has the same syntax as the \bibliography command of LATEX.
>
> Claus
>
Howdy,
When you (pdf)latex the file foo.tex the footbib package produces (by default) a file foo.fb.aux which has to be processed through bibtex as
bibtex foo.db
just like a regular bibliography needs to have the foo.aux file processed via
bibtex foo
where the style (bst) and bibliography data base (bib) file are designated using \footbibliographystyle and \footbibliography commands just like \bibliographystyle and \bibliography designate the style and files for a regular bibliography.
Good Luck,
Herb Schulz
(herbs at wideopenwest dot com)
More information about the MacOSX-TeX
mailing list