Nirmal Govind wrote:
> So in the above case, since you're saying it shouldn't be forced (as in
> no {R}), one would need to make a new .bst file right?
You can do this (just copy your favorite style to a new name and modify)
> So from all of the above, it sounds like I will have to create a new
> .bst file or do the {R} thing with pybliographer or so.. is it possible
> to modify existing .bst files or add on to it to achieve this?
You can edit a bst file (better make a copy). The function is called
change.case$ and it should be in a format.title routine. E.g. in plain.bst,
there is:
FUNCTION {format.title}
{ title empty$
{ "" }
{ title "t" change.case$ }
if$
}
the "t" means that all except the very first Character in the title will be
set to lowercase (see btxhak.dvi) change line 4 to
{ title }
and it should work as you expect.
Regards,
J�rgen.