이 논문의 저자는 왜 사라지나요?

이 논문의 저자는 왜 사라지나요?

MWE:

\documentclass[referee]{svjour3}

\usepackage[english]{babel}

\begin{document}
\cite{yang2008,yang2010}

\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv,bibfile_test}
\end{document}

cls 파일은 다음에서 얻을 수 있습니다.여기.

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:

여기에 이미지 설명을 입력하세요

두 번째 경우에는 왜 저자가 사라지나요? 어떻게 수정합니까(bib 파일을 수동으로 편집하지 않고)?

답변1

목록의 이전 항목과 동일합니다. 이것이 IEEEtran 스타일이 참조 형식을 지정하는 방식입니다.

관련 정보