我正在尝试编译 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",
}
但我也有同样的问题。我怎样才能从年份位置删除这个询问点