I have a problem with bibliography style.
I found "plain" style closest to my necessities, although some of the results are unacceptable at my university.
Is it possible to modify a "plain" style, so that it would have "ieeetran" way of displaying volumes,numbers and pages in articles?
Will appreciate help in this matter,
D
BibTeX, biblatex and biber ⇒ plain style with ieeetran functions?
plain style with ieeetran functions?
Last edited by darwinn on Fri Nov 13, 2009 11:41 am, edited 2 times in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

plain style with ieeetran functions?
On a second day I decided to work it other way.
I just edit "plain" style myself without implementing ieeetran.
IT WORKS:)
but not everything
Could someone tell me why the following function (edited function from "plain") results in displaying correctly:
Thanks,
D
I just edit "plain" style myself without implementing ieeetran.
IT WORKS:)
but not everything

Could someone tell me why the following function (edited function from "plain") results in displaying correctly:
, while "volume", "number" and "pages" are given in bib record, whereas it display:, vol. 88, no. 7, p. 22-33,
while no "number" in article record is given?,vol. , 88, p. 22-33,
FUNCTION {format.vol.num.pages}
{ ", vol.~" volume field.or.null
number empty$
'skip$
{ ", no.~" * number * * *
volume empty$
{ "there's a number but no volume in " cite$ * warning$ }
'skip$
if$
}
if$
pages empty$
'skip$
{ duplicate$ empty$
{ pop$ format.pages }
{ ", p.~" * pages n.dashify * }
if$
}
if$
}
Thanks,
D