나는 IEEE Transactions용 Overleaf를 사용하여 문서를 작성했습니다. 거의 완성했지만 'Richard et al. [1]' 등은 이탤릭체로 표시됩니다.
지금은 물론 이탤릭체가 아닌 수동으로 작성하고 있습니다. 나는 이미 참고문헌 작업을 마쳤습니다. 명령을 변경해야 합니까, \cite{}
즉 패키지를 추가해야 합니까?
MWE는 다음과 같습니다.
\documentclass[journal,twoside]{IEEEtran}
\usepackage{cite}
\begin{document}
Richard et al. \cite{CRreliability} gives a detailed study about the reliability of wireless networks.
\begin{thebibliography}{99}
\bibitem{CRreliability}
A. Richard, B.C. Christopher, E. Williams, "Reliability of wireless networks", \textit{ABC Communications \& Networks IEEE}, vol. XX, no. 2, pp. XXX-XXX, 20XX.
\end{thebibliography}
\end{document}
답변1
그냥 사용해도 괜찮을까요 \textit{et al.}
, 방금 사용해봤는데 도움이 됐어요.