On Fri, Sep 06, 2002 at 01:28:11PM +0200, Thi�baut wrote:
> 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)

LyX 1.2.1 has no support for footbib. You could use it the way yuo use it now
in every version of LyX.

> 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 ?

Yes, but you will have to use ERT.
When you need a to cite a reference with label Foo in a footnote,
add \footcite*{Foo} (in latex mode),
and just after the footnote add \footnocite{Foo}.


Another solution, as almost all your citations are in footnotes,
is to use the following hack:
Add the following lines to the preamble,
 \usepackage{footbib}
 \let\cite\footnocite
 \let\bibliography\footbibliography
 \let\bibliographystyle\footbibliographystyle
 \let\oldfootnote=\footnote
 \renewcommand{\footnote}[1]{{\def\cite{\footcite*}\oldfootnote{#1}}}

Then, for a citation in a footnote, use insert->citation as usual,
but also add the same citation just after the footnote.
For a citation outside a footnote, use \footcite{Foo} in latex mode.

Reply via email to