I HAS AN OWLET
13 hours ago
format.title function.
For example, for my unsrturl.bst, I changed format.title from:
FUNCTION {format.title}
{ title empty$
{ "" }
{ title "t" change.case$ }
if$
}
to:
FUNCTION {format.title}
{ title empty$
{ "" }
{ title }
if$
}
Then you just have to keep your bibliography in the correct format, and everything will work fine. If you ever have to submit to a journal run by idiots who require the incorrect sentence case for titles, modify the .bst file right back.
2 days ago