MWE:
\documentclass[referee]{svjour3}
\usepackage[english]{babel}
\begin{document}
\cite{yang2008,yang2010}
\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv,bibfile_test}
\end{document}
El archivo cls se puede obtener deaquí.
archivo bibfile_test:
@article{yang2010,
title={An analytical continuous-curvature path-smoothing algorithm},
author={Yang, Kwangjin and Sukkarieh, Salah},
journal={IEEE Transactions on Robotics},
volume={26},
number={3},
pages={561--568},
year={2010},
publisher={IEEE}
}
@inproceedings{yang2008,
title={3D smooth path planning for a UAV in cluttered natural environments},
author={Yang, Kwangjin and Sukkarieh, Salah},
booktitle={Intelligent Robots and Systems, 2008. IROS 2008. IEEE/RSJ International Conference on},
pages={794--800},
year={2008},
organization={IEEE}
}
PDF resultante:
¿Por qué desaparecen los autores en el segundo caso? ¿Cómo lo soluciono (salvo editar manualmente el archivo bib)?
Respuesta1
Son exactamente los mismos que en la entrada anterior de la lista. Así es como el estilo IEEEtran formatea las referencias.