我想对参考文献进行编号,例如:第 1 章为 [1.1]、[1.2]...[1.n],第 2 章为 [2.1]、[2.2]...[2.n] 等等。我如何使用 natbib 来实现这一点?
\usepackage[square,sort&compress,comma,numbers]{natbib}
\usepackage[sectionbib]{chapterbib}
\begin{document}
\tableofcontents
\chapter{Introduction}
Bla bla bla \cite{Ref1}
\renewcommand\bibsection{\section{\refname}}
\bibliographystyle{ieeetr}
\bibliography{bibfile}
\end{document}