On Wed, Apr 02, 2008 at 05:20:45PM -0400, Richard Heck wrote: > Bo Peng wrote:
> > Agreed, except that order is not a big problem, and as you have > > suggested to sort embedded files, we can also sort user bibfiles. (I > > know it is not particularly nice to reorganize user input :-). > > > > > You can break compilation this way. InsetBibtex needs to preserve the order. Yep. here is an example. You have a xxxabrv.bib file where you store your favorite abbreviations and a xxx.bib file which uses them. Then you have to list xxxabrv.bib *before* xxx.bib for this to work. Try with the attached example. -- Enrico
\documentclass{article} \begin{document} \cite{foo02} \bibliographystyle{IEEEtran} \bibliography{xxxabrv,xxx} \end{document}
@STRING{wiley = {John Wiley \& Sons}}
@BOOK{foo02, title = {Title of the book}, publisher = wiley, year = {2002}, author = {Author, F.}, }