> Am Montag, 28. Juni 2004 11:36 schrieb Rob S: > > Is there a method or "trick" that can be used to swap things in the > > bibliography so that: > > > > Ward et al. (1999b) can indeed refer to their earlier work, Ward et al. > > (1999a) > > You can try the \noopsort trick which is described in the BibTeX > documentation, p. 4 (section 2.1, item 6) > ftp://ctan.unsw.edu.au/tex-archive/biblio/bibtex/contrib/doc/btxdoc.pdf
Using the above "trick" sorted it. :-) As a note though: I use the Apalike bib style and the above method does not work directly on this although it works fine for Plain style. I needed to add the non printing {\noopsort{a}} to the Author field just before the surname of the 3rd Author so that the alphabetical sort was tricked at this stage rather than later at the date stage. Hope that makes sense!! Cheers Rob S > > HTH, > Jürgen.