我正在使用 Springer 期刊模板,其中参考书目部分如下
% BibTeX users please use one of
%\bibliographystyle{spbasic} % basic style, author-year citations
%\bibliographystyle{spmpsci} % mathematics and physical sciences
%\bibliographystyle{spphys} % APS-like style for physics
\bibliography{template.bib} % name your BibTeX data base
% Non-BibTeX users please use
\begin{thebibliography}{}
%
% and use \bibitem to create references. Consult the Instructions
% for authors for reference list style.
%
\bibitem{RefJ}
% % Format for Journal Reference
Author, Article title, Journal, Volume, page numbers (year)
% % Format for books
\bibitem{RefB}
Author, Book title, page numbers. Publisher, place (year)
% etc
\end{thebibliography}
\end{document}
% end of file template.tex
在第 4 行,我尝试在“template.bib”和“template”中提及 bib 文件名。现在写成“template.bib”。
我已经删除了非 bibtex 用户的项目,但重新编译文本时仍然无法看到任何参考。
在模板中,除了我在这里显示的线条之外,没有与 bib 相关的内容。
template.bib 里面有项目。
重新编译后显示[?]
我是 LaTeX 的新手,所以任何帮助都会非常有用。
谢谢。