我使用 Latex 相当熟练,但我只使用 Overleaf,所以没有遇到任何问题。现在我开始使用 TexWork 编辑器,但在 Bibliography 方面遇到了一些问题。我创建了这个基本脚本
\documentclass{article}
\usepackage{00_system/pack}
\addbibresource{00_system/biblio.bib}
\title{Test}
\author{Brando}
\date{September 2021}
\begin{document}
\maketitle
Test \cite{Huber_02}
\input{01_intro/01_intro}
\printbibliography
\end{document}
biblio.bib 文件仅包含用于进行测试的参考文献:
@article{Huber_02,
doi = {https://doi.org/10.1016/j.fusengdes.2013.02.053},
month = {10},
year = {2013},
pages = {},
author = {A. Huber and S. Brezinsek and Ph. Mertens},
title = {A new radiation-hard endoscope for divertor spectroscopy on JET},
journal = {Elsevier},
}
结果是
我做错了什么?谢谢你的帮助,原谅我的英语不好 :)