使用以下文档:
\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}
}