Is it possible to make the same change as in Bibtex - Make Title italic, Rest Upright for elsearticle-harv.bst?
I've made the changes in the .bst file, used the TDS tree.
It worked for alpha.bst, it just won't work for elsarticle-harv.
Here are the changes I made:
FUNCTION {format.title}
{ title empty$
{ "" }
{ title emphasize "t" change.case$ }
if$
}
FUNCTION {article}
{ output.bibitem
format.authors "author" output.check
author format.key output
format.date "year" output.check
date.block
format.title "title" output.check
new.sentence
crossref missing$
{ journal "journal" output.check
format.date "year" output.check
before.all 'output.state :=
format.vol.num.pages output
}
{ format.article.crossref output.nonnull
format.pages output
}
if$
format.journal.pages
format.note output
fin.entry
write.url
}
I could really use some help on this matter.
