我引用了几种期刊,并使用 bib 在背面显示参考文献。
中央图书馆
@ARTICLE{jlee14,
author={Lee, Jun-Ho and Kim, Hyun-Jung and Lee, Tae-Eog},
journal={IEEE Transactions on Automation Science and Engineering},
title={Scheduling Cluster Tools for Concurrent Processing of Two Wafer Types},
year={2014},
month={April},
volume={11},
number={2},
pages={525-536},
}
@article{lee2015scheduling,
title={Scheduling cluster tools for concurrent processing of two wafer types with PM sharing},
author={Lee, Jun-Ho and Kim, Hyun-Jung and Lee, Tae-Eog},
journal={International Journal of Production Research},
volume={53},
number={19},
pages={6007--6022},
year={2015},
publisher={Taylor \& Francis}
}
\documentclass[journal]{IEEEtran}
\begin{document}
abcded \cite{jlee14, lee2015scheduling}
\bibliographystyle{IEEEtran}
\bibliography{centralbib.bib}
\end{document}
但是,当我在 overleaf 中编译时,作者姓名并没有出现在 pdf 文件上,如下面的屏幕截图所示。
需要纠正什么?