Hi again, Martin A. Hansen kirjoitti viestissään (torstai, 27. lokakuuta 2005 10:24): > unfortunately, this is not it. > > The layout of the reference list entry should look like this: > > Shima JE, McLean DJ, McCarrey JR, Griswold MD. 2004. The murine > testicular transcriptome: characterizing gene expression in the > testis during the progression of spermatogenesis. Biol Reprod > 71:319--330. > > and not like: > > Shima JE, McLean DJ, McCarrey JR, Griswold MD, 2004. The murine > testicular transcriptome: characterizing gene expression in the > testis during the progression of spermatogenesis. Biol Reprod > 71:319--330. > > > Note the period after the author block.
Well, then, replace the line 92 in the .bst file, currently being: { ", " * write$ } with { ". " * write$ } This should work. Hope it does (at least it worked when tested with a test file) :-) Kind regards Kimmo