I am using the bibliography style "plain", which in a Technical Report, formats "Technical report" in roman font. However, my publishers want "Technical Report" to be capitalised, and in italics. How can I do this?
Thanks!
|
I am using the bibliography style "plain", which in a Technical Report, formats "Technical report" in roman font. However, my publishers want "Technical Report" to be capitalised, and in italics. How can I do this? Thanks! |
|||
|
(Originally posted as a comment by Alasdair) Done it! In the block |
||||
|
|
plain.bstfile (that you would put in your current working directory or a known tex directory), or directly use makebst? – chl Apr 14 '11 at 7:37FUNCTION {format.tr.number}I changed{ "Technical Report" }to{ "{\em Technical Report}" }. – Alasdair Apr 14 '11 at 8:34\emor\em+ small caps? For the former, you can runlatex makebst, follows the default options but when comesTECHNICAL REPORT NUMBER:choosei(Tech. report and number italic as {\it Tech. Rep. 123'}) -- that will updateFUNCTION {techreport} {...}with a line looking likeformat.tr.number emphasize output.nonnull. – chl Apr 14 '11 at 8:54