Dear Lyx Users,
I am using Lyx to write a textbook, and would like to see if I can have
citations appear in footnotes, instead of as a bibliography at the end.
It would be nice to be able to do this in a way similar to how Bibtex
works.
I found the footbib package on the CTAN website. However, when I try to
use it, lyx gives me many many errors, and latex tells me that "the output
routine of LaTeX has changed". I am using LaTeX2e.
Does anyone have any suggestions as to how to get footbib to work with the
newer version of LaTeX, or another way to get lyx to put citations in
footnotes?
Thanks,
Karen Thomas
[EMAIL PROTECTED]
ps It might be that I am just using footbib incorrectly. I have added the
following preamble to my lyx file:
\begin_preamble
\usepackage{footbib}
\footbibliography{file.bib}
\footbibliographystyle{file.bst}
\end_preamble
KET