[8] L. Honeycutt, “Communication and Design Course,” 1998.
Using makebst, I am able to get most I needed except the quotation marks. It seems that I have to hack the generated .bst file. No idea what language it is. After reviewing other posts, I believe the relevant part is the following, but not sure how to proceed. Any suggestion?
Code: Select all
FUNCTION {format.title}
{
title
"title" bibinfo.check
}
Code: Select all
FUNCTION {article}
{ output.bibitem
format.authors "author" output.check
new.block
format.title "title" output.check
new.block
crossref missing$
{
journal
"journal" bibinfo.check
emphasize
"journal" output.check
format.vol.num.pages output
format.date "year" output.check
}
{ format.article.crossref output.nonnull
format.pages output
}
if$
format.issn output
format.doi output
new.block
format.note output
fin.entry
}