\usepackage[sectionbib]{chapterbib}如何正确使用?

2020-02-10 10:05发布

https://www.douban.com/note/331370169/ 参照该方法为每章添加独立参考文献,但加上这一句,所有文中引用会成问号,且章末无参考文献;注释后一切正常,请问如何解决? \...

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}

3条回答
正常是没问题的,文件不全无法测试。总体代码是没问题的。

作者追问:2020-02-10 12:44

提问没有加.bib文件 @ARTICLE{RN203, author = {Kruger, W.D}, title = {Determining Areal Permeability Distribution by Calculations}, journal = {Journal of Petroleum Technology}, year = {1961}, volume = {13}, number = {7}, pages = {691-696}, } @ARTICLE{RN202, author = {Kruger, W.D}, title = {Determining Areal Permeability Distribution by Calculations}, journal = {Journal of Petroleum Technology}, year = {1961}, volume = {13}, number = {7}, pages = {691-696}, }

一周热门 更多>