
나는 elsarticle tex 문서를 컴파일하려고 합니다.
\documentclass[preprint,review,12pt]{elsarticle}
\begin{document}
\section{References}
\bibliographystyle{model1-num-names}
\bibliography{sample}
\end{document}
1년도 안 된 기사를 참고하고 싶습니다. Sample.bib에 다음과 같이 썼습니다.
@article{JG,
author = "J. Gindele and W. Novak and P. Fietkau and P. Neuwirth and W. Leitermann",
title = "The Transaxle Powertrain of the Mercedes-AMG Sports Cars",
}
문제는 기사 연도와 관련된 질문 포인트가 있는 참조 섹션에 있습니다.
나도 사용했다
@misc{JG,
author = "J. Gindele and W. Novak and P. Fietkau and P. Neuwirth and W. Leitermann",
title = "The Transaxle Powertrain of the Mercedes-AMG Sports Cars",
}
하지만 나에게도 같은 문제가 있습니다. 연도 장소에서 이 심문 지점을 어떻게 제거할 수 있습니까?