I want to add a reference to this entry:
@article{ref,
author = {First Last and First M. Last, III},
title = {Insert Title Here},
journal = {Int. J. Comput. Sci.},
volume = 1,
number = 1,
year = 2010,
pages = {137--154},
}
and it comes out looking like this (in my .bbl file):
\bibitem{ref}As you can see, there are two problems:
{\sc Last, F., and First M.~Last, I.}
\newblock Insert Title Here
\newblock {\em Int. J. Comput. Sci 1}, 1 (2010), 137--154
- The second name is not formatted in the style of the first
- The second author has been replaced by their grandparent (!) (the III has been replaced by I).
I tried standard tricks like enclosing the III in braces, placing commas in certain places, removing them etc. No luck.