![结束文档 \end{document} 时出现 \hbox 溢出错误。可能与 Overleaf 中的 BibTex 使用有关](https://linux22.com/image/450752/%E7%BB%93%E6%9D%9F%E6%96%87%E6%A1%A3%20%5Cend%7Bdocument%7D%20%E6%97%B6%E5%87%BA%E7%8E%B0%20%5Chbox%20%E6%BA%A2%E5%87%BA%E9%94%99%E8%AF%AF%E3%80%82%E5%8F%AF%E8%83%BD%E4%B8%8E%20Overleaf%20%E4%B8%AD%E7%9A%84%20BibTex%20%E4%BD%BF%E7%94%A8%E6%9C%89%E5%85%B3.png)
使用以下文档:
\usepackage[backend=biber, style=nature]{biblatex}
\addbibresource{References.bib}
\title{IIB Project: Roadmap to Zero Emissions in a Cambridge College}
\author{Candidate 5557G}
\begin{document}
...
\tableofcontents
\cite{carmichael2019behaviour}
\cite{LightsOff}
\cite{carmichael2019behaviour}
\cite{LightsOff}
\cite{carmichael2019behaviour}
\cite{LightsOff}
\printbibliography
\end{document}
参考书目名为:References.bib,包含:
@online{LightsOff,
author = {Utility Design},
title = {Leaving The Lights On | A Study From Utility Design},
year = "2018",
url = {https://www.utilitydesign.co.uk/blog/leaving-lights-on/},
urldate = {2022-05-26}
}
@article{carmichael2019behaviour,
title={Behaviour change, public engagement and Net Zero},
author={Carmichael, Richard},
journal={A Report for the Committee on Climate Change. Available online: https://www.theccc.org. uk/publications/ and http://www.imperial.ac.uk/icept/publications/(accessed on 1 December 2019)},
year={2019}
}