
Ich versuche, ein Elsarticle-Tex-Dokument zu kompilieren.
\documentclass[preprint,review,12pt]{elsarticle}
\begin{document}
\section{References}
\bibliographystyle{model1-num-names}
\bibliography{sample}
\end{document}
Ich möchte auf einen Artikel verweisen, der kein Jahr hat. In der sample.bib habe ich geschrieben
@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",
}
Das Problem liegt in dem Abschnitt der Referenz, in dem ich diese Abfragepunkte habe, die sich auf das Artikeljahr beziehen
Ich habe auch
@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",
}
Aber ich habe das gleiche Problem. Wie kann ich diesen Abfragepunkt aus der Jahresstelle entfernen?