I am using a .bst for the bibliography in my thesis; the .bst that I am using, I think, was Chicago style originally. I am also using the natbib package. Currently, when I use citation, "et al." appears normally in the text. What should I do to emphasize "et al."?
I am assuming that it is related to the functions of the names in .bst file which are: FUNCTION {format.names} or FUNCTION {format.names.ed} or FUNCTION {format.full.names}, and therefore, I tried to put emphasize before "et al." or before "other" in these name's functions but none is working. I also went through the previous questions about the same issue here, nevertheless, I couldn't find an answer.
Please help.
" et~al."with "{\em et~al.}" in a local renamed copy of the .bst file. – Gonzalo Medina Jul 21 '12 at 00:10chicago.bstdates back to 1992. If this is really the file you're working with, there should be eight [8] instances of the string" et~al.". (Note the presence of the tilde.) Replace every one of these instances with" {\em et~al.}"as per @GonzaloMedina's earlier suggestion, and save the file under a new name, say,mymara.bst. Update the TeX filename database if necessary, and start using the modified bibliography style file. – Mico Jul 21 '12 at 01:26chicago.bst. Can you please upload elsewhere (pastebin, for example)the actual .bst file you're working with? – Gonzalo Medina Jul 21 '12 at 01:42