该.bib
文件包含所有参考文献,但我在报告中只引用了其中的一部分。我使用了以下代码,似乎所有参考文献都显示.bib
在参考书目部分中。我想知道如何仅将引用的参考文献纳入参考书目?谢谢。
\documentclass[12pt]{report}
\begin{document}
\section{My report}
\bibliographystyle{chicago}
\bibliography{time series} %name of the .bib
\end{document}
我以前确实用过\nocite
,但后来我删除了它,而参考书目部分仍然显示所有参考文献。