I'm trying to customize my bts to match the requirements of my institute. My problem is followingoutput when citing articles that have a number but no volume:
Amable, Bruno (2010): Morals and politics in the ideology of neo-liberalism. In: Socio Economic Review, , 9, S. 3-30.
I'm using the natbib package plus my own bst. created by custombib.
The code in the .bts looks thus:
FUNCTION {format.vol.num.pages}
{ volume field.or.null
duplicate$ empty$ 'skip$
{
"volume" bibinfo.check
}
if$
number "number" bibinfo.check duplicate$ empty$ 'skip$
{
swap$ duplicate$ empty$
{ "there's a number but no volume in " cite$ * warning$ }
'skip$
if$
swap$
", " swap$ *
}
if$ *
}
I'd like bibtex simply to omit the field for the missing volume and directly continue with the number like this:
Amable, Bruno (2010): Morals and politics in the ideology of neo-liberalism. In: Socio Economic Review, 9, S. 3-30.
At the same time, I need the style to continue to print the other entries that have a volume like this:
Amable, Bruno (2010): Morals and politics in the ideology of neo-liberalism. In: Socio Economic Review, 52, 9, S. 3{30.