" bibfix.ex 2004/07/30 NE Putzig " " Bibliography ex edits, i.e.: " ex - ti2004a.bbl < bibfix.ex " " ----------------------------------------------------------------------------- " take out space (~) between all author initials global / .\.\~.\./ substitute /\.\~/\./g " remove space from A. F.C. Haldemann's and P. A.J. Englert's initials global /A\. F\.C\./ substitute //A\.F\.C\./ global /P\. A\.J\./ substitute //P\.A\.J\./ " reverse Presley and Christensen's 1997a and 1997b references /(1997a)Presley and Christensen/ substitute /1997a/1997t/ /(1997b)Presley and Christensen/ substitute /1997b/1997a/ /(1997t)Presley and Christensen/ substitute /1997t/1997b/ /Presley, M\.A\., Christensen, P\.R\., 1997a/ substitute /1997a/1997t/ /Presley, M\.A\., Christensen, P\.R\., 1997b/ substitute /1997b/1997a/ /Presley, M\.A\., Christensen, P\.R\., 1997t/ substitute /1997t/1997b/ " Add initials to distinguish Smith et al. 2001 references /Smith et\~al\.(2001)Smith, Zuber/ substitute /Smith/D\.E\. Smith/ /Smith et\~al\.(2001)Smith, Pearl/ substitute /Smith/M\.D\. Smith/ " Move Christensen and Moore (1992) above first Christensen et al. /\\bibitem\[Christensen and Moore(1992)/ delete a 6 /\\bibitem\[Christensen et\~al/-1 put a " Move Golombek et al. (1999) above Golombek et al. (2003) /\\bibitem\[Golombek et\~al\.(1999)/ delete b 7 /\\bibitem\[Golombek et\~al\.(2003)/-1 put b " Move Mellon et al. (2004) below Mellon et al. (2000) /\\bibitem\[Mellon et\~al\.(2004)/ delete c 6 /\\bibitem\[Mellon et\~al\.(2000)/+6 put c " Move Moore et al. (1999) below Moore and Keller (1991) /\\bibitem\[Moore et\~al\.(1999)/ delete d 7 /\\bibitem\[Moore and Keller(1991)/+5 put d " Move Paige et al. (1994) below Paige and Keegan (1994) /\\bibitem\[Paige et\~al\.(1994)/ delete e 6 /\\bibitem\[Paige and Keegan(1994)/+5 put e " Move Presley and Christensen (1997b) below Presley and Christensen (1997a) /\\bibitem\[Presley and Christensen(1997b)/ delete f 6 /\\bibitem\[Presley and Christensen(1997a)/+5 put f " save changes w