赞
踩
遇到的报错:
1.The compiler is having trouble understanding a command you have used. Check ...
2. I couldn't open style file tJDE.bst : \bibstyle{tJDE : }
3.citation 'ex2' on page 7 undefined on input line
最终解决:
- \bibliographystyle{plain}
- \bibliography{bib文件名}
- \cite{引用文献名1}
- \cite{引用文献名2}
- ...
注意顶部需要引用cite package
\usepackage{cite}
最后的效果:虽然还是报错,但出现一下效果即可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。