>>Date: Thu, 14 Oct 2004 09:45:24 +0200
>>From: ingo frost <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: bibtex and lyx problems
>
>>When I try a different style like "gerplan" lyx does not parse the file:
I guess you mean gerplain here...
>>"30 errores appeared, you should try to fix them". The errors all look
>>like thisone:
>>
>> >Undefined control sequence.
>> > ...pbell, Ingo}: {\em Biologie}, \btxpagelong
>> > {}\ 513.
You're missing a package needed by the bibtex style:
%head /usr/local/TeX/texmf/bibtex/bst/germbib/gerplain.bst
% BibTeX standard bibliography style `plain'
% version 0.99a for BibTeX versions 0.99a or later, LaTeX version 2.09.
% Copyright (C) 1985, all rights reserved.
% Copying of this file is authorized only if either
% (1) you make absolutely no changes to your copy, including name, or
% (2) if you do make changes, you name it something other than
% btxbst.doc, plain.bst, unsrt.bst, alpha.bst, and abbrv.bst.
% This restriction helps ensure that all standard styles are identical.
% The file btxbst.doc has the documentation for this style.
% 15-feb-92 (MW) Updated for use with `bibgerman.sty': things like "and"
Add
\usepackage{bibgerman}
in the preamble.
--
Jean-Pierre
something like
gerplan.sty (or gerplain.sty ?) where \btxpagelong is defined.
Check the user guide of this bst file.