I have been trying to get my bibliography to look like my teacher asked... but I still have a problem with it. The volume number won't appear in boldface. I have been using "latex makebst" in the shell to customize my bibliography style and it's driving me crazy


Is there a way to make the volume number appear in bold by modifying the bst file ?
This is what I have in the .bst
Code: Select all
FUNCTION {format.bvolume}
{ volume empty$
{ "" }
{ bbl.volume volume tie.or.space.prefix
"volume" bibinfo.check * *
series "series" bibinfo.check
duplicate$ empty$ 'pop$
{ emphasize ", " * swap$ * }
if$
"volume and number" number either.or.check
}
if$