Karen Thomas wrote:

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


this doesn't work with LyX because it needs a different bibtex run

and had the above error. You can write your doc with LyX if you
like - citations are much more easier to handle.
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 fisrt line
\batchmode

then run from within the doc-dir

latex file.tex
latex file.tex
bibtex file.fb
latex file.tex

and everything should be okay.

Herbert


-- 
http://www.lyx.org/help/

Reply via email to