我正在使用 elsarticle 模板添加我的参考资料。但是,我遇到了两个问题
书籍/论文名称前的数字消失
首先,我的论文中没有包含参考文献标题。在添加 \def\bibsection{\section*{References}} 后,我的论文有两个参考文献名称。如何更正它们?
太感谢了
在 tex 文件中
\documentclass[preprint,12pt,authoryear]{elsarticle}
\def\bibsection{\section*{References}}
...
Random citation \cite{DUMMY:1} embeddeed in text.
\newpage
\bibliography{elsarticle-template-harv}
\bibliographystyle{elsarticle-harv}
在 bib 文件中:
@BOOK{DUMMY:1,
AUTHOR="John Doe",
TITLE="The Book without Title",
PUBLISHER="Dummy Publisher",
YEAR="2100",
}