Elsarticle - 參考書目

Elsarticle - 參考書目

我正在嘗試編譯 elsarticle tex 文件。

\documentclass[preprint,review,12pt]{elsarticle}
\begin{document}
\section{References}
\bibliographystyle{model1-num-names}
\bibliography{sample}
\end{document} 

我想參考一篇沒有一年的文章。在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",
}

但我也有同樣的問題。我怎麼能從年份中刪除這個詢問點

相關內容