Is this issue resolved ?
thanks john From: [EMAIL PROTECTED] (J�rgen Spitzm�ller) I just tested 1.2.0cvs (RPM from Kayvan) which should have finally bibtopic support, as Dekel Tsur told me some times ago (http://www.mail-archive.com/[email protected]/msg10938.html) Unfortunately it doesn't seem to work (I still seems to call bibtex only one time). From: Dekel Tsur <[EMAIL PROTECTED]> LyX expects the aux file to be of the format filename.2.aux, while by default bibtopic uses filename2.aux To make bibtopic use the former format, add the following lines to the preamble of the LyX file: \renewcommand{\thebtauxfile}{\jobname.\arabic{btauxfile}} You can have foo.lyx and foo2.lyx in the same dir. If you don't use temp. directory, then when you generate dvi from foo.lyx, lyx will find both foo.aux and foo2.aux files, so it will run both 'bibtex foo' and 'bibtex foo2'. The second run doesn't do damage, but I still want to prevent this. But I guess that this is not big problem. From: Herbert Voss <[EMAIL PROTECTED]> this is a situation which happens once in a life ... on the other hand some users are confused about this new behaviour. therefore please let it be in the old way!
