jri...@lyx.org wrote: > Author: jrioux > Date: Mon Dec 12 15:40:34 2011 > New Revision: 40484 > URL: http://www.lyx.org/trac/changeset/40484 > > Log: > Add a document-wide default bibliography style \biblio_style. > > This holds the name of a BibTeX style file for now. Any BibTeX inset > can set the style to "default" to use the document-wide style.
Please update tex2lyx correctly. Currently, it pretends to produce format 420, but produces 419 in reality. As a rule of thumb, you should apply the same logic that is used in lyx2lyx (convert_biblio_style() in this case) to tex2lyx as well. This would mean to add a h_biblio_style variable, and set it in Preamble::writeLyXHeader() from h_cite_engine before writing. Georg