Hello,
I was REALLY happy when I saw that we could use footbib with lyx starting
version 1.2.1 (urls is : http://www.lyx.org/help/bibtex/footbib.php)
So I upgraded to this version and tryed this wonderfull feature. It doesn't
work unfortunately :-(
I've fallowed step to step the instructions on the web page that means :
--- quote ---
In this case write in Layout->Preamble
\usepackage{footbib}
\let\cite\footcite
\let\bibliography\footbibliography
\let\bibliographystyle\footbibliographystyle in your text insert your citation
as usual insert->citation and at the end of your doc also as uaual the
bibdata file: insert ->Lists&TOC's->Bibtex reference. now export the doc with
file->export->latex and insert with any editor into this exported texfile as
very first line
\batchmode then run from within the doc-dir
latex file.tex
latex file.tex
bibtex file.fb
latex file.tex
--- end quote ----
The first reference worked, so I could see the entire bib in a foot note (what
I really liked), but ... not for the rest of my references.
The problem is that (except for the first one) a my references are quoted in
footnotes, and footbib doesn't seems to work that way.
Anyone an answer to this problem ?
Th.