https://www.douban.com/note/331370169/ 参照该方法为每章添加独立参考文献,但加上这一句,所有文中引用会成问号,且章末无参考文献;注释后一切正常,请问如何解决?
\documentclass{book}
\usepackage[sectionbib]{chapterbib}
\usepackage{hologo}
\usepackage[super]{gbt7714}
\begin{document}
\include{chp/chp1}
\include{chp/chp2}
\end{document}
chp1内容为
\chapter{chapter 1}
this is chapter 1.\cite{RN202}\cite{RN203}
\bibliography{LI}
chp2内容为
\chapter{chapter 2}
this is chapter 2.
\cite{RN202}
\bibliography{LI}